Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
user avatar
wlott authored
support this.  Note: this will work even if the macro defn of
SYMBOL-MACROLET is used.

Also changed the macro groveling stuff so that if (eq (walk (macroexpand
foo)) (macroexpand foo)) then return foo instead of (macroexpand foo).  In
other words, recollapse macros if nothing changed instead of leaving them
fully expanded.

Fixed some bugs in RELIST.  The result never shared any storage with the
orignal and calling it with no arguments would produce (NIL) instead of
NIL.
1d6b6d2a
History
Name Last commit Last update