1.0.9.48: texi2pdf rework (Aymeric Vincent sbcl-devel 2007-09-05)
[sbcl/lichteblau.git] / src / code / force-delayed-defbangstructs.lisp
blob5b92e319610ac53b478640817abf2c2cafd54b84
1 ;;;; Once all the cross-compiler DEFSTRUCT machinery has been set up,
2 ;;;; we can feed the stored DEF!STRUCT argument lists to it. (This
3 ;;;; goes in its own source file, instead of in the same file as the
4 ;;;; DEFSTRUCT machinery, because it's tidier and more maintainable
5 ;;;; than adding EVAL-WHEN :COMPILE wrappers to anything that it might
6 ;;;; need.)
8 ;;;; This software is part of the SBCL system. See the README file for
9 ;;;; more information.
10 ;;;;
11 ;;;; This software is derived from the CMU CL system, which was
12 ;;;; written at Carnegie Mellon University and released into the
13 ;;;; public domain. The software is in the public domain and is
14 ;;;; provided with absolutely no warranty. See the COPYING and CREDITS
15 ;;;; files for more information.
17 (in-package "SB!KERNEL")
19 #+sb-xc-host (force-delayed-def!structs)