This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Configure gets d_u32align wrong
authorGisle Aas <gisle@aas.no>
Fri, 5 Dec 2003 03:47:01 +0000 (19:47 -0800)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Fri, 5 Dec 2003 10:37:21 +0000 (10:37 +0000)
Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>

p4raw-id: //depot/metaconfig@21845

U/perl/d_u32align.U

index f92e8a5..3237a9b 100644 (file)
@@ -62,10 +62,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);