From bd4a18889b59486e83fc8a8170349cbc8a1e2912 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 11 Jul 1991 16:30:02 +0000
Subject: [PATCH] Deleted setf bootstrap hack.

---
 compiler/macros.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/macros.lisp b/compiler/macros.lisp
index c0c5ffd1a..13df41593 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)))
-- 
GitLab