ByteCodeCompiler.st
changeset 1417 7e97dd2df5ca
parent 1414 613ec963af7c
child 1459 f6ea05913a60
--- a/ByteCodeCompiler.st	Wed May 07 16:13:07 2003 +0200
+++ b/ByteCodeCompiler.st	Wed May 07 16:30:08 2003 +0200
@@ -1049,7 +1049,7 @@
     "Created: 13.9.1995 / 14:37:16 / claus"
 ! !
 
-!ByteCodeCompiler methodsFor:'Compatibility - ST80'!
+!ByteCodeCompiler methodsFor:'Compatibility-ST80'!
 
 compile:textOrStream in:aClass notifying:requestor ifFail:exceptionBlock
     "name alias for ST-80 compatibility"
@@ -3831,7 +3831,7 @@
 !ByteCodeCompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.215 2003-05-07 14:05:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.216 2003-05-07 14:29:29 cg Exp $'
 ! !
 
 ByteCodeCompiler initialize!