diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-02-12 10:15:38 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-02-12 10:15:38 -0800 |
commit | 8cc78a0c7b82ac3d4f07a00bb10dad3d8645b9d4 (patch) | |
tree | acb152095479a3168036881ec9048b92f1ce6b5c /stdlib/doc-syms.tl | |
parent | efbfcb392f7fa2255657ee3c7d2648172adf204d (diff) | |
download | txr-8cc78a0c7b82ac3d4f07a00bb10dad3d8645b9d4.tar.gz txr-8cc78a0c7b82ac3d4f07a00bb10dad3d8645b9d4.tar.bz2 txr-8cc78a0c7b82ac3d4f07a00bb10dad3d8645b9d4.zip |
macro-time: special op becomes a macro.
* eval.c (me_macro_time): New static function
(do_expand): Remove handling of macro_time_s.
(eval_init): Remove special operator registration of
macro-time; add macro registration.
* txr.1: Documentation of macro-time updated, revised
and moved from the top the Macros section to be adjacent
to equot.
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stdlib/doc-syms.tl')
-rw-r--r-- | stdlib/doc-syms.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index 6db5eecc..9f999aab 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -1183,7 +1183,7 @@ ("mac-param-bind" "N-021A9008") ("macro-ancestor" "N-00519E96") ("macro-form-p" "N-02AC86DE") - ("macro-time" "N-0264A0BD") + ("macro-time" "N-0131B069") ("macroexpand" "N-02ED5471") ("macroexpand-1" "N-02ED5471") ("macroexpand-1-lisp1" "N-01E62179") |