CompiledCode.st
changeset 7261 f35fc9cee675
parent 7258 9ccdbee7d1ad
child 7603 88c60268d47f
--- a/CompiledCode.st	Wed May 07 16:15:41 2003 +0200
+++ b/CompiledCode.st	Wed May 07 16:32:07 2003 +0200
@@ -246,7 +246,7 @@
     "
 ! !
 
-!CompiledCode methodsFor:'Compatibility - ST80'!
+!CompiledCode methodsFor:'Compatibility-ST80'!
 
 getSource
     "return the code objects source code, nil if none is available"
@@ -1708,7 +1708,7 @@
 !CompiledCode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.92 2003-05-07 14:10:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.93 2003-05-07 14:30:10 cg Exp $'
 ! !
 
 CompiledCode initialize!