aboutsummaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defs.h b/src/defs.h
index 1ed2282..00b51bd 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -31,6 +31,6 @@ typedef signed long int s32;
typedef unsigned long long u64;
typedef signed long long s64;
-typedef u8 bool;
+//typedef u8 bool;
#endif /* DEFS_H_ */