mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +02:00
* compilation fixed
git-svn-id: trunk@37534 -
This commit is contained in:
parent
d570c09b9d
commit
3bcf774c7b
@ -2093,7 +2093,8 @@ const
|
||||
(mask:vo_volatile; str:'Volatile'),
|
||||
(mask:vo_has_section; str:'HasSection'),
|
||||
(mask:vo_force_finalize; str:'ForceFinalize'),
|
||||
(mask:vo_is_default_var; str:'DefaultIntrinsicVar')
|
||||
(mask:vo_is_default_var; str:'DefaultIntrinsicVar'),
|
||||
(mask:vo_is_far; str:'IsFar')
|
||||
);
|
||||
var
|
||||
i : longint;
|
||||
|
Loading…
Reference in New Issue
Block a user