From d046c7d20fd283c90495d3af4bb53d1cfb2a0812 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 8 Aug 2024 14:44:48 +0100 Subject: misc --- com.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'com.h') 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) -- cgit v1.2.3