diff options
author | Dominic Dunlop <domo@computer.org> | 2000-08-16 00:20:52 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-15 23:33:23 +0000 |
commit | d764f01a54c0f82174c22184bb83b9dca8be1913 (patch) | |
tree | 8bbd5001c020c405b11f3c868d9926a21019b959 /config_h.SH | |
parent | 9d5a2765247106c08687386ac3cf275028b5a54a (diff) | |
download | perl-d764f01a54c0f82174c22184bb83b9dca8be1913.tar.gz |
(Retracted by #6660)
Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
p4raw-id: //depot/perl@6645
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index e66e0c5ed0..209c96ff66 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3156,6 +3156,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #define PERL_XS_APIVERSION "$xs_apiversion" #define PERL_PM_APIVERSION "$pm_apiversion" +/* PRINTF_EXP_DIGITS: + * 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. + */ +#define PRINTF_EXP_DIGITS $d_printf_exp_digits + /* I_LIBUTIL: * This symbol, if defined, indicates that <libutil.h> exists and * should be included. |