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