diff options
author | Steve Hay <SteveHay@planit.com> | 2008-09-30 16:31:09 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-09-30 16:31:09 +0000 |
commit | 049aaf37de4ebebcfcfe544e014d51c23d56fd89 (patch) | |
tree | c49c0021d8c4c6798fb86b7e976f71ebca3b9791 /win32/config.bc | |
parent | d1ef72e8d5ca14e2484958daf12a72d6ccd2187f (diff) | |
download | perl-049aaf37de4ebebcfcfe544e014d51c23d56fd89.tar.gz |
Correct the sLOCALTIME_{min|max} values added by #34363 for BCC and VC9
(Manually checking with the Configure test programs shows that the
values differ fromt he sGMTIME_{min|max} values for these compilers)
p4raw-id: //depot/perl@34449
Diffstat (limited to 'win32/config.bc')
-rw-r--r-- | win32/config.bc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.bc b/win32/config.bc index 9ad9c972c8..fafdf1ba0b 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -863,7 +863,7 @@ runnm='true' sGMTIME_max="2147483647" sGMTIME_min="-2147483648" sLOCALTIME_max="2147483647" -sLOCALTIME_min="-2147483648" +sLOCALTIME_min="0" sPRIEUldbl='"E"' sPRIFUldbl='"F"' sPRIGUldbl='"G"' |