diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-02-15 16:41:12 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-02-15 16:41:12 +0000 |
commit | 4137585d161068477223a004b005a7b78ff03d8e (patch) | |
tree | f19ac266f8767ff2f3c7abb8de8c2b77d9822bf1 /Porting/Glossary | |
parent | f16e9d76b4f2d50c552a4b696d3664ca265b9771 (diff) | |
download | perl-4137585d161068477223a004b005a7b78ff03d8e.tar.gz |
Resync with metaconfig. Escape the last ~.
p4raw-id: //depot/perl@33321
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 42d75a14ef..a3f2ad1a51 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -3795,15 +3795,15 @@ nroff (Loc.U): full pathname (if any) of the nroff program. After Configure runs, the value is reset to a plain "nroff" and is not useful. -nv_preserves_uv_bits (perlxv.U): - This variable indicates how many of bits type uvtype - a variable nvtype can preserve. - nv_overflows_integers_at (perlxv.U): This variable gives the largest integer value that NVs can hold as a constant floating point expression. If it could not be determined, it holds the value 0. +nv_preserves_uv_bits (perlxv.U): + This variable indicates how many of bits type uvtype + a variable nvtype can preserve. + nveformat (perlxvf.U): This variable contains the format string used for printing a Perl NV using %e-ish floating point format. |