aboutsummaryrefslogtreecommitdiff
path: root/src/interp.h
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-22 23:32:56 +0800
committerMistivia <i@mistivia.com>2025-06-22 23:33:12 +0800
commit7563e4e5c3c346b8b11f7e66cdb11c81bcf58fa9 (patch)
tree3d3ca32fdab4e1b21dc352d0bc98d3e8bedd452f /src/interp.h
parentdaf22cff78522a1b5140fb7b02be3006ea4a2236 (diff)
add symbol functions
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 d4940e0..1989ab3 100644
--- a/src/interp.h
+++ b/src/interp.h
@@ -34,6 +34,7 @@ struct interp {
SExpRef nil;
char *errmsg_buf;
Parser *parser;
+ int gensym_cnt;
};
void Interp_init(Interp *self);