Scanner.st
changeset 4484 70690cdc947a
parent 4479 0e8ec14d0a83
child 4518 25165f37f140
--- a/Scanner.st	Sat Aug 17 14:36:31 2019 +0200
+++ b/Scanner.st	Sat Aug 17 14:36:53 2019 +0200
@@ -2870,7 +2870,7 @@
             ].
             nextChar == $( ifTrue:[
                 parserFlags allowSTXExtendedArrayLiterals ifFalse:[
-                    self parseError:c'Non-Standard ST/X extension used: #XXX( .. ) unboxed array literal.\nPlease enable "allowSTXExtendedArrayLiterals" in the ParserFlags\n\nNotice: this is currently not supported by stc' 
+                    self parseError:c'Non-Standard ST/X extension used: #XXX( .. ) unboxed array literal.\nPlease enable "allowSTXExtendedArrayLiterals" in the ParserFlags' 
                          position:tokenPosition to:source position
                 ].    
                 source next.