Update of /cvsroot/sbcl/sbcl/doc/internals-notes
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6632/doc/internals-notes
Modified Files:
threading-specials
Log Message:
1.0.2.26: replace *all-components* special with a local variable
* Was used only in COMPILE-TOPLEVEL where it was also bound.
Index: threading-specials
===================================================================
RCS file: /cvsroot/sbcl/sbcl/doc/internals-notes/threading-specials,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- threading-specials 7 Dec 2006 12:51:26 -0000 1.16
+++ threading-specials 19 Feb 2007 11:55:52 -0000 1.17
@@ -697,7 +697,6 @@
SB-C::*COMPILER-ERROR-PRINT-LENGTH*
SB-C::*CONTINUATION-NUMBER*
SB-C::*PREV-SEGMENT*
-SB-C::*ALL-COMPONENTS*
SB-C::*CONTROL-DELETED-BLOCK-EVENT-INFO*
SB-C::*ALLOW-DEBUG-CATCH-TAG*
SB-C::*ID-LABELS*
|