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 */