diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-28 17:11:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-28 17:11:58 +0000 |
commit | f7e95a7058a4af0cafbc43791c8ab1405beb8307 (patch) | |
tree | 1a6b9b443d6153911e766ed23cd410f834f7bc42 /Configure | |
parent | aa13708db98480b38336c70a72deedc2c89baa52 (diff) | |
download | perl-f7e95a7058a4af0cafbc43791c8ab1405beb8307.tar.gz |
Misapplied Merijn's patch.
p4raw-id: //depot/perl@14472
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 3 |
1 files changed, 1 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 Mon Jan 28 16:54:53 EET 2002 [metaconfig 3.0 PL70] +# Generated on Mon Jan 28 20:12:30 EET 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -13495,7 +13495,6 @@ Checking to see whether you can access character data unalignedly... EOM case "$d_u32align" in '') $cat >try.c <<EOCP -$cat >try.c <<EOCP #include <stdio.h> #define U32 $u32type #define BYTEORDER 0x$byteorder |