mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:59:21 +02:00
jcf2: Support "static" keyword. Issue #32267, patch from delfion.
git-svn-id: trunk@55783 -
This commit is contained in:
parent
c92ee9b044
commit
79e14af470
@ -370,7 +370,7 @@ const
|
|||||||
ClassDirectives: TTokenTypeSet =
|
ClassDirectives: TTokenTypeSet =
|
||||||
[ttPrivate, ttProtected, ttPublic, ttPublished, ttAutomated, ttStrict];
|
[ttPrivate, ttProtected, ttPublic, ttPublished, ttAutomated, ttStrict];
|
||||||
HintDirectives: TTokenTypeSet = [ttDeprecated, ttLibrary, ttPlatform,
|
HintDirectives: TTokenTypeSet = [ttDeprecated, ttLibrary, ttPlatform,
|
||||||
ttExperimental, ttUnimplemented];
|
ttExperimental, ttUnimplemented, ttStatic];
|
||||||
|
|
||||||
AllDirectives: TTokenTypeSet =
|
AllDirectives: TTokenTypeSet =
|
||||||
[ttAbsolute, ttExternal, ttPascal, ttSafecall,
|
[ttAbsolute, ttExternal, ttPascal, ttSafecall,
|
||||||
|
Loading…
Reference in New Issue
Block a user