ObjMem.st
changeset 1300 2cfff4cac72f
parent 1288 9f6420305017
child 1418 23df6a323b69
--- a/ObjMem.st	Thu Apr 25 19:14:42 1996 +0200
+++ b/ObjMem.st	Thu Apr 25 20:26:01 1996 +0200
@@ -103,7 +103,7 @@
                               -> interrupts
                               -> garbageCollection
 
-    Class variables:
+    [Class variables:]
 
         InternalErrorHandler            gets informed (by VM), when some runtime
                                         error occurs (usually fatal)
@@ -175,6 +175,9 @@
       The InterruptHandler variables are known by the runtime system -
       they are the objects that get an interrupt message when the event
       occurs. You may not remove any of them.
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -3489,6 +3492,6 @@
 !ObjectMemory class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ObjMem.st,v 1.101 1996-04-25 16:11:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ObjMem.st,v 1.102 1996-04-25 18:26:01 cg Exp $'
 ! !
 ObjectMemory initialize!