BlockContext.st
changeset 1293 02fb05148c98
parent 1183 e3d58d115e53
child 1444 cb2493aa4d0c
--- a/BlockContext.st	Thu Apr 25 18:47:14 1996 +0200
+++ b/BlockContext.st	Thu Apr 25 18:49:43 1996 +0200
@@ -41,7 +41,14 @@
     (has become necessary with cheap blocks, which have no home).
 
     WARNING: layout and size known by compiler and runtime system - 
-	     do not change.
+             do not change.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        Context Block Method
+        Exception Signal
 "
 ! !
 
@@ -204,5 +211,5 @@
 !BlockContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/BlockContext.st,v 1.20 1996-04-16 09:28:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/BlockContext.st,v 1.21 1996-04-25 16:49:34 cg Exp $'
 ! !