diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-23 23:04:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-23 23:04:24 +0000 |
commit | a4c53327465447bb63099eecea56701314399b0a (patch) | |
tree | f3543fa5bdee5cb07d0f0f44aea1aada5ab79fbe /Configure | |
parent | 3ab25672e3ebfb48727f1feb53b72f90d1e4f5e8 (diff) | |
download | perl-a4c53327465447bb63099eecea56701314399b0a.tar.gz |
Regen Configure to mirror #16111 (with one added tweak).
p4raw-id: //depot/perl@16115
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Apr 23 06:12:13 EET DST 2002 [metaconfig 3.0 PL70] +# Generated on Wed Apr 24 03:05:12 EET DST 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -16168,7 +16168,7 @@ int main() if ($uvsize > 4) u.l = (((UV)0x08070605) << 32) | (UV)0x04030201; else - u.l = 0x04030201L; + u.l = (UV)0x04030201; for (i = 0; i < $uvsize; i++) printf("%c", u.c[i]+'0'); printf("\n"); |