diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-04-07 10:16:46 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-04-07 10:16:46 -0700 |
commit | 0a1e7693df57971fd3eaf1e97c9f1b1e25634c72 (patch) | |
tree | 237f1a7b26305bd59c5ef460d1aedd6c1501a1a0 /lisplib.c | |
parent | d37a97e912b8711e3c0c824b27b01f6bec456221 (diff) | |
download | txr-0a1e7693df57971fd3eaf1e97c9f1b1e25634c72.tar.gz txr-0a1e7693df57971fd3eaf1e97c9f1b1e25634c72.tar.bz2 txr-0a1e7693df57971fd3eaf1e97c9f1b1e25634c72.zip |
new function: compile.
* lisplib.c (compiler_set_entries): Add compile to autoloads.
* share/txr/stdlib/compiler.tl (usr:compile): New function.
Diffstat (limited to 'lisplib.c')
-rw-r--r-- | lisplib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -678,7 +678,7 @@ static val compiler_set_entries(val dlt, val fun) nil }; val name[] = { - lit("compile-toplevel"), lit("compile-file"), + lit("compile-toplevel"), lit("compile-file"), lit("compile"), nil }; |