diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-08-20 11:07:25 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-08-20 11:07:25 +0200 |
commit | db8b8c75c9ae410a0e47828e501550fa4f47e811 (patch) | |
tree | 384403b8d1911652c8cbdac534e7acdc223f253c /Porting/Glossary | |
parent | d77056b91a9b53a2805eb7e4266c5de49c8eebc4 (diff) | |
download | perl-db8b8c75c9ae410a0e47828e501550fa4f47e811.tar.gz |
Configure backports cause reorder
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index eb50a61e77..04d112fa04 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1336,7 +1336,7 @@ d_ldbl_dig (d_ldbl_dig.U): header files provide LDBL_DIG, which is the number of significant digits in a long double precision number. -d_ldexpl (d_ldexpl.U): +d_ldexpl (d_longdbl.U): This variable conditionally defines the HAS_LDEXPL symbol, which indicates to the C program that the ldexpl() routine is available. @@ -3800,7 +3800,7 @@ loclibpth (libpth.U): libraries. It is prepended to libpth, and is intended to be easily set from the command line. -longdblkind (longdblkind.U): +longdblkind (d_longdbl.U): This variable, if defined, encodes the type of a long double: 0 = double, 1 = IEEE 754 128-bit big little endian, 2 = IEEE 754 128-bit big big endian, 3 = x86 80-bit little endian, |