summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-13 12:49:41 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:53:00 +0100
commitb905af4c1158d6ce72032009e9f8387d5a5f5285 (patch)
treedfb7b24a9d1d0653726e363d7af5bc9760c0f2ee /Porting/Glossary
parent350b922a8600b68529a55d5fcc05d4ebd9a45990 (diff)
downloadperl-b905af4c1158d6ce72032009e9f8387d5a5f5285.tar.gz
Rely on C89 <float.h>
This requires newer metaconfig units that also rely on C89 <float.h>.
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary5
1 files changed, 0 insertions, 5 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index d9dcd941b1..b6a525d8c1 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -3443,11 +3443,6 @@ i_fenv (i_fenv.U):
indicates to the C program that <fenv.h> exists and should
be included.
-i_float (i_float.U):
- This variable conditionally defines the I_FLOAT symbol, and indicates
- whether a C program may include <float.h> to get symbols like DBL_MAX
- or DBL_MIN, i.e. machine dependent floating point values.
-
i_fp (i_fp.U):
This variable conditionally defines the I_FP symbol, and indicates
whether a C program should include <fp.h>.