aboutsummaryrefslogtreecommitdiff
path: root/const.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-04 00:06:23 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-04 00:06:23 +0800
commitef1c46b1eef2b22100d9eca9c4d0e6ffab7c7eab (patch)
treed77ea2311d25b608b1e1a951668319ec4359bbf3 /const.h
parentcd34e28676aa32fdc60c2ba54d6f4f6dbba33132 (diff)
some basic semantics analysis
Diffstat (limited to 'const.h')
-rw-r--r--const.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/const.h b/const.h
index 342888e..72fff2a 100644
--- a/const.h
+++ b/const.h
@@ -21,3 +21,8 @@
#define MAX_DEBUG_PRINT_BUFF 1024
#define MAX_DEBUG_PRINT_LVL 1024
#define MAX_TABLE_SIZE 1021
+#define INT_SIZE 4
+#define CHAR_SIZE 1
+#ifndef CIBIC_DEBUG
+#define CIBIC_DEBUG
+#endif