summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-01-19 17:36:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-01-19 17:36:56 +0000
commitcce08f5b9b7595afc792a45212fcf309dbd735ca (patch)
treea5635b7983b7582079b35e74befaca3557863260 /Porting/Glossary
parented5237f9db01e844a3ea31909a300586f94fc4a5 (diff)
downloadperl-cce08f5b9b7595afc792a45212fcf309dbd735ca.tar.gz
Add NV_PRESERVES_UV.
p4raw-id: //depot/cfgperl@4819
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary4
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index bde26b736a..e4028b3e67 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -942,6 +942,10 @@ 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_nvpresuv (perlxv.U):
+ This variable indicates whether a variable of type nvtype
+ can preserve all the bits a variable of type uvtype.
+
d_off64_t (io64.U):
This symbol will be defined if the C compiler supports off64_t.