summaryrefslogtreecommitdiff
path: root/codegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'codegen.h')
-rw-r--r--codegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen.h b/codegen.h
index 50bb105..7c8023c 100644
--- a/codegen.h
+++ b/codegen.h
@@ -3,6 +3,6 @@
#include "ast.h"
-void emit_code(const struct root_node* ast, const char* path);
+void emit_code(struct ast* ast, const char* path);
#endif