summaryrefslogtreecommitdiff
path: root/src/helper/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/types.h')
-rw-r--r--src/helper/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/types.h b/src/helper/types.h
index d47fb44a..b50a703f 100644
--- a/src/helper/types.h
+++ b/src/helper/types.h
@@ -45,7 +45,7 @@
#define false 0
#define true 1
-typedef int _Bool;
+//typedef int _Bool;
#else
typedef bool _Bool;
#endif /* __cplusplus */