Correct test results for avoid-bool-define fix
authorBruce Korb <korbb@gcc.gnu.org>
Sat, 26 May 2001 15:37:20 +0000 (15:37 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Sat, 26 May 2001 15:37:20 +0000 (15:37 +0000)
From-SVN: r42627

gcc/fixinc/tests/base/curses.h

index 676718020ea574657272d7fffe10d03cdb60463f..ba2db2448a0fac21081a285ff1f62526821d7c6b 100644 (file)
@@ -19,8 +19,9 @@
 
 #if defined( AVOID_BOOL_TYPE_CHECK )
 #ifndef __cplusplus
-typedef unsigned int   bool    ; /* bool type */
-#endif
+typedef unsigned int   bool    ;
+#endif /* bool
+ type */
 #endif  /* AVOID_BOOL_TYPE_CHECK */