fixed some errors
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
#undef bool
|
||||
|
||||
typedef enum { false, true } bool;
|
||||
typedef enum { FALSE, TRUE } bool_t;
|
||||
|
||||
typedef enum {
|
||||
LESS,
|
||||
|
||||
Reference in New Issue
Block a user