summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2002-03-14 22:24:19 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-18 13:52:15 +0000
commit53133ed1c5068175ce48d34c24e23b1aa3a97766 (patch)
tree55be825fe9122e55eaef26b4868099b7d00d72b0 /Porting
parent38dbb4c5bff4245c0c337aed9a1133048655deae (diff)
downloadperl-53133ed1c5068175ce48d34c24e23b1aa3a97766.tar.gz
d_nv_preserves_uv_bits
Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15290
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary2
-rw-r--r--Porting/config.sh2
2 files changed, 2 insertions, 2 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.
diff --git a/Porting/config.sh b/Porting/config.sh
index a504dcefc0..416c87be06 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -308,7 +308,7 @@ d_mymalloc='undef'
d_nice='define'
d_nl_langinfo='define'
d_nv_preserves_uv='undef'
-d_nv_preserves_uv_bits='53'
+nv_preserves_uv_bits='53'
d_off64_t='undef'
d_old_pthread_create_joinable='undef'
d_oldpthreads='undef'