* fcl-passrc goto support (added to an empty command), mantis 16476

git-svn-id: trunk@16215 -
This commit is contained in:
marco 2010-10-24 20:12:44 +00:00
parent 14b95b3b9b
commit 6da59076f8

View File

@ -2728,6 +2728,12 @@ begin
CreateBlock(CurBlock.AddWhileDo(Condition));
ExpectToken(tkdo);
end;
tkgoto:
begin
nexttoken;
curblock.AddCommand('goto '+curtokenstring);
expecttoken(tkSemiColon);
end;
tkfor:
begin
// for VarName := StartValue to EndValue do