aboutsummaryrefslogtreecommitdiff
path: root/gen_code.h
diff options
context:
space:
mode:
Diffstat (limited to 'gen_code.h')
-rw-r--r--gen_code.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_code.h b/gen_code.h
index 8c9ad00..3d44755 100644
--- a/gen_code.h
+++ b/gen_code.h
@@ -2,7 +2,7 @@
#define GEN_CODEH
#include "tree.h"
-void gen_code(ptree*);
+void gen_code(ptree*, char*);
void gen_expr(ptree*);
void gen_statement(ptree*);