From a5f1c5aa3b45e4d49a6c8105ee86767df9b88c6c Mon Sep 17 00:00:00 2001 From: Bruce Korb Date: Sat, 26 May 2001 15:37:20 +0000 Subject: [PATCH] Correct test results for avoid-bool-define fix From-SVN: r42627 --- gcc/fixinc/tests/base/curses.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/fixinc/tests/base/curses.h b/gcc/fixinc/tests/base/curses.h index 676718020ea..ba2db2448a0 100644 --- 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 */