Allow slam.sh to redefine and/or use non-redefineable functions
commit5e492b21648b424257a91f5cd7742caa1028efa5
authorDouglas Katzman <dougk@google.com>
Mon, 15 Jan 2018 18:09:21 +0000 (15 13:09 -0500)
committerDouglas Katzman <dougk@google.com>
Mon, 15 Jan 2018 18:09:21 +0000 (15 13:09 -0500)
tree6acb772f3ed61b54b98e914cbcaf0ddd78f8a7ad
parentdde9dc68a1bb86d94e724863263dbf27c62e672d
Allow slam.sh to redefine and/or use non-redefineable functions

Names that are prohibited to redefine such as MAKE-LOAD-FORM are ok during
make-host-2 because warnings are deferred until SUMMARIZE-COMPILATION-UNIT,
and (hopefully) resolved before then. However, depending on what needed
recompilation, 'slam' may not resolve all warnings, and they leak through.
src/cold/slam.lisp