codetools: allow objccategory to have external

git-svn-id: trunk@33623 -
This commit is contained in:
paul 2011-11-19 11:10:00 +00:00
parent 82c277a8e5
commit 6e4bc933e5

View File

@ -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;