This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
metaconfig unit change for #14403.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 24 Jan 2002 13:13:55 +0000 (13:13 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 24 Jan 2002 13:13:55 +0000 (13:13 +0000)
p4raw-id: //depot/metaconfig@14404

U/perl/d_u32align.U

index 195736f..c1581b4 100644 (file)
@@ -36,7 +36,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;