mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:27:59 +02:00
* fix warnings which were caused by last changes to for node generation
git-svn-id: trunk@34789 -
This commit is contained in:
parent
0610187878
commit
5df9b994d1
@ -947,6 +947,7 @@ implementation
|
||||
printnodeinfo(t);
|
||||
writeln(t);
|
||||
printnode(t,left);
|
||||
i:=0;
|
||||
for i:=0 to blocks.count-1 do
|
||||
begin
|
||||
writeln(t,printnodeindention,'(caseblock blockid: ',i);
|
||||
|
@ -507,6 +507,7 @@ implementation
|
||||
cgmessage2(wpo_expected_section,tostr(flinenr),s);
|
||||
break;
|
||||
end;
|
||||
i:=2;
|
||||
for i:=2 to length(s) do
|
||||
if (s[i]<>' ') then
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user