diff -r b9f0fb923c72 -r 9ccdbee7d1ad CompiledCode.st --- 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!