#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Fri, 21 Feb 2020 15:17:54 +0100
changeset 4638 b5606754bec4
parent 4637 1f1869c7b7ad
child 4639 dbe718721d0a
#REFACTORING by cg class: Parser changed: #primary
Parser.st
--- a/Parser.st	Fri Feb 21 15:17:26 2020 +0100
+++ b/Parser.st	Fri Feb 21 15:17:54 2020 +0100
@@ -7909,7 +7909,7 @@
     ].
 
     (tokenType == #FixedPoint) ifTrue:[
-        parserFlags allowFixedPointLiterals == true ifFalse:[
+        parserFlags allowFixedPointLiterals ifFalse:[
             self isSyntaxHighlighter ifFalse:[
                 self parseError:'non-Standard literal: FixedPoint. Please enable in settings.' position:pos to:pos+2.
                 ^ #Error