diff options
Diffstat (limited to 'chunk.h')
-rw-r--r-- | chunk.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -19,7 +19,4 @@ struct _chunk { } consts; }; Chunk chunk_new(State *S); -size_t compile_opcode(Compiler *C, uint8_t byte); -size_t compile_constant(Compiler *C, Val v); - #endif |