Correct test results for avoid-bool-define fix
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 May 2001 15:37:20 +0000 (15:37 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 May 2001 15:37:20 +0000 (15:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42627 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fixinc/tests/base/curses.h

index 6767180..ba2db24 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 */