diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-13 12:49:41 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:53:00 +0100 |
commit | b905af4c1158d6ce72032009e9f8387d5a5f5285 (patch) | |
tree | dfb7b24a9d1d0653726e363d7af5bc9760c0f2ee /plan9 | |
parent | 350b922a8600b68529a55d5fcc05d4ebd9a45990 (diff) | |
download | perl-b905af4c1158d6ce72032009e9f8387d5a5f5285.tar.gz |
Rely on C89 <float.h>
This requires newer metaconfig units that also rely on C89 <float.h>.
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config.plan9 | 7 | ||||
-rw-r--r-- | plan9/config_h.sample | 7 | ||||
-rw-r--r-- | plan9/config_sh.sample | 1 |
3 files changed, 0 insertions, 15 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index 419b9d0034..5e9a9a926b 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -666,13 +666,6 @@ */ #define I_FCNTL /**/ -/* I_FLOAT: - * This symbol, if defined, indicates to the C program that it should - * include <float.h> to get definition of symbols like DBL_MAX or - * DBL_MIN, i.e. machine dependent floating point values. - */ -#define I_FLOAT /**/ - /* I_LOCALE: * This symbol, if defined, indicates to the C program that it should * include <locale.h>. diff --git a/plan9/config_h.sample b/plan9/config_h.sample index 3b7d304988..bb63df7a02 100644 --- a/plan9/config_h.sample +++ b/plan9/config_h.sample @@ -630,13 +630,6 @@ */ #define I_FCNTL /**/ -/* I_FLOAT: - * This symbol, if defined, indicates to the C program that it should - * include <float.h> to get definition of symbols like DBL_MAX or - * DBL_MIN, i.e. machine dependent floating point values. - */ -#define I_FLOAT /**/ - /* I_LOCALE: * This symbol, if defined, indicates to the C program that it should * include <locale.h>. diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 2f8e5b212a..8c0fa5144a 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -732,7 +732,6 @@ i_dlfcn='undef' i_execinfo='undef' i_fcntl='define' i_fenv='undef' -i_float='define' i_fp='undef' i_fp_class='undef' i_gdbm='undef' |