From fe767186f88384d66e861f4e1cc2246efdebd6d6 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 15 Dec 1991 08:28:44 +0000 Subject: [PATCH] Marked sb's as :just-dump-it-normally. --- compiler/vop.lisp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compiler/vop.lisp b/compiler/vop.lisp index 1c411d42f..4512c7f42 100644 --- a/compiler/vop.lisp +++ b/compiler/vop.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vop.lisp,v 1.30 1991/12/14 09:06:33 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vop.lisp,v 1.31 1991/12/15 08:28:44 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -837,7 +837,9 @@ ;;; The SB structure represents the global information associated with a ;;; storage base. ;;; -(defstruct (sb (:print-function %print-sb)) +(defstruct (sb + (:print-function %print-sb) + (:make-load-form-fun :just-dump-it-normally)) ;; ;; Name, for printing and reference. (name nil :type symbol) -- GitLab