mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:39:25 +02:00
- unnecessary check in taddrnode.pass_1 removed, fixes bug #4010
git-svn-id: trunk@427 -
This commit is contained in:
parent
c4449e9c26
commit
ac544edd50
@ -2,12 +2,12 @@
|
||||
{ Submitted by "Adrian" on 2005-05-23 }
|
||||
{ e-mail: adrian@veith-system.de }
|
||||
|
||||
{ $mode objfpc}
|
||||
{$mode objfpc}
|
||||
program Bug;
|
||||
|
||||
type
|
||||
TDynamicByteArray = array of byte;
|
||||
|
||||
|
||||
function MaxByte(const ar: array of byte): Integer;
|
||||
var
|
||||
i: Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user