Parser.st
changeset 4638 b5606754bec4
parent 4618 9978e42e49f0
child 4641 4c0847b6289f
--- 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