Correct test results for avoid-bool-define fix
From-SVN: r42627
This commit is contained in:
parent
8ac865bcc0
commit
a5f1c5aa3b
@ -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 */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user