diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-03-23 21:37:26 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-03-23 21:37:26 -0700 |
commit | e1246c65460c60df45b19143b76b1aee3078ed97 (patch) | |
tree | 5e2ed5426ace6fcb409efd9099c2bf34d4b7bb32 | |
parent | 120fff7edbc81eac6272a9e9bfc7a23d3eb94f55 (diff) | |
download | txr-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { |