This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
authorNicholas Clark <nick@ccl4.org>
Fri, 23 Dec 2005 01:09:05 +0000 (01:09 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 23 Dec 2005 01:09:05 +0000 (01:09 +0000)
commit6800c0cf85ac0db6e97c99271c275fdcd4bf4200
tree56dbd9f84606f8c968c7d02e2ab18148ed409ae4
parent2ebbb0c37e2208c771091cac60cafb6a2767248b
SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
aren't constants on (at least some) Linux.
And more evil than that, HUGE_VAL likes to use the C preprocessor
in its value, necessitating use of a temporary.

p4raw-id: //depot/perl@26464
ext/POSIX/Makefile.PL
lib/ExtUtils/Constant/ProxySubs.pm