Skip to content
Snippets Groups Projects
Commit 5d487849 authored by gerd's avatar gerd
Browse files

* src/tools/hemcom.lisp (toplevel): Set

	conditions::*make-condition-accessor-methods* to true.
parent ae3ab799
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment