Skip to content
Snippets Groups Projects
Commit 45955c32 authored by wlott's avatar wlott
Browse files

Added #+gengc (setf conditions::*handler-clusters* nil) to

%initial-function so that we can handler-bind before the defvar
top-level-form has run.
parent d1d62e6e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.43 1993/08/30 21:20:02 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.44 1993/09/03 02:37:57 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -278,6 +278,7 @@
#-gengc (setf unix::*interrupt-pending* nil)
(setf *type-system-initialized* nil)
(setf *break-on-signals* nil)
#+gengc (setf conditions::*handler-clusters* nil)
;; Many top-level forms call INFO, (SETF INFO).
(print-and-call c::globaldb-init)
......
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