avoid new_NoMem in favor or get_irg_no_mem
[libfirm] / win32 / stdbool.h
index c009a54..91e394b 100644 (file)
@@ -7,10 +7,10 @@
 
 #ifndef __cplusplus
 
-#define bool   int
-#define true   1
-#define false  0
+#define bool    int
+#define true    1
+#define false   0
 
 #endif /* __cplusplus */
 
-#endif /* stdbool.h */
+#endif /* stdbool.h */