CompiledCode.st
changeset 5190 9e551fac8864
parent 4977 17a819360ad5
child 5304 5a6bdbd6e340
--- a/CompiledCode.st	Mon Jan 17 12:21:08 2000 +0100
+++ b/CompiledCode.st	Mon Jan 17 12:25:36 2000 +0100
@@ -175,7 +175,7 @@
 %}
 ! !
 
-!CompiledCode methodsFor:'Compatibility - ST-80'!
+!CompiledCode methodsFor:'Compatibility - ST80'!
 
 getSource
     "return the code objects source code, nil if none is available"
@@ -1531,6 +1531,6 @@
 !CompiledCode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.72 1999-11-09 17:00:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.73 2000-01-17 11:24:44 cg Exp $'
 ! !
 CompiledCode initialize!