diff options
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  | 
