category renamining
authorClaus Gittinger <cg@exept.de>
Mon, 17 Jan 2000 12:26:38 +0100
changeset 1021 7362dd1ebe9d
parent 1020 7f52741f59dc
child 1022 32bc5fc06687
category renamining
ByteCodeCompiler.st
--- a/ByteCodeCompiler.st	Mon Jan 17 12:15:46 2000 +0100
+++ b/ByteCodeCompiler.st	Mon Jan 17 12:26:38 2000 +0100
@@ -924,7 +924,7 @@
     "Created: 13.9.1995 / 14:37:16 / claus"
 ! !
 
-!ByteCodeCompiler methodsFor:'Compatibility - ST-80'!
+!ByteCodeCompiler methodsFor:'Compatibility - ST80'!
 
 compile:textOrStream in:aClass notifying:requestor ifFail:exceptionBlock
     "name alias for ST-80 compatibility"
@@ -3301,6 +3301,6 @@
 !ByteCodeCompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.161 1999-12-23 17:34:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.162 2000-01-17 11:26:38 cg Exp $'
 ! !
 ByteCodeCompiler initialize!