aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen.c')
-rw-r--r--src/codegen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/codegen.c b/src/codegen.c
index 4f10e61..d0f90bb 100644
--- a/src/codegen.c
+++ b/src/codegen.c
@@ -8,8 +8,7 @@
#include "alloc.h"
#include "codegen.h"
#include "errors.h"
-
-#define AST_EMPTY ((size_t)-1)
+#include "parser.h"
static size_t codegenstmt(LLVMBuilderRef, struct ast_soa, struct lexemes_soa,
size_t);