[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: CWH at MIT-MC (Carl W. Hoffman)
- Date: Tue, 29 Apr 80 15:32:00 GMT
- Original-date: 29 APR 1980 1132-EDT
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.