CompiledCode.st
changeset 7258 9ccdbee7d1ad
parent 7150 a1fe0a0313a8
child 7261 f35fc9cee675
--- a/CompiledCode.st	Wed May 07 16:06:30 2003 +0200
+++ b/CompiledCode.st	Wed May 07 16:11:29 2003 +0200
@@ -1294,7 +1294,7 @@
     "
 ! !
 
-!CompiledCode methodsFor:'private accessing'!
+!CompiledCode methodsFor:'private-accessing'!
 
 byteCode:aByteArray
     "set the bytecode field - DANGER ALERT"
@@ -1708,7 +1708,7 @@
 !CompiledCode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.91 2003-03-31 17:54:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.92 2003-05-07 14:10:16 cg Exp $'
 ! !
 
 CompiledCode initialize!