From: Jim Meyering Date: Thu, 22 Apr 1999 14:38:50 +0000 (+0000) Subject: (word32): Don't use `#error'; it runs afoul of SunOS 4.1.4 cc. X-Git-Tag: SH-UTILS-1_16g~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62edaf0b5551fb7d138f382815dd052e85c3e601;p=thirdparty%2Fcoreutils.git (word32): Don't use `#error'; it runs afoul of SunOS 4.1.4 cc. --- diff --git a/src/shred.c b/src/shred.c index e7b83e4398..a7f73c9902 100644 --- a/src/shred.c +++ b/src/shred.c @@ -513,7 +513,7 @@ typedef unsigned short word32; # if UCHAR_MAX == 0xffffffff typedef unsigned char word32; # else -# error No 32-bit type available! + "No 32-bit type available!" # endif # endif # endif