*** empty log message ***
[libfirm] / ir / common / bool.h
index 6098226..305f96b 100644 (file)
 # ifndef _BOOL_H_
 # define _BOOL_H_
 
+# ifndef __cplusplus
 
 typedef unsigned char bool;
 
+# endif /* __cplusplus */
+
 # endif /* _BOOL_H_ */