diff options
| author | Mistivia <i@mistivia.com> | 2025-07-23 17:29:42 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-07-23 17:32:44 +0800 |
| commit | dec35ab80b9cc3b83b3a806835198b0a58cdc0cb (patch) | |
| tree | d1e489c945b5bf9bce1f26b512758cc741ffe880 /primitives.h | |
| parent | cc8ea3f88c75216c7c03342a4a41bbc7d0b354f5 (diff) | |
add ext
Diffstat (limited to 'primitives.h')
| -rw-r--r-- | primitives.h | 1 |
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); |
