[Ecls-list] Bogus "Removing unused variable" note

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Sun Feb 7 10:19:04 UTC 2010


On Sun, Feb 7, 2010 at 12:55 AM, Tobias C. Rittweiler <tcr at freebits.de>wrote:

>
> ;;; /tmp/frob.lisp
>
> (defmacro macro ((&rest ignore) &body body)
>  "Foof"
>  (declare (ignore ignore))
>  `(progn , at body))
>
>
> CL-USER> (compile-file "/tmp/frob.lisp")
> ;;; Compiling /tmp/frob.lisp.
> ;;; OPTIMIZE levels: Safety=3, Space=0, Speed=1, Debug=3
> ;;; Compiling (DEFMACRO MACRO ...).
> ;;; Note: in file /tmp/frob.lisp, position 0, and form
> ;;;   (FSET 'MACRO #'(LAMBDA-BLOCK MACRO # ...) ...)
> ;;; Removing unused variable IGNORE


This has disappeared with the latest changes.

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20100207/1bea5440/attachment.html>


More information about the ecl-devel mailing list