summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2006-11-15 21:36:30 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-11-15 21:36:30 +0000
commitdcb594bcd7c2ac9f0d01eff34aab9c6bb8e972c1 (patch)
tree1ebb88b961635443c29ec80d7fc34d5c63a70f01 /Porting
parent4e036e4bbba6d063b01c50038bdc634716ef4439 (diff)
downloadperl-dcb594bcd7c2ac9f0d01eff34aab9c6bb8e972c1.tar.gz
1. Less Whoa there, based on a suggestion by Andy Dougherty
2. d_printf_format_null, based on a patch by Robin Barker p4raw-id: //depot/perl@29288
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary4
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 0f891872fc..456697cb1d 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -1541,6 +1541,10 @@ 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_format_null:
+ This variable conditionally defines PRINTF_FORMAT_NULL_OK, which
+ indicates the C compiler allows printf-like formats to be null.
+
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.