* fixed passing currency variables to arrayconstructors on platforms where

currency=int64

git-svn-id: trunk@1400 -
This commit is contained in:
Jonas Maebe 2005-10-16 06:04:58 +00:00
parent 985c70089d
commit 758337d115

View File

@ -778,6 +778,8 @@ implementation
if is_64bit(lt) then
begin
case torddef(lt).typ of
scurrency:
vtype:=vtCurrency;
s64bit:
vtype:=vtInt64;
u64bit: