X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fglobals.lisp;h=3fa2a75fc7a6a268548d6daea33eeaee5ca9290c;hb=f3f677703e37f5a335b3be7fa64f7748ad969517;hp=86b3d9db7eb4b46511a63d9fa7b597ce8a241b40;hpb=77360ee4a1f94c41b807be7ad0e8687199fceef1;p=sbcl.git diff --git a/src/code/globals.lisp b/src/code/globals.lisp index 86b3d9d..3fa2a75 100644 --- a/src/code/globals.lisp +++ b/src/code/globals.lisp @@ -20,13 +20,12 @@ *standard-readtable* sb!debug:*in-the-debugger* sb!debug:*stack-top-hint* - sb!conditions::*handler-clusters* - sb!conditions::*restart-clusters* + *handler-clusters* + *restart-clusters* *gc-inhibit* *need-to-collect-garbage* *software-interrupt-vector* *load-verbose* *load-print-stuff* *in-compilation-unit* *aborted-compilation-unit-count* *char-name-alist* - *beep-function* *gc-notify-before* *gc-notify-after* *posix-argv*)) (declaim (ftype (function * *) @@ -34,7 +33,7 @@ assert-prompt check-type-error case-body-error print-object describe-object sb!pcl::check-wrapper-validity)) -;;; Gray streams functions not defined until after PCL is loaded. +;;; Gray streams functions not defined until after PCL is loaded (declaim (ftype (function * *) stream-advance-to-column stream-clear-input stream-clear-output stream-finish-output stream-force-output