From: Bruce Korb Date: Sat, 26 May 2001 15:37:20 +0000 (+0000) Subject: Correct test results for avoid-bool-define fix X-Git-Tag: prereleases/libstdc++-3.0.95~4169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5f1c5aa3b45e4d49a6c8105ee86767df9b88c6c;p=thirdparty%2Fgcc.git Correct test results for avoid-bool-define fix From-SVN: r42627 --- diff --git a/gcc/fixinc/tests/base/curses.h b/gcc/fixinc/tests/base/curses.h index 676718020ea5..ba2db2448a0f 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 */