[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(defmacro foo (&whole w) ...)



Y'all convinced me that the presence of &WHOLE should have no effect on the
number-of-subforms checking.  Having to put in &REST IGNORE in six places in
a large program is better than having an inconsistency in the language.

This is consistent with the manual, which says nothing about number-of-subforms
checking in defmacro, except at the bottom of p.147 where it says that an
implementation "may" do it.