This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
U/perl/d_ldbl_dig.U: assume C89 <limits.h>
authorAaron Crane <arc@cpan.org>
Fri, 13 Oct 2017 10:33:31 +0000 (12:33 +0200)
committerAaron Crane <arc@cpan.org>
Sat, 21 Oct 2017 15:45:08 +0000 (16:45 +0100)
U/perl/d_ldbl_dig.U

index cf15012..def5766 100644 (file)
@@ -8,7 +8,7 @@
 ?RCS: that same Artistic License; a copy of which may be found at the root
 ?RCS: of the source tree for dist 3.0.
 ?RCS:
-?MAKE:d_ldbl_dig: Myread contains cat rm Setvar i_limits i_float \
+?MAKE:d_ldbl_dig: Myread contains cat rm Setvar i_float \
        cppstdin cppflags cppminus
 ?MAKE: -pick add $@ %<
 ?S:d_ldbl_dig:
 : See if number of significant digits in a double precision number is known
 echo " "
 $cat >ldbl_dig.c <<EOM
-#$i_limits I_LIMITS
 #$i_float I_FLOAT
-#ifdef I_LIMITS
 #include <limits.h>
-#endif
 #ifdef I_FLOAT
 #include <float.h>
 #endif