mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +02:00
codetools: comment
git-svn-id: trunk@21070 -
This commit is contained in:
parent
475edb145e
commit
df517558c5
@ -2954,7 +2954,7 @@ begin
|
||||
begin
|
||||
BuildSubTreeForProcHead(ContextNode);
|
||||
if ContextNode.FirstChild<>nil then
|
||||
ContextNode:=ContextNode.FirstChild;
|
||||
ContextNode:=ContextNode.FirstChild; // the ctnParameterList
|
||||
end;
|
||||
|
||||
ctnProgram, ctnPackage, ctnLibrary, ctnUnit:
|
||||
|
@ -1352,6 +1352,7 @@ begin
|
||||
NeedIdentifier:=true;
|
||||
IsArrayType:=UpAtomIs('ARRAY');
|
||||
if IsArrayType then begin
|
||||
//DebugLn(['TPascalParserTool.ReadParamType is array ',MainFilename,' ',CleanPosToStr(curPos.StartPos)]);
|
||||
if (phpCreateNodes in Attr) then begin
|
||||
CreateChildNode;
|
||||
CurNode.Desc:=ctnOpenArrayType;
|
||||
|
Loading…
Reference in New Issue
Block a user