aboutsummaryrefslogtreecommitdiff
path: root/primitives.h
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-07-23 17:29:42 +0800
committerMistivia <i@mistivia.com>2025-07-23 17:32:44 +0800
commitdec35ab80b9cc3b83b3a806835198b0a58cdc0cb (patch)
treed1e489c945b5bf9bce1f26b512758cc741ffe880 /primitives.h
parentcc8ea3f88c75216c7c03342a4a41bbc7d0b354f5 (diff)
add ext
Diffstat (limited to 'primitives.h')
-rw-r--r--primitives.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/primitives.h b/primitives.h
index cd686fe..ae97b64 100644
--- a/primitives.h
+++ b/primitives.h
@@ -6,6 +6,7 @@
SExpRef primitive_assert_error(Interp *interp, SExpRef sexp, bool istail);
SExpRef primitive_assert_exception(Interp *interp, SExpRef sexp, bool istail);
SExpRef primitive_load(Interp *interp, SExpRef sexp, bool istail);
+SExpRef primitive_loadext(Interp *interp, SExpRef sexp, bool istail);
SExpRef primitive_return(Interp *interp, SExpRef sexp, bool istail);
SExpRef primitive_break(Interp *interp, SExpRef sexp, bool istail);
SExpRef primitive_continue(Interp *interp, SExpRef sexp, bool istail);