some fixes for xml dumper / still buggy.
[libfirm] / ir / common / misc.h
index 5d7d77b..55e5f61 100644 (file)
@@ -19,7 +19,7 @@
 # else
 #   if defined(_AIX) && !defined(C_ALLOCA)
       /* if your version of AIX chokes on this, use gcc @@@ or alloca.o */
-#pragma alloca
+    #pragma alloca
 #   else
 #     ifndef alloca /* predefined by HP cc +Olibcalls */
 void *alloca ();
@@ -30,7 +30,7 @@ void *alloca ();
 
 
 #include "host.h"
-#include "bool.h"
+#include <stdbool.h>
 
 /* Alignment of nodes, cf common/tag.h, a power of two.