ByteCodeCompiler.st
changeset 4563 ca84d6e425e4
parent 4555 806a25fa298a
child 4599 cfe030ac351c
--- a/ByteCodeCompiler.st	Sun Sep 15 10:19:39 2019 +0200
+++ b/ByteCodeCompiler.st	Sun Sep 15 10:20:07 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -3051,7 +3049,7 @@
         foldConstants:fold
         ifFail:[:exOrNil |
                  exOrNil notNil ifTrue:[
-                    ParseError new
+                    exOrNil "ParseError new"
                         errorMessage:(exOrNil errorMessage) startPosition:(exOrNil startPosition) endPosition:(exOrNil endPosition);
                         parameter:exOrNil parameter;
                         lineNumber:exOrNil lineNumber;