Front page | perl.perl5.porters |
Postings from February 2008
Quads on Win32
Thread Next
From:
Steve Hay
Date:
February 25, 2008 10:10
Subject:
Quads on Win32
Message ID:
1B32FF956ABF414C9BCE5E487A1497E701555E07@ukmail02.planit.group
Does anyone know why d_quad and quadkind are set to 'undef' and '5'
respectively on Win32 for VC++, MinGW and Borland?
It seems to me that d_quad should be 'define' for all compilers, and
quadkind should be '4' (meaning QUAD_IS_INT64_T) for VC++ and Borland or
'3' (meaning QUAD_IS_LONG_LONG) for MinGW.
(VC64 already has d_quad and quadkind set to 'define' and '4'
respectively, and all four set-ups have the correct quadtype and
u_quadtype filled in already: 'long long' for MinGW and '__int64' for
the rest.)
Thread Next
-
Quads on Win32
by Steve Hay