summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-17 00:04:32 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-17 00:04:32 +0000
commit8af02333c93343b2ed2e522e4fa455023e6cc339 (patch)
tree439327e5d77a9efc207b432c12e3421097a6ecfa /Porting/Glossary
parent68a29c53b68ed5d3196e36d984ad46cc171fe95a (diff)
downloadperl-8af02333c93343b2ed2e522e4fa455023e6cc339.tar.gz
Retract #6645.
p4raw-id: //depot/perl@6660
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary5
1 files changed, 0 insertions, 5 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 8099ea2ae7..f289baa41c 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -1118,11 +1118,6 @@ d_PRIi64 (quadfio.U):
This variable conditionally defines the PERL_PRIi64 symbol, which
indiciates that stdio has a symbol to print 64-bit decimal numbers.
-d_printf_exp_digits (d_printfed.U):
- This symbol's value is either 2 or 3, corresponding to the
- number of exponent digits produced by the system's sprintf %[FGfg]
- formats when the modulus of the exponent is 99 or less.
-
d_PRIo64 (quadfio.U):
This variable conditionally defines the PERL_PRIo64 symbol, which
indiciates that stdio has a symbol to print 64-bit octal numbers.