summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-13 12:38:59 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:52:55 +0100
commit350b922a8600b68529a55d5fcc05d4ebd9a45990 (patch)
tree97179757d7666e1d423c48fb63a18a021426ab9f /plan9
parent9245da2a079b4997c421147be2ea97e85dad2589 (diff)
downloadperl-350b922a8600b68529a55d5fcc05d4ebd9a45990.tar.gz
Rely on C89 <limits.h>
This requires newer metaconfig units that also rely on C89 <limits.h>.
Diffstat (limited to 'plan9')
-rw-r--r--plan9/config.plan97
-rw-r--r--plan9/config_h.sample7
-rw-r--r--plan9/config_sh.sample1
3 files changed, 0 insertions, 15 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9
index 469094c69c..419b9d0034 100644
--- a/plan9/config.plan9
+++ b/plan9/config.plan9
@@ -673,13 +673,6 @@
*/
#define I_FLOAT /**/
-/* I_LIMITS:
- * This symbol, if defined, indicates to the C program that it should
- * include <limits.h> to get definition of symbols like WORD_BIT or
- * LONG_MAX, i.e. machine dependant limitations.
- */
-#define I_LIMITS /**/
-
/* 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 42854491b2..3b7d304988 100644
--- a/plan9/config_h.sample
+++ b/plan9/config_h.sample
@@ -637,13 +637,6 @@
*/
#define I_FLOAT /**/
-/* I_LIMITS:
- * This symbol, if defined, indicates to the C program that it should
- * include <limits.h> to get definition of symbols like WORD_BIT or
- * LONG_MAX, i.e. machine dependant limitations.
- */
-#define I_LIMITS /**/
-
/* 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 114a58932f..2f8e5b212a 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -743,7 +743,6 @@ i_ieeefp='undef'
i_inttypes='define'
i_langinfo='undef'
i_libutil='undef'
-i_limits='define'
i_locale='define'
i_machcthr='undef'
i_malloc='undef'