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:
pierre 2018-10-31 09:07:57 +00:00
parent 16b421d344
commit 89ee644919

View File

@ -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;