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

Marked sb's as :just-dump-it-normally.

parent 0a784db4
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -837,7 +837,9 @@
;;; The SB structure represents the global information associated with a ;;; The SB structure represents the global information associated with a
;;; storage base. ;;; 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, for printing and reference.
(name nil :type symbol) (name nil :type symbol)
......
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