mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 02:58:30 +02:00
compiler: cleanup
git-svn-id: trunk@19147 -
This commit is contained in:
parent
9c39ad5428
commit
eca53485b8
@ -108,15 +108,6 @@ implementation
|
||||
{ error recovery }
|
||||
consume(_RECKKLAMMER);
|
||||
end
|
||||
{else
|
||||
begin
|
||||
if (tordconstnode(p).value<=0) then
|
||||
begin
|
||||
Message(parser_e_invalid_string_size);
|
||||
tordconstnode(p).value:=255;
|
||||
end;
|
||||
consume(_RECKKLAMMER);
|
||||
end}
|
||||
else
|
||||
begin
|
||||
if (tordconstnode(p).value<=0) then
|
||||
|
Loading…
Reference in New Issue
Block a user