Correct test results for avoid-bool-define fix

From-SVN: r42627
This commit is contained in:
Bruce Korb 2001-05-26 15:37:20 +00:00
parent 8ac865bcc0
commit a5f1c5aa3b
1 changed files with 3 additions and 2 deletions

View File

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