summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-12 21:20:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-12 21:20:43 +0000
commit159fae8683b83dc912387cb2a410104f03ac93ef (patch)
tree5ca3d324ff003d744b4546944e66c3f666ba18ff /config_h.SH
parent0844c848650aa2551dce1a55f02e43855fb98df9 (diff)
downloadperl-159fae8683b83dc912387cb2a410104f03ac93ef.tar.gz
Use UVXf.
p4raw-id: //depot/perl@8426
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 292320ad3d..8a3f4dfcf8 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2834,6 +2834,10 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
* This symbol defines the format string used for printing a Perl UV
* as an unsigned hexadecimal integer in lowercase abcdef.
*/
+/* UVXf:
+ * This symbol defines the format string used for printing a Perl UV
+ * as an unsigned hexadecimal integer in uppercase ABCDEF.
+ */
/* NVef:
* This symbol defines the format string used for printing a Perl NV
* using %e-ish floating point format.
@@ -2850,6 +2854,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#define UVuf $uvuformat /**/
#define UVof $uvoformat /**/
#define UVxf $uvxformat /**/
+#define UVXf $uvXUformat /**/
#define NVef $nveformat /**/
#define NVff $nvfformat /**/
#define NVgf $nvgformat /**/