ObjectFileHandle.st
changeset 1614 894cf7de352c
parent 1603 4243be479e4f
child 1743 7cd4c5cd0510
--- a/ObjectFileHandle.st	Mon Jul 11 12:50:05 2005 +0200
+++ b/ObjectFileHandle.st	Tue Jul 12 15:58:04 2005 +0200
@@ -266,6 +266,10 @@
 
     "Created: 5.12.1995 / 21:10:49 / cg"
     "Modified: 25.4.1996 / 09:43:53 / cg"
+!
+
+postDeepCopy
+    sysHandle1 := sysHandle2 := moduleID := nil
 ! !
 
 !ObjectFileHandle methodsFor:'printing & storing'!
@@ -487,5 +491,5 @@
 !ObjectFileHandle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileHandle.st,v 1.31 2005-06-21 13:18:00 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileHandle.st,v 1.32 2005-07-12 13:58:04 cg Exp $'
 ! !