This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Define HAS_QUAD on Win32 and introduce new value for QUADKIND
authorSteve Hay <SteveHay@planit.com>
Tue, 7 Oct 2008 12:18:11 +0000 (12:18 +0000)
committerSteve Hay <SteveHay@planit.com>
Tue, 7 Oct 2008 12:18:11 +0000 (12:18 +0000)
commit83ff24d4e96afd1ea1248746770115bb18c7b35a
treed262cd5fe7e7b9956c4c7cb67f589a691d82cef2
parent92e71c9183a0db74aa4ef4999dac86e2ffadfac4
Define HAS_QUAD on Win32 and introduce new value for QUADKIND
where appropriate.

This doesn't make much difference on Win32 because IVSIZE is still 4,
but access to the appropriate "quad" type is still useful, e.g. for
Y2038 support.

p4raw-id: //depot/perl@34470
win32/config.bc
win32/config.gc
win32/config.vc
win32/config.vc64
win32/config_H.bc
win32/config_H.gc
win32/config_H.vc
win32/config_H.vc64