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.