diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-17 00:04:32 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-17 00:04:32 +0000 |
commit | 8af02333c93343b2ed2e522e4fa455023e6cc339 (patch) | |
tree | 439327e5d77a9efc207b432c12e3421097a6ecfa /config_h.SH | |
parent | 68a29c53b68ed5d3196e36d984ad46cc171fe95a (diff) | |
download | perl-8af02333c93343b2ed2e522e4fa455023e6cc339.tar.gz |
Retract #6645.
p4raw-id: //depot/perl@6660
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config_h.SH b/config_h.SH index 209c96ff66..e66e0c5ed0 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3156,13 +3156,6 @@ 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. |