mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 09:36:09 +02:00
Converter: Skip the params for further search.
git-svn-id: trunk@26508 -
This commit is contained in:
parent
f98b96c723
commit
ab43273cb2
@ -671,6 +671,7 @@ var
|
||||
else begin
|
||||
FuncInfo:=TCalledFuncInfo.Create({FuncName,} fReplaceFuncs[FuncName]);
|
||||
ReadParams(FuncInfo);
|
||||
IdentEndPos:=FuncInfo.fEndPos; // Skip the params, too, for next search.
|
||||
fFuncsToReplace.Add(FuncInfo);
|
||||
// ExprTypes:=CreateParamExprListFromStatement(CurPos.EndPos, Params);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user