ByteCodeCompiler.st
changeset 1229 be486fc52590
parent 1228 5ee632d481f2
child 1253 93bdb3e41f6f
--- a/ByteCodeCompiler.st	Wed Dec 05 10:27:28 2001 +0100
+++ b/ByteCodeCompiler.st	Tue Dec 11 18:47:10 2001 +0100
@@ -3512,7 +3512,7 @@
                 ] ifFalse:[
                     eMsg := 'STC / CC error during compilation:\\',errorMessages
                 ].
-                eMsg := eMsg withCRs
+                "/ eMsg := eMsg withCRs
             ].
             self activityNotification:'compilation failed'.
             self parseError:eMsg position:1.
@@ -3786,6 +3786,6 @@
 !ByteCodeCompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.196 2001-12-05 09:27:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.197 2001-12-11 17:47:10 cg Exp $'
 ! !
 ByteCodeCompiler initialize!