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

DEFMACROs with DECLAREs in them



I don't remember if there has been a reply to
    Date: 2 November 1980 18:10-EST
    From: Kent M. Pitman <KMP at MIT-MC>
    (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|)
but my earlier note about fixing (DEFMACRO FOO () () )  mentions that
the current DEFMACRO attempts to be clever about finding DECLAREs and
documentation strings.