X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fglobals.lisp;h=68ff4c1141e47ba41f430897b0e0081eb9cea59d;hb=18dc0069cd514c976042766ab9a785c970fe1603;hp=6ce764ed322eebb1d5aac2f08eed22fefaba5244;hpb=4898ef32c639b1c7f4ee13a5ba566ce6debd03e6;p=sbcl.git diff --git a/src/code/globals.lisp b/src/code/globals.lisp index 6ce764e..68ff4c1 100644 --- a/src/code/globals.lisp +++ b/src/code/globals.lisp @@ -18,11 +18,14 @@ (declaim (special *keyword-package* *cl-package* original-lisp-environment *standard-readtable* + sb!pretty::*standard-pprint-dispatch-table* sb!debug:*in-the-debugger* sb!debug:*stack-top-hint* *handler-clusters* *restart-clusters* - *gc-inhibit* *need-to-collect-garbage* + *in-without-gcing* *gc-inhibit* *gc-pending* + #!+sb-thread *stop-for-gc-pending* + #!+sb-dynamic-core sb!vm::*required-runtime-c-symbols* *software-interrupt-vector* *load-verbose* *load-print-stuff* *in-compilation-unit* *aborted-compilation-unit-count* *char-name-alist*