diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-24 13:13:29 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-24 13:13:29 +0000 |
commit | 879fa96f55d904836d80046db7f8557649d93011 (patch) | |
tree | b4c6be1f9ad8611e39e3b5a62bc404b176f581c7 /Configure | |
parent | f8543d02b547a2763330f0ee30b25144a6fc1218 (diff) | |
download | perl-879fa96f55d904836d80046db7f8557649d93011.tar.gz |
Pacify picky compilers (this time Sun Workshop).
p4raw-id: //depot/perl@14403
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 Wed Jan 23 06:47:20 EET 2002 [metaconfig 3.0 PL70] +# Generated on Thu Jan 24 16:12:51 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 = (U8*)"\0\0\0\1\0\0\0\0"; U32 *up; int i; |