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