[Openmcl-devel] Bug in setf/last or not?

Andrew P. Lentvorski, Jr. bsder at mail.allcaps.org
Mon Jan 31 02:04:41 PST 2005


I did the following (probably stupid) set of commands:

HEAP-PACKAGE> (setq h '(1 2 3))
(1 2 3)
HEAP-PACKAGE> (setf (last h) nil)
;Compiler warnings :
;   Undeclared free variable H, in an anonymous lambda form.
;   Undefined function SETF::|COMMON-LISP::LAST|, in an anonymous 
lambda form.

Is that a bug?

-a




More information about the Openmcl-devel mailing list