diff options
Diffstat (limited to 'src/interp.h')
| -rw-r--r-- | src/interp.h | 1 |
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); |
