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
commitf6370d1939e7dd1ceceb1301500218ee7ec8d07b (patch)
tree5ca3d324ff003d744b4546944e66c3f666ba18ff /config_h.SH
parentc6165ae66fdba59892a08427daaaedd87b3ee6ec (diff)
downloadperl-f6370d1939e7dd1ceceb1301500218ee7ec8d07b.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 /**/