aboutsummaryrefslogtreecommitdiff
path: root/src/interp.h
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-20 21:19:25 +0800
committerMistivia <i@mistivia.com>2025-06-20 21:19:32 +0800
commit4fa87778453cb0364cb6fa1c53481484622658f4 (patch)
tree96dd407432352959062c2a40e85b1f6f0892c59c /src/interp.h
parent0a6ff7031819b77e978f5c9f99eecb0577179ba7 (diff)
and/or/not
Diffstat (limited to 'src/interp.h')
-rw-r--r--src/interp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interp.h b/src/interp.h
index b7b3025..0564ee0 100644
--- a/src/interp.h
+++ b/src/interp.h
@@ -26,6 +26,8 @@ struct interp {
IntVector empty_space;
String2IntHashTable symbols;
SExpRef stack;
+ SExpRef t;
+ SExpRef f;
SExpRef reg;
SExpRef top_level;
SExpRef nil;