diff options
author | Nicholas Clark <nick@ccl4.org> | 2002-03-14 22:24:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-18 13:52:15 +0000 |
commit | 53133ed1c5068175ce48d34c24e23b1aa3a97766 (patch) | |
tree | 55be825fe9122e55eaef26b4868099b7d00d72b0 /Porting/Glossary | |
parent | 38dbb4c5bff4245c0c337aed9a1133048655deae (diff) | |
download | perl-53133ed1c5068175ce48d34c24e23b1aa3a97766.tar.gz |
d_nv_preserves_uv_bits
Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15290
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index f8f5470ec5..a9b86e2fad 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1315,7 +1315,7 @@ d_nv_preserves_uv (perlxv.U): This variable indicates whether a variable of type nvtype can preserve all the bits a variable of type uvtype. -d_nv_preserves_uv_bits (perlxv.U): +nv_preserves_uv_bits (perlxv.U): This variable indicates how many of bits type uvtype a variable nvtype can preserve. |