mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:47:56 +02:00
Replace aint (which is a compiler specific type) by ptruint type, which is defined in system unit
git-svn-id: trunk@40102 -
This commit is contained in:
parent
16b421d344
commit
89ee644919
@ -2,8 +2,8 @@
|
||||
|
||||
var
|
||||
{ This shouldn't be allowed, the number of elements
|
||||
doesn't fit in a aint }
|
||||
mem : array[0..high(aint)] of byte ;
|
||||
doesn't fit in the address range }
|
||||
mem : array[0..high(ptruint)] of byte ;
|
||||
|
||||
begin
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user