[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
&IGNORE
- To: JONL at MIT-MC, CWH at MIT-MC, WGD at MIT-MC
- Subject: &IGNORE
- From: MOON at MIT-MC (David A. Moon)
- Date: Thu, 22 May 80 22:02:00 GMT
- Cc: (BUG LISP) at MIT-MC, (BUG LISPM) at MIT-MC
- Original-date: 22 MAY 1980 1802-EDT
Why don't you simply fix the Ncomplr bug which causes code such as
(defun foo (x y z)
y ;y is ignored
(frob x z))
to get a "bound but never used" error for y? This is the construct
we use in the Lisp machine.