aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen.h')
-rw-r--r--src/codegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen.h b/src/codegen.h
index 95ec069..2c1d7b3 100644
--- a/src/codegen.h
+++ b/src/codegen.h
@@ -3,6 +3,6 @@
#include "ast.h"
-void codegen(Program* prog, FILE* out);
+void codegen(Program* prog, const char* input_filename, FILE* out);
#endif