* fixed compilation of 64-bit cross-compilers on 32 bit platforms

(mantis #31487)

git-svn-id: trunk@35532 -
This commit is contained in:
Jonas Maebe 2017-03-06 21:37:34 +00:00
parent 8bea3e0614
commit a2bd07bfd6

View File

@ -1149,7 +1149,7 @@ implementation
function tsetconstnode.elements : AInt;
var
i : AInt;
i : longint;
begin
result:=0;
if not(assigned(value_set)) then