diff options
Diffstat (limited to 'semantics.h')
-rw-r--r-- | semantics.h | 3 |
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; |