aboutsummaryrefslogtreecommitdiff
path: root/src/sexp.h
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-28 19:54:37 +0800
committerMistivia <i@mistivia.com>2025-06-28 19:54:37 +0800
commit9a4f460d6dd476767ea211c879f115e127ee2410 (patch)
tree8a7ad58e670065af74c261f51f5f21e9bfec3615 /src/sexp.h
parent0633c6c2797bc9182b2c1888385eac6cb6caed10 (diff)
exception & try-catch
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 d606acf..1c4016b 100644
--- a/src/sexp.h
+++ b/src/sexp.h
@@ -73,6 +73,7 @@ typedef enum {
kBreakSignal,
kContinueSignal,
kTailcallSExp,
+ kExceptionSignal,
} SExpType;
VECTOR_DEF(SExpRef);