ParserFlags.st
changeset 3506 e8b4502d405f
parent 3500 60e5d213dd64
child 3519 03679c227ade
--- a/ParserFlags.st	Thu Jul 24 11:09:52 2014 +0200
+++ b/ParserFlags.st	Thu Jul 24 11:22:43 2014 +0200
@@ -1540,7 +1540,7 @@
     AllowSTXEOLComments := true.
     AllowSTXDelimiterComments := true.         "/ until stc and RBScanner support it also
     AllowVisualWorksMethodAnnotations := false.
-    AllowPossibleSTCCompilationProblems := true.
+    AllowPossibleSTCCompilationProblems := false.
     AllowEmptyStatements := false.
     AllowPeriodInSymbol := false.
     "/ these are only used by the new compiler
@@ -2643,11 +2643,11 @@
 !ParserFlags class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.118 2014-07-11 00:24:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.119 2014-07-24 09:22:43 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.118 2014-07-11 00:24:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.119 2014-07-24 09:22:43 cg Exp $'
 ! !