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

[no subject]



Compilation of

(DEFUN F (X &AUX Y)
       (DECLARE (FIXNUM Y))
       ...)

warns that Y is being bound to NIL.  This doesn't happen if Y is
a prog variable.