changed inline to INLINE, removed C99
[libfirm] / ir / stat / const_stat.c
index 67e7658..1561306 100644 (file)
@@ -8,11 +8,15 @@
  * Copyright:   (c) 2004 Universität Karlsruhe
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include "firmstat_t.h"
 #include "tv_t.h"
 
 /**
- * calculated the dual logarithmus of |value|
+ * calculated the dual logarithm of |value|
  */
 static unsigned log2abs(long value) {
   unsigned res = 0;
@@ -72,13 +76,7 @@ const char *stat_fc_name(float_classify_t classification)
   }
 }
 
-/**
- * update info on Consts
- *
- * @param status statistic status
- * @param node   The Const node
- * @param graph  The graph entry containing the call
- */
+/* update info on Consts */
 void stat_update_const(stat_info_t *status, ir_node *node, graph_entry_t *graph)
 {
   ir_mode *mode = get_irn_mode(node);