summaryrefslogtreecommitdiffstats
path: root/autoload.c
diff options
context:
space:
mode:
Diffstat (limited to 'autoload.c')
-rw-r--r--autoload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload.c b/autoload.c
index fef8ab0d..a939cbfc 100644
--- a/autoload.c
+++ b/autoload.c
@@ -575,7 +575,7 @@ static val ffi_set_entries(val fun)
lit("deffi-union"), lit("typedef"), lit("sizeof"),
lit("alignof"), lit("offsetof"), lit("arraysize"), lit("elemsize"),
lit("elemtype"), lit("ffi"), lit("carray-ref"), lit("carray-sub"),
- lit("sub-buf"), lit("znew"),
+ lit("sub-buf"), lit("znew"), lit("setjmp"),
nil
};
autoload_set(al_fun, name, fun);