mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 13:59:34 +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 =
|
||||
[ttPrivate, ttProtected, ttPublic, ttPublished, ttAutomated, ttStrict];
|
||||
HintDirectives: TTokenTypeSet = [ttDeprecated, ttLibrary, ttPlatform,
|
||||
ttExperimental, ttUnimplemented];
|
||||
ttExperimental, ttUnimplemented, ttStatic];
|
||||
|
||||
AllDirectives: TTokenTypeSet =
|
||||
[ttAbsolute, ttExternal, ttPascal, ttSafecall,
|
||||
|
Loading…
Reference in New Issue
Block a user