From 46ca5ac143ab85b7940e9314f20353bdf4a37203 Mon Sep 17 00:00:00 2001
From: gerd <gerd>
Date: Wed, 18 Jun 2003 11:07:40 +0000
Subject: [PATCH] 	* src/tools/setup.lisp, src/tools/worldcom.lisp: Move
 the setting 	of *make-condition-accessor-methods* to setup.lisp, so that it
 	applies to genesis-c-header-file-changed.  This has to be done 
 because between the definition of genesis-c-header-file-changed in 
 setup.lisp and worldbuild.lisp/genesis, where the condition is 
 signaled, PCL is eradicated.

---
 tools/setup.lisp    | 5 ++++-
 tools/worldcom.lisp | 5 +----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools/setup.lisp b/tools/setup.lisp
index 54d38cfad..5c7adeb9f 100644
--- a/tools/setup.lisp
+++ b/tools/setup.lisp
@@ -3,7 +3,7 @@
 ;;; **********************************************************************
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/setup.lisp,v 1.36 2003/06/18 09:23:08 gerd Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/setup.lisp,v 1.37 2003/06/18 11:07:40 gerd Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -11,6 +11,9 @@
 ;;; compilation utilities.
 ;;;
 
+(when (boundp 'conditions::*make-condition-accessor-methods*)
+  (setq conditions::*make-condition-accessor-methods* nil))
+
 ;;; Ensure pre-ANSI defstruct processing occurs during system builds.
 (in-package "KERNEL")
 (defparameter *ansi-defstruct-options-p* nil)
diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp
index 786006a28..437361f44 100644
--- a/tools/worldcom.lisp
+++ b/tools/worldcom.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.88 2003/06/18 09:23:08 gerd Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.89 2003/06/18 11:07:40 gerd Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -19,9 +19,6 @@
 (defvar *byte-compile* #+small t #-small :maybe)
 (defvar *original-%deftype* #'lisp::%deftype)
 
-(when (boundp 'conditions::*make-condition-accessor-methods*)
-  (setq conditions::*make-condition-accessor-methods* nil))
-
 (with-compiler-log-file
     ("target:compile-lisp.log"
      :optimize '(optimize (speed 2) (space 2) (inhibit-warnings 2)
-- 
GitLab