[Q] wxDouble is "long double" for Intel wxMac?
Stefan Csomor
csomor at advancedconcepts.ch
Thu Jul 5 21:28:41 PDT 2007
good spot, that was used for 68k processors, we didn't know about mac on intel then ..
Thanks,
Stefan
> -----Original Message-----
> From: Demian M. Nave [mailto:dnave at psc.edu]
> Sent: Freitag, 6. Juli 2007 01:37
> To: wx-users at lists.wxwidgets.org
> Subject: [Q] wxDouble is "long double" for Intel wxMac?
>
>
> Hi,
>
> I was wondering if wxDouble should really be typdef'd to "long
> double" for
> wxMac Intel builds, even though it is "double" for all other Intel
> builds?
>
> The following code in wx/defs.h produces this behavior:
>
> #if defined( __WXMAC__ ) && !defined( __POWERPC__ )
> typedef long double wxDouble;
> #else
> typedef double wxDouble;
> #endif
>
> This question applies to (at least):
>
> WX : SVN 2.8 branch, SVN trunk
> OS : Intel Mac OS/X 10.4.9
> COMPILER: XCode 2.3 (gcc 4.0.1-5341)
>
> Thanks!
> Demian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
More information about the wx-users
mailing list