removed makro calls, dokumentation
[libfirm] / ir / tv / fltcalc.c
index 77b675d..d081979 100644 (file)
  */
 
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+
 #include "fltcalc.h"
 #include "strcalc.h"
 
@@ -25,7 +30,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <assert.h>
-#include <alloca.h>
+#ifdef HAVE_ALLOCA_H
+# include <alloca.h>
+#endif
 
 typedef uint32_t UINT32;