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