diff --git a/compiler/macros.lisp b/compiler/macros.lisp index c0c5ffd1ac8d06289f4789366acd44a1c86db982..13df41593f4621da99ad65c2c53b21c69970d7e5 100644 --- a/compiler/macros.lisp +++ b/compiler/macros.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/macros.lisp,v 1.23 1991/02/20 14:58:39 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/macros.lisp,v 1.24 1991/07/11 16:30:02 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -941,7 +941,7 @@ "Automagically generated boolean attribute setter. See Def-Boolean-Attribute." (multiple-value-bind (temps values stores set get) - (lisp::foo-get-setf-method place env) + (get-setf-method place env) (let ((newval (gensym)) (n-place (gensym)) (mask (compute-attribute-mask attributes ,const-name)))