From 5d487849839a90f75e39bc70916e0165eae938a6 Mon Sep 17 00:00:00 2001 From: gerd <gerd> Date: Fri, 18 Jul 2003 11:15:19 +0000 Subject: [PATCH] * src/tools/hemcom.lisp (toplevel): Set conditions::*make-condition-accessor-methods* to true. --- tools/hemcom.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/hemcom.lisp b/tools/hemcom.lisp index 469b8f3f4..955092e2d 100644 --- a/tools/hemcom.lisp +++ b/tools/hemcom.lisp @@ -3,13 +3,16 @@ ;;; ********************************************************************** ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hemcom.lisp,v 1.11 2003/06/18 09:23:08 gerd Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hemcom.lisp,v 1.12 2003/07/18 11:15:19 gerd Rel $") ;;; ;;; ********************************************************************** ;;; ;;; This file compiles all of Hemlock. ;;; +(when (boundp 'conditions::*make-condition-accessor-methods*) + (setq conditions::*make-condition-accessor-methods* t)) + #+bootstrap (progn (when (ext:get-command-line-switch "slave") -- GitLab