STCCompilerInterface.st
changeset 4615 0df1ab0308a1
parent 4600 f07c4dab5486
child 4679 47b03fee99a1
--- a/STCCompilerInterface.st	Wed Dec 18 19:06:30 2019 +0100
+++ b/STCCompilerInterface.st	Sun Jan 05 17:27:50 2020 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
  COPYRIGHT (c) 2006 by eXept Software AG
@@ -921,7 +919,7 @@
 
     [
         stream := stFileName asFilename writeStream.
-    ] on:FileStream openErrorSignal do:[:ex|
+    ] on:OpenError do:[:ex|
         self parseError:'cannot create temporary sourcefile for compilation' position:1.
         ^ #CannotLoad
     ].