X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fglobals.lisp;h=3fa2a75fc7a6a268548d6daea33eeaee5ca9290c;hb=15d6e7c9a2c3234f95dfe278046fa2fee1b0c007;hp=c6f9f36347d522a0e781c170677f53593eba323c;hpb=f0338f6fa732b21daa4405e19465bd460e0526d9;p=sbcl.git diff --git a/src/code/globals.lisp b/src/code/globals.lisp index c6f9f36..3fa2a75 100644 --- a/src/code/globals.lisp +++ b/src/code/globals.lisp @@ -26,7 +26,6 @@ *software-interrupt-vector* *load-verbose* *load-print-stuff* *in-compilation-unit* *aborted-compilation-unit-count* *char-name-alist* - *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