[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: RZ at MIT-MC
- From: Robert W. Kerns <RWK at MIT-MC>
- Date: Fri, 25 Jan 80 06:17:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 25 January 1980 01:17-EST
Date: 24 January 1980 23:07-EST
From: Richard E. Zippel <RZ at MIT-MC>
To: BUG-LISP
Also SETF seems to lose in the compiler. Try compiling
(defmacro state (node) `(car ,node))
(defun foo (x y)
(setf (state x) y)
(bar x))
Fixed.