aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-03-26 20:03:50 +0800
committerTeddy <ted.sybil@gmail.com>2014-03-26 20:03:50 +0800
commit3599a86d68c664f24fce8c853f482cad0af6ed6a (patch)
tree71453eadb97151ce4a79ffa15fd5bf74a9b5b310 /semantics.h
parentdc4cacf854d28a0df88e37e2f0c0abce421657a9 (diff)
move all const to a seperate file
Diffstat (limited to 'semantics.h')
-rw-r--r--semantics.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/semantics.h b/semantics.h
index 1ec4c21..93ab787 100644
--- a/semantics.h
+++ b/semantics.h
@@ -1,7 +1,6 @@
#ifndef SEMANTICS_H
#define SEMANTICS_H
-#include "ast.h"
-#define MAX_TABLE_SIZE 1021
+#include "const.h"
#define CIBIC_DEBUG
struct CTable;