From 930883edf6a8ad85788464eb7789a533066759b8 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Fri, 30 Dec 2011 12:30:12 +0000 Subject: [PATCH] * also report currency as automatable on non-x87 platforms (may fix mantis #20986) git-svn-id: trunk@19924 - --- compiler/defutil.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/defutil.pas b/compiler/defutil.pas index 71bc767df4..061044904e 100644 --- a/compiler/defutil.pas +++ b/compiler/defutil.pas @@ -1058,7 +1058,7 @@ implementation case p.typ of orddef: result:=torddef(p).ordtype in [u8bit,s8bit,u16bit,s16bit,u32bit,s32bit, - u64bit,s64bit,bool16bit]; + u64bit,s64bit,bool16bit,scurrency]; floatdef: result:=tfloatdef(p).floattype in [s64currency,s64real,s32real]; stringdef: