Some access routines for visited flags in entity.h, irnode.h,
[libfirm] / ir / common / bool.h
index 6098226..b18a591 100644 (file)
@@ -7,10 +7,15 @@
 **
 */
 
+/* $Id$ */
+
 # ifndef _BOOL_H_
 # define _BOOL_H_
 
+# ifndef __cplusplus
 
 typedef unsigned char bool;
 
+# endif /* __cplusplus */
+
 # endif /* _BOOL_H_ */