This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
As in bin/mlint, use Getopt::Std::getopts() instead of Perl 4 getopts.pl.
[metaconfig.git] / dist / U / d_strtod.U
CommitLineData
d8875586
MBT
1?RCS: $Id: d_strtod.U 1 2006-08-24 12:32:52Z rmanfredi $
2?RCS:
3?RCS: Copyright (c) 1996, Andy Dougherty
4?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
cf39bd7e 5?RCS:
d8875586
MBT
6?RCS: You may redistribute only under the terms of the Artistic Licence,
7?RCS: as specified in the README file that comes with the distribution.
8?RCS: You may reuse parts of this distribution only within the terms of
9?RCS: that same Artistic Licence; a copy of which may be found at the root
10?RCS: of the source tree for dist 4.0.
11?RCS:
12?RCS: $Log: d_strtod.U,v $
13?RCS: Revision 3.0.1.1 1997/02/28 15:46:36 ram
14?RCS: patch61: created
15?RCS:
16?RCS:
17?MAKE:d_strtod: Inlibc
18?MAKE: -pick add $@ %<
19?S:d_strtod:
20?S: This variable conditionally defines the HAS_STRTOD symbol, which
21?S: indicates to the C program that the strtod() routine is available
22?S: to provide better numeric string conversion than atof().
23?S:.
24?C:HAS_STRTOD (STRTOD):
25?C: This symbol, if defined, indicates that the strtod routine is
26?C: available to provide better numeric string conversion than atof().
27?C:.
28?H:#$d_strtod HAS_STRTOD /**/
29?H:.
30?LINT:set d_strtod
31: see if strtod exists
32set strtod d_strtod
33eval $inlibc
34