diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-10-13 20:23:35 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-10-13 20:23:35 -0700 |
commit | 378546295be6b3a72ee3792d9175501bc77c016d (patch) | |
tree | bafa7f54ab53ae1edb96cdce20165f4bdf18d88b /autoload.c | |
parent | 8b00ff477f752ea4e11290be398b5a3cf98cf7ab (diff) | |
download | txr-378546295be6b3a72ee3792d9175501bc77c016d.tar.gz txr-378546295be6b3a72ee3792d9175501bc77c016d.tar.bz2 txr-378546295be6b3a72ee3792d9175501bc77c016d.zip |
New function: macroexpand-struct-clause.
* stdlib/struct.tl (macroexpand-struct-clause): New function.
* autoload.c (struct_set_entries): Autoload struct module
on macroexpand-struct-clause.
* txr.1: Documented.
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'autoload.c')
-rw-r--r-- | autoload.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -220,7 +220,7 @@ static val struct_set_entries(val fun) lit("defstruct"), lit("qref"), lit("uref"), lit("new"), lit("lnew"), lit("new*"), lit("lnew*"), lit("meth"), lit("umeth"), lit("usl"), lit("defmeth"), lit("rslot"), - lit("define-struct-clause"), nil + lit("define-struct-clause"), lit("macroexpand-struct-clause"), nil }; val vname[] = { lit("*struct-clause-expander*"), nil |