X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Configure;h=011cdc05907b569a6be146753198b10c76008a7a;hb=5387ccf1031d2986d79b744c0c632d1e89cf4d3e;hp=88492fdc9cec0270db801a1d70aebd33bca5c67f;hpb=244120070b43c8b75f213eed19655d6f4e6e2513;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Configure b/Configure index 88492fd..011cdc0 100755 --- a/Configure +++ b/Configure @@ -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$$ < 4) - u.l = (0x08070605L << 32) | 0x04030201L; + 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");