diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-15 19:17:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-15 19:17:06 +0000 |
commit | 6b1f98292e2d75c8dd6e0626d5d58b74fd6d4928 (patch) | |
tree | dd941df355c40cba395e514551ea847e8d07edfd /Porting | |
parent | 74611b1c229269b5c6982968e9101242143d66a6 (diff) | |
download | perl-6b1f98292e2d75c8dd6e0626d5d58b74fd6d4928.tar.gz |
Return of the IVUV-preservation, now seems to be happy even
in Digital UNIX (the broken strtoul brokenness detection
seems to have been the fly in the ointment).
p4raw-id: //depot/perl@8138
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/config.sh | 6 | ||||
-rw-r--r-- | Porting/config_H | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Porting/config.sh b/Porting/config.sh index b160d196e5..2954f11bc2 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: Fri Dec 15 04:43:47 EET 2000 +# Configuration time: Fri Dec 15 20:33:12 EET 2000 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -62,7 +62,7 @@ ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_ ccversion='V5.6-082' cf_by='jhi' cf_email='yourname@yourhost.yourplace.com' -cf_time='Fri Dec 15 04:43:47 EET 2000' +cf_time='Fri Dec 15 20:33:12 EET 2000' charsize='1' chgrp='' chmod='' @@ -356,7 +356,7 @@ d_strtol='define' d_strtold='undef' d_strtoll='undef' d_strtoq='undef' -d_strtoul='undef' +d_strtoul='define' d_strtoull='undef' d_strtouq='undef' d_strxfrm='define' diff --git a/Porting/config_H b/Porting/config_H index ec65e1167c..991e62e65d 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: Fri Dec 15 04:43:47 EET 2000 + * Configuration time: Fri Dec 15 20:33:12 EET 2000 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -3189,7 +3189,7 @@ * This symbol, if defined, indicates that the strtoul routine is * available to provide conversion of strings to unsigned long. */ -/*#define HAS_STRTOUL / **/ +#define HAS_STRTOUL /**/ /* STDCHAR: * This symbol is defined to be the type of char used in stdio.h. |