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
commit7ab00fe4459a5e28681412495441c3671d8de2c6 (patch)
tree5e2ed5426ace6fcb409efd9099c2bf34d4b7bb32
parent72f2e9594bd2fcc709fc3822face6dbe42a18f0b (diff)
downloadtxr-7ab00fe4459a5e28681412495441c3671d8de2c6.tar.gz
txr-7ab00fe4459a5e28681412495441c3671d8de2c6.tar.bz2
txr-7ab00fe4459a5e28681412495441c3671d8de2c6.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[] = {