diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-23 03:47:05 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-23 03:47:05 +0000 |
commit | 63f7075ef9a6bb7aedf298cbb9e56dc51fde5d36 (patch) | |
tree | 392f36d62f4238bdb792997edf2a15c2bf3d8169 /Configure | |
parent | 19b5e0e6db538b0b45f98873e72dea5d7d94fde5 (diff) | |
download | perl-63f7075ef9a6bb7aedf298cbb9e56dc51fde5d36.tar.gz |
HP-UX 10.20 cc pacifying from Merijn.
p4raw-id: //depot/perl@14381
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 Jan 22 18:35:26 EET 2002 [metaconfig 3.0 PL70] +# Generated on Wed Jan 23 06:47:20 EET 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -13504,7 +13504,7 @@ $signal_t bletch(s) int s; { exit(4); } #endif int main() { #if BYTEORDER == 0x1234 || BYTEORDER == 0x4321 - U8 buf[] = "\0\0\0\1\0\0\0\0"; + U8 *buf = "\0\0\0\1\0\0\0\0"; U32 *up; int i; |