summaryrefslogtreecommitdiffstats
path: root/autoload.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-10-13 20:23:35 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-10-13 20:23:35 -0700
commit378546295be6b3a72ee3792d9175501bc77c016d (patch)
treebafa7f54ab53ae1edb96cdce20165f4bdf18d88b /autoload.c
parent8b00ff477f752ea4e11290be398b5a3cf98cf7ab (diff)
downloadtxr-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload.c b/autoload.c
index e266ed43..7a6cd79d 100644
--- a/autoload.c
+++ b/autoload.c
@@ -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