diff options
Diffstat (limited to 'com.h')
-rw-r--r-- | com.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ struct _compiler { int stack_cur; Scope *scope; }; -Compiler compiler_new(Compiler *outer, Chunk *ch); +Compiler compiler_new(State *S, Compiler *outer, Chunk *ch); #define BYTECODE(C) (C->ch->bc) |