From bea93dc98b602472bb36635dfdf425d14d826673 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 24 Jun 2024 16:52:31 +0100 Subject: chunk_wconst -> compile_constant --- chunk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chunk.h') diff --git a/chunk.h b/chunk.h index 36452fb..ba01614 100644 --- a/chunk.h +++ b/chunk.h @@ -20,6 +20,6 @@ struct _chunk { }; Chunk chunk_new(State *S); size_t compile_opcode(Compiler *C, uint8_t byte); -size_t chunk_wconst(Compiler *C, Val v); +size_t compile_constant(Compiler *C, Val v); #endif -- cgit v1.2.3