summaryrefslogtreecommitdiff
path: root/interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'interpreter.h')
-rw-r--r--interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter.h b/interpreter.h
index 66edce0..e643494 100644
--- a/interpreter.h
+++ b/interpreter.h
@@ -7,4 +7,4 @@ typedef struct InterState InterState;
InterState* inter_make(void);
void inter_destroy(InterState *is);
-void inter_runcode(AST *ast); //updates symbol id's
+void inter_runcode(InterState *is,AST *ast); //updates symbol id's