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

Previous `bug'



Interestingly enough,
 (DEFUN FOO (X) (LET* ((X X) (X X)) (DECLARE (SPECIAL X))))
returns NIL in both interpreted and compiled code ... I don't know
if that's a bug or a feature.