From 44602cb35735575c15cfcb92779337778649df8a Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sat, 20 Aug 2016 13:34:26 +0200 Subject: Intern symbols --- interpreter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interpreter.h') 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 -- cgit v1.2.3-54-g00ecf