summaryrefslogtreecommitdiffstats
path: root/autoload.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-10-13 07:21:53 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-10-13 07:21:53 -0700
commit8629f3e1eb6860d72861800ed5004cf0ae5dd2b3 (patch)
tree6759fa8e04ff5514aaaefb1020b99de2d2e01041 /autoload.c
parentae644e2046349d2fdb83da88a33bedb565b99dce (diff)
downloadtxr-8629f3e1eb6860d72861800ed5004cf0ae5dd2b3.tar.gz
txr-8629f3e1eb6860d72861800ed5004cf0ae5dd2b3.tar.bz2
txr-8629f3e1eb6860d72861800ed5004cf0ae5dd2b3.zip
New function: macroexpand-place.
* stdlib/place.tl (sys:pl-expand): Function renamed to macroexpand-place; env parameter becomes optional. (macroexpand-1-place): New function. (place-form-p, call-update-expander, call-clobber-expander, call-delete-expander): Follow rename. * autoload.c (place_set_entries): Register symbols macroexpand-place and macroexpand-1-place for autoload. * txr.1: Documented. * stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'autoload.c')
-rw-r--r--autoload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload.c b/autoload.c
index a3430a63..336c2518 100644
--- a/autoload.c
+++ b/autoload.c
@@ -109,6 +109,7 @@ static val place_set_entries(val fun)
lit("defplace"), lit("define-place-macro"), lit("define-modify-macro"),
lit("placelet"), lit("placelet*"), lit("read-once"),
lit("define-accessor"), lit("with-slots"),
+ lit("macroexpand-place"), lit("macroexpand-1-place"),
nil
};