mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 15:36:03 +02:00
codetools: clean up
git-svn-id: trunk@34478 -
This commit is contained in:
parent
544e05b6e9
commit
b03ad1543e
@ -469,7 +469,6 @@ begin
|
||||
'R':
|
||||
if CompareSrcIdentifiers(p,'REQUIRED')
|
||||
and (CurNode.Parent.Desc=ctnObjCProtocol)
|
||||
and ([cmsObjectiveC1,cmsObjectiveC2]*Scanner.CompilerModeSwitches<>[])
|
||||
then exit(KeyWordFuncClassSection);
|
||||
'S':
|
||||
if CompareSrcIdentifiers(p,'STATIC')
|
||||
@ -482,7 +481,6 @@ begin
|
||||
'O':
|
||||
if CompareSrcIdentifiers(p,'OPTIONAL')
|
||||
and (CurNode.Parent.Desc=ctnObjCProtocol)
|
||||
and ([cmsObjectiveC1,cmsObjectiveC2]*Scanner.CompilerModeSwitches<>[])
|
||||
then exit(KeyWordFuncClassSection);
|
||||
'V':
|
||||
if CompareSrcIdentifiers(p,'VAR') then exit(KeyWordFuncClassVarSection);
|
||||
|
Loading…
Reference in New Issue
Block a user