From: Bruce Korb Date: Sat, 26 May 2001 15:37:20 +0000 (+0000) Subject: Correct test results for avoid-bool-define fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5f1c5aa3b45e4d49a6c8105ee86767df9b88c6c;p=gcc.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 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 */