Converter: Skip the params for further search.

git-svn-id: trunk@26508 -
This commit is contained in:
juha 2010-07-07 15:04:56 +00:00
parent f98b96c723
commit ab43273cb2

View File

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