- cleanup, fixing of uninitialized variables, missing return values and unused variables

git-svn-id: trunk@5502 -
This commit is contained in:
tom_at_work 2006-11-26 21:54:23 +00:00
parent 7ab5fc7980
commit 3b6d5c3676
3 changed files with 2 additions and 1 deletions

View File

@ -333,6 +333,7 @@ implementation
para:=tcallparanode(p2);
currargpos:=0;
paramssize:=0;
names := '';
while assigned(para) do
begin
if assigned(para.parametername) then

View File

@ -384,6 +384,7 @@ implementation
len:=0;
end;
end;
dogetcopy := n;
end;

View File

@ -1111,7 +1111,6 @@ implementation
function tgotonode.dogetcopy : tnode;
var
p : tgotonode;
i : longint;
begin
p:=tgotonode(inherited dogetcopy);
p.exceptionblock:=exceptionblock;