diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-24 16:52:31 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-24 16:52:31 +0100 |
commit | bea93dc98b602472bb36635dfdf425d14d826673 (patch) | |
tree | edd93b1a61cc1aeeb6849de88b25fe737c249b2d /chunk.h | |
parent | b2c8538a45aeb154d7cb8ced6ea6a8e0eafb0814 (diff) |
chunk_wconst -> compile_constant
Diffstat (limited to 'chunk.h')
-rw-r--r-- | chunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |