1.0.19.33: Improved interrupt handling on darwin/x86[-64]
[sbcl/eslaughter.git] / src / code / force-delayed-defbangconstants.lisp
blobce95dec65f0d4065c914ea7f6845a7b7ea448f69
1 ;;;; Now that all the cross-compiler INFO machinery has been set up, we
2 ;;;; can feed the stored DEF!CONSTANTS argument lists to it.
3 ;;;;
4 ;;;; KLUDGE: There's no real reason for this to be in its own file, except
5 ;;;; perhaps the parallelism with FORCE-DELAYED-DEF!STRUCTS (which does have a
6 ;;;; good reason).
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!constants)