[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DEFMACROs with DECLAREs in them
- To: KMP at MIT-MC
- Subject: DEFMACROs with DECLAREs in them
- From: JONL at MIT-MC (Jon L White)
- Date: Mon, 1 Dec 80 09:45:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 1 DEC 1980 0445-EST
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.