0.8.1.8:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 26 Jun 2003 19:36:02 +0000 (19:36 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 26 Jun 2003 19:36:02 +0000 (19:36 +0000)
commit92209029befc55315cca38710d55c9f4608baff3
treee91ec6f4ef741aa4c52fa785b8fe8ff9d4185911
parentd0552bdb80b50eb2c600de19b89b2d7139c4841c
0.8.1.8:
There seems to be no reason to use LET () instead of PROGN in
the #+SB-XC-HOST case of !COLD-INIT-FORMS; and the
nontoplevelness caused a problem (*QUEUED-PROCLAIMS*
not declared special before use, because DEFVAR wasn't
at toplevel when wrapped in LET (); then reported as
full warning by xc host) reported by KingNato on #lisp.
broke some long lines noticed when looking at !C-I-F forms
Even though the new !COLD-INIT-FORMS-as-PROGN might suffice to
allow the system to build on MacOS without WARNINGs,
without further change, it seemed easier to understand
if I moved the DEFVAR *Q-P* outside the !C-I-F, leaving
only SETF inside, so I did.
src/code/cold-init-helper-macros.lisp
src/code/late-type.lisp
src/compiler/proclaim.lisp
version.lisp-expr