[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- Subject:
- From: MOON5@MIT-AI
- Date: Mon ,1 May 79 14:42:19 EDT
Another bug in the latest compiler. Test case:
(declare (special sp))
(defun foo () (let ((sp sp)) sp))
Gets an error while trying to compile.