Commit a5f1c5aa by Bruce Korb

Correct test results for avoid-bool-define fix

From-SVN: r42627
parent 8ac865bc
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment