projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ac865b
)
Correct test results for avoid-bool-define fix
author
Bruce Korb
<korbb@gcc.gnu.org>
Sat, 26 May 2001 15:37:20 +0000
(15:37 +0000)
committer
Bruce 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
patch
|
blob
|
history
diff --git
a/gcc/fixinc/tests/base/curses.h
b/gcc/fixinc/tests/base/curses.h
index 676718020ea574657272d7fffe10d03cdb60463f..ba2db2448a0fac21081a285ff1f62526821d7c6b 100644
(file)
--- a/
gcc/fixinc/tests/base/curses.h
+++ b/
gcc/fixinc/tests/base/curses.h
@@
-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 */