mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:39:39 +02:00
* Fix compilation
git-svn-id: trunk@40940 -
This commit is contained in:
parent
6e704b6a4f
commit
80e014d94a
@ -431,7 +431,8 @@ const
|
|||||||
'LogicalNot',
|
'LogicalNot',
|
||||||
'LogicalXor',
|
'LogicalXor',
|
||||||
'RightShift',
|
'RightShift',
|
||||||
'Enumerator'
|
'Enumerator',
|
||||||
|
'In'
|
||||||
);
|
);
|
||||||
|
|
||||||
PCUProcedureModifierNames: array[TProcedureModifier] of string = (
|
PCUProcedureModifierNames: array[TProcedureModifier] of string = (
|
||||||
|
Loading…
Reference in New Issue
Block a user