From a5c12fd6f4438fc172f28b722e54908b575c6ce1 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Fri, 17 Jul 2026 00:38:51 -0400 Subject: before I do something crazy --- codegen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codegen.h') 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 -- cgit v1.2.3