summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-03-23 21:37:26 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-03-23 21:37:26 -0700
commite1246c65460c60df45b19143b76b1aee3078ed97 (patch)
tree5e2ed5426ace6fcb409efd9099c2bf34d4b7bb32
parent120fff7edbc81eac6272a9e9bfc7a23d3eb94f55 (diff)
downloadtxr-e1246c65460c60df45b19143b76b1aee3078ed97.tar.gz
txr-e1246c65460c60df45b19143b76b1aee3078ed97.tar.bz2
txr-e1246c65460c60df45b19143b76b1aee3078ed97.zip
compiler: auto-load sys:bind-mac-error.
This is run-time support needed by compiled tree-bind code. * lisplib.c (compiler_set_entries): Add bind-mac-error to sys package auto-load list.
-rw-r--r--lisplib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisplib.c b/lisplib.c
index b4d20e59..a7250185 100644
--- a/lisplib.c
+++ b/lisplib.c
@@ -654,7 +654,7 @@ static val compiler_instantiate(val set_fun)
static val compiler_set_entries(val dlt, val fun)
{
val sys_name[] = {
- lit("compiler"),
+ lit("compiler"), lit("bind-mac-error"),
nil
};
val name[] = {