mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 02:52:29 +02:00
codetools: allow objccategory to have external
git-svn-id: trunk@33623 -
This commit is contained in:
parent
82c277a8e5
commit
6e4bc933e5
@ -3846,7 +3846,7 @@ begin
|
||||
ReadNextAtom;
|
||||
end;
|
||||
end
|
||||
else if UpAtomIs('EXTERNAL') and (ClassDesc=ctnObjCClass) then
|
||||
else if UpAtomIs('EXTERNAL') and (ClassDesc in [ctnObjCClass,ctnObjCCategory]) then
|
||||
begin
|
||||
CreateChildNode;
|
||||
CurNode.Desc:=ctnClassExternal;
|
||||
|
Loading…
Reference in New Issue
Block a user