[armedbear-devel] breakage in r14066

James M. Lawrence llmjjmll at gmail.com
Thu Aug 9 17:51:15 UTC 2012


(defstruct foo
  (data nil))

(defun test ()
  (let ((foo (make-foo)))
    (symbol-macrolet ((x (foo-data foo)))
      (setf x 99))
    (foo-data foo)))

(test) ;=> NIL




More information about the armedbear-devel mailing list