This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix .gitignore: only ignore 'perl' in root of repo, not U/perl subdir
[metaconfig.git] / U / perl / d_nextafter.U
CommitLineData
63a4f1f4
MBT
1?RCS: You may distribute under the terms of either the GNU General Public
2?RCS: License or the Artistic License, as specified in the README file.
3?RCS:
4?MAKE:d_nextafter: Inlibc
5?MAKE: -pick add $@ %<
6?S:d_nextafter:
5608e228
MBT
7?S: This variable conditionally defines HAS_NEXTAFTER if nextafter()
8?S: is available to return the next machine representable double from
9?S: x in direction y.
63a4f1f4
MBT
10?S:.
11?C:HAS_NEXTAFTER:
12?C: This symbol, if defined, indicates that the nextafter routine is
5608e228 13?C: available to return the next machine representable double from
63a4f1f4
MBT
14?C: x in direction y.
15?C:.
16?H:#$d_nextafter HAS_NEXTAFTER /**/
17?H:.
18?LINT:set d_nextafter
19: see if nextafter exists
20set nextafter d_nextafter
21eval $inlibc
22