bool definition is in stdbool.h, no local definition required
This commit is contained in:
parent
010de700f7
commit
040d6ec0d0
|
|
@ -52,8 +52,7 @@
|
|||
|
||||
/* Begin macros. */
|
||||
|
||||
/* Boolean data type */
|
||||
#define bool int
|
||||
/* Boolean data type by stdbool.h */
|
||||
#define NO 0
|
||||
#define YES 1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue