fix: define missing global state variable

Co-authored-by: aider (openrouter/moonshotai/kimi-k2.6) <aider@aider.chat>
This commit is contained in:
2026-05-03 22:41:11 +03:00
parent dcc88bc8ca
commit 3c292cfc18
+2
View File
@@ -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;