summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-05-30 22:53:37 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-05-30 22:53:37 +0000
commitd6c1400008ffe28d0a765e9fe60d23dbeab89dda (patch)
tree8ebf4512d2d54f3e1821a457a5d9e82b016966a9 /Porting/Glossary
parent5b0d9cefa224486d66580e5164324f002f3989ab (diff)
downloadperl-d6c1400008ffe28d0a765e9fe60d23dbeab89dda.tar.gz
Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
p4raw-id: //depot/cfgperl@6168
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary8
1 files changed, 4 insertions, 4 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index da89a02e2e..f1e7b8e593 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -1015,14 +1015,14 @@ d_nice (d_nice.U):
This variable conditionally defines the HAS_NICE symbol, which
indicates to the C program that the nice() routine is available.
-d_nv_preserved_bits (perlxv.U):
- This variable indicates how many of bits type uvtype
- a variable nvtype can preserve.
-
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):
+ This variable indicates how many of bits type uvtype
+ a variable nvtype can preserve.
+
d_off64_t (d_off64_t.U):
This symbol will be defined if the C compiler supports off64_t.