summaryrefslogtreecommitdiff
path: root/com.h
diff options
context:
space:
mode:
Diffstat (limited to 'com.h')
-rw-r--r--com.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com.h b/com.h
index c623d49..7ec4d21 100644
--- a/com.h
+++ b/com.h
@@ -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)