summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-17 00:04:32 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-17 00:04:32 +0000
commit8af02333c93343b2ed2e522e4fa455023e6cc339 (patch)
tree439327e5d77a9efc207b432c12e3421097a6ecfa /Porting
parent68a29c53b68ed5d3196e36d984ad46cc171fe95a (diff)
downloadperl-8af02333c93343b2ed2e522e4fa455023e6cc339.tar.gz
Retract #6645.
p4raw-id: //depot/perl@6660
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary5
-rw-r--r--Porting/config.sh5
-rw-r--r--Porting/config_H9
3 files changed, 3 insertions, 16 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 8099ea2ae7..f289baa41c 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -1118,11 +1118,6 @@ 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_exp_digits (d_printfed.U):
- 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.
-
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.
diff --git a/Porting/config.sh b/Porting/config.sh
index 1d7e0d5141..a6c619f6fd 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : /m/fs/work/work/permanent/perl/pp4/perl
-# Configuration time: Wed Aug 16 02:27:51 EET DST 2000
+# Configuration time: Thu Aug 17 02:55:55 EET DST 2000
# Configured by : jhi
# Target system : osf1 alpha.hut.fi v4.0 878 alpha
@@ -60,7 +60,7 @@ ccflags_uselargefiles=''
ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_BSD=1 SYSTYPE_BSD=1 unix=1'
cf_by='jhi'
cf_email='yourname@yourhost.yourplace.com'
-cf_time='Wed Aug 16 02:27:51 EET DST 2000'
+cf_time='Thu Aug 17 02:55:55 EET DST 2000'
charsize='1'
chgrp=''
chmod=''
@@ -260,7 +260,6 @@ d_phostname='undef'
d_pipe='define'
d_poll='define'
d_portable='define'
-d_printf_exp_digits='2'
d_pthread_yield='undef'
d_pwage='undef'
d_pwchange='undef'
diff --git a/Porting/config_H b/Porting/config_H
index dddfdda925..88e796716f 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : /m/fs/work/work/permanent/perl/pp4/perl
- * Configuration time: Wed Aug 16 02:27:51 EET DST 2000
+ * Configuration time: Thu Aug 17 02:55:55 EET DST 2000
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -3136,13 +3136,6 @@
#define PERL_XS_APIVERSION "5.7.0"
#define PERL_PM_APIVERSION "5.005"
-/* 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 2
-
/* I_LIBUTIL:
* This symbol, if defined, indicates that <libutil.h> exists and
* should be included.