1 ;;;; Now that all the cross-compiler DEFMACRO machinery has been set up, we
2 ;;;; can feed the stored DEF!MACRO argument lists to it.
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
8 ;;;; This software is part of the SBCL system. See the README file for
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!IMPL")
19 #+sb-xc-host (force-delayed-def!macros)