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

Added call to CLASS-FINALIZE after all top-level forms & other

initializations.
parent e3c7bde0
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.33.1.1 1993/02/04 12:14:33 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.33.1.2 1993/02/21 16:27:10 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -155,6 +155,8 @@
;; have changed the compliation policy in strange ways.
(print-and-call c::proclaim-init)
(print-and-call kernel::class-finalize)
(%primitive print "Done initializing.")
(setf *already-maybe-gcing* nil)
......
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