class: SourceFileLoader
authorClaus Gittinger <cg@exept.de>
Thu, 22 May 2014 00:25:24 +0200
changeset 3450 d8be0eee31b9
parent 3449 3857b52841ba
child 3451 3bf71ab30730
class: SourceFileLoader changed: #correctableError:position:to:from:
SourceFileLoader.st
--- a/SourceFileLoader.st	Thu May 22 00:25:02 2014 +0200
+++ b/SourceFileLoader.st	Thu May 22 00:25:24 2014 +0200
@@ -210,6 +210,8 @@
     "/ Transcript show:'**  '; showCR:aMessage.
     "/ self showWherePosition:position to:endPos from:aCompiler.
 
+    Transcript show:'===>  '; showCR:aMessage.
+    self showWherePosition:position to:endPos from:aCompiler.
     ^ false "/ no correction    
 
     "Modified: 8.11.1996 / 18:53:17 / cg"
@@ -319,10 +321,10 @@
 !SourceFileLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.40 2013-08-25 16:53:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.41 2014-05-21 22:25:24 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.40 2013-08-25 16:53:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.41 2014-05-21 22:25:24 cg Exp $'
 ! !