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