aboutsummaryrefslogtreecommitdiff
path: root/src/sexp.h
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-19 08:16:09 +0800
committerMistivia <i@mistivia.com>2025-06-19 08:16:09 +0800
commit5cf6d5b34c2bdb42af5b3551378026079435a3b8 (patch)
tree5e7f14c1225bc9b92ecf422b7145df746c7a1b5e /src/sexp.h
parentd96ab7d81aeb9676779faa7c1380dd48f5440b07 (diff)
add eval
Diffstat (limited to 'src/sexp.h')
-rw-r--r--src/sexp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sexp.h b/src/sexp.h
index 92ff11b..22b2c8a 100644
--- a/src/sexp.h
+++ b/src/sexp.h
@@ -56,6 +56,7 @@ typedef enum {
kEnvSExp,
kBindingSExp,
kMacroSExp,
+ kErrSExp,
} SExpType;
struct sexp {