summaryrefslogtreecommitdiff
path: root/interpreter.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-08-20 13:34:26 +0200
committertomsmeding <tom.smeding@gmail.com>2016-08-20 13:34:26 +0200
commit44602cb35735575c15cfcb92779337778649df8a (patch)
treecbc84a873f407f0e1e9fd86ad215f98a4834043f /interpreter.h
parenteade4187ba0ae04fe8e6eed9a1e33bfd44b73c06 (diff)
Intern symbols
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