0.7.5.7:
authorWilliam Harold Newman <william.newman@airmail.net>
Tue, 9 Jul 2002 14:18:40 +0000 (14:18 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Tue, 9 Jul 2002 14:18:40 +0000 (14:18 +0000)
commitc81c32ef8a737b0cc61d3c0c6a137cab39baac73
tree4c5f278c4fcd9d133fe18013934612aedd52b578
parent3f9b95517d494e4df59fbaafa8c95d7fb34b96d2
0.7.5.7:
deleted call_cmd() from ldb, since it's bitrotted
deleted *!INITIAL-FDEFN-OBJECTS* from static symbols now that
the C runtime doesn't need it
incremented fasl file version number now that static symbols
have changed
deleted unused *INTERNAL-GC-TRIGGER*
s/INTERNAL_GC_TRIGGER/GENCGC/ (so that all the runtime code
which compiled differently depending on cpp's knowledge
of the existence of the unused variable now depends on
something somewhat more relevant)
src/code/early-fasl.lisp
src/code/early-impl.lisp
src/code/gc.lisp
src/compiler/alpha/parms.lisp
src/compiler/ppc/parms.lisp
src/compiler/sparc/parms.lisp
src/compiler/x86/parms.lisp
src/runtime/globals.c
src/runtime/interrupt.c
src/runtime/monitor.c
src/runtime/runtime.c