diff options
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index dbee4e66a9..1d6b1881ae 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1007,6 +1007,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_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. |