diff -r 2ceefe9b5a19 -r b785d23d7c5b ObjMem.st --- a/ObjMem.st Thu Nov 23 18:07:57 1995 +0100 +++ b/ObjMem.st Thu Nov 23 18:13:04 1995 +0100 @@ -558,10 +558,6 @@ when processes switch control (i.e. you cannot block interrupts across a suspend, delay etc.). However, the state will be restored after a resume. " -! - -version - ^ '$Header: /cvs/stx/stx/libbasic/Attic/ObjMem.st,v 1.78 1995-11-23 02:01:22 cg Exp $' ! ! !ObjectMemory class methodsFor:'initialization'! @@ -3168,4 +3164,9 @@ " ! ! +!ObjectMemory class methodsFor:'documentation'! + +version + ^ '$Header: /cvs/stx/stx/libbasic/Attic/ObjMem.st,v 1.79 1995-11-23 17:11:06 cg Exp $' +! ! ObjectMemory initialize!