Export *IN-WITHOUT-GCING* from SB!KERNEL and fix a C runtime bug.
commitdfe066b23ee5f32f2518b74b31586bb051ecd537
authorDouglas Katzman <dougk@google.com>
Tue, 9 May 2017 16:58:24 +0000 (9 12:58 -0400)
committerDouglas Katzman <dougk@google.com>
Tue, 9 May 2017 16:59:24 +0000 (9 12:59 -0400)
tree9ddef8ef1e087df6b7a987fa1e0b16eb4ea5e3f6
parent2287fa1bd18ab65031ef0073cc76bd577f3908ec
Export *IN-WITHOUT-GCING* from SB!KERNEL and fix a C runtime bug.

This has been subtly broken ever since 8ede17a6b7 which changed the
static symbol from SB!IMPL to SB!VM without changing any of the places
where the symbol appeared in Lisp. So all the code compiled fine,
but the C constant in static-symbols.h was a totally different symbol.
package-data-list.lisp-expr
src/code/globals.lisp
src/compiler/generic/parms.lisp