diff options
author | Gisle Aas <gisle@aas.no> | 2003-12-04 19:47:01 -0800 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2003-12-05 10:41:32 +0000 |
commit | 7eac3fd66f15e1d64b9c1e410b92cb61358fba07 (patch) | |
tree | 7a4c63d5b0bbaf9b27e018526390fd23bca35c12 /Configure | |
parent | a498340c5e9c95b1999816d3f8194563b91f0950 (diff) | |
download | perl-7eac3fd66f15e1d64b9c1e410b92cb61358fba07.tar.gz |
Configure gets d_u32align wrong
Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
p4raw-id: //depot/perl@21846
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Thu Nov 13 11:29:28 MET 2003 [metaconfig 3.0 PL70] +# Generated on Fri Dec 5 12:57:38 MET 2003 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -16955,10 +16955,10 @@ int main() { buf[1] = 0; buf[2] = 0; buf[3] = 1; + buf[4] = 0; buf[5] = 0; buf[6] = 0; - buf[7] = 0; - buf[8] = 1; + buf[7] = 1; for (i = 0; i < 4; i++) { up = (U32*)(buf + i); |