In makedef.pl, skip Perl_signbit when HAS_SIGNBIT is defined.
authorNicholas Clark <nick@ccl4.org>
Tue, 19 Jul 2011 14:48:07 +0000 (16:48 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:52 +0000 (11:53 +0200)
commit47e4ddfcb98385296cc88313b983e1d6457585f4
tree50aec3af686236de8869bd6b70b9a9fd55666bde
parent5581753c12db7ac3d477b2911792472def374afc
In makedef.pl, skip Perl_signbit when HAS_SIGNBIT is defined.

Previously this condition was only checked on AIX and VMS. However, as all
the other platforms don't have HAS_SIGNBIT defined, this simplifies the code
with no change in output.
makedef.pl