ObjectFileHandle.st
changeset 388 067d7de615f5
parent 368 26e9268bde0f
child 474 bf2345df4093
--- a/ObjectFileHandle.st	Tue Oct 22 20:42:20 1996 +0200
+++ b/ObjectFileHandle.st	Tue Oct 22 21:34:16 1996 +0200
@@ -48,13 +48,6 @@
     [author:]
         Claus Gittinger
 "
-!
-
-history
-
-    "Created: 14.9.1995 / 21:10:55 / claus"
-    "Modified: 14.9.1995 / 21:10:55 / claus"
-    "Modified: 12.7.1996 / 15:20:15 / cg"
 ! !
 
 !ObjectFileHandle methodsFor:'accessing'!
@@ -356,5 +349,5 @@
 !ObjectFileHandle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileHandle.st,v 1.19 1996-10-18 20:02:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileHandle.st,v 1.20 1996-10-22 19:34:16 cg Exp $'
 ! !