fix: define missing global state variable
Co-authored-by: aider (openrouter/moonshotai/kimi-k2.6) <aider@aider.chat>
This commit is contained in:
@@ -14,6 +14,8 @@ Cell* ip = NULL;
|
||||
|
||||
Word* dict_head = NULL;
|
||||
|
||||
int state = 0;
|
||||
|
||||
static Cell compile_buf_storage[FORTH_COMPILE_BUF_SIZE];
|
||||
Cell *compile_buf = compile_buf_storage;
|
||||
int32_t compile_idx = 0;
|
||||
|
||||
Reference in New Issue
Block a user