Skip to content
Snippets Groups Projects
Commit fc946e2e authored by ram's avatar ram
Browse files

Tweak cold-load initialization.

parent 90387a89
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/class.lisp,v 1.6 1993/02/16 10:51:45 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/class.lisp,v 1.7 1993/02/16 14:44:43 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -732,6 +732,9 @@
:length length)))
(cond ((not old)
(setf (gethash name *forward-referenced-layouts*) res))
((not *type-system-initialized*)
(setf (layout-class old) class)
old)
((redefine-layout-warning old "current" res "compile time")
(restart-case
(error "Loading a reference to class ~S when the compile ~@
......
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