aboutsummaryrefslogtreecommitdiff
path: root/src/interp.h
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-23 00:09:54 +0800
committerMistivia <i@mistivia.com>2025-06-23 00:12:58 +0800
commit957175b7f1bff57477ccd000c956bcbe06d159cf (patch)
tree73d5a368eda556dd56af0d89a40c97befd8084ff /src/interp.h
parent89f144d3ab27e54f7ad8cbf393418a3baa169f0f (diff)
test with intensive gc
Diffstat (limited to 'src/interp.h')
-rw-r--r--src/interp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp.h b/src/interp.h
index 1989ab3..4b9caba 100644
--- a/src/interp.h
+++ b/src/interp.h
@@ -35,6 +35,7 @@ struct interp {
char *errmsg_buf;
Parser *parser;
int gensym_cnt;
+ bool alwaysgc;
};
void Interp_init(Interp *self);