mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 05:49:12 +02:00
* Enumerator is unary operator
git-svn-id: trunk@34751 -
This commit is contained in:
parent
7ded54ad96
commit
cfc8b0fd9e
@ -1358,7 +1358,7 @@ const
|
|||||||
'.');
|
'.');
|
||||||
|
|
||||||
|
|
||||||
UnaryOperators = [otImplicit,otExplicit,otAssign,otNegative,otPositive];
|
UnaryOperators = [otImplicit,otExplicit,otAssign,otNegative,otPositive,otEnumerator];
|
||||||
|
|
||||||
OperatorTokens : Array[TOperatorType] of string
|
OperatorTokens : Array[TOperatorType] of string
|
||||||
= ('','','','*','+','-','/','<','=',
|
= ('','','','*','+','-','/','<','=',
|
||||||
|
Loading…
Reference in New Issue
Block a user