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

[no subject]



(DEFMACRO FOO (&REST BAR) (DECLARE (SPECIAL BAR)) (FUNCALL BAR))
gets the following error from the COMPLR:
(COMMENT **ERROR**  (DECLARE (SPECIAL BAR))
		Local declaration at wrong place in function |FOO MACRO|)