From 62edaf0b5551fb7d138f382815dd052e85c3e601 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 22 Apr 1999 14:38:50 +0000 Subject: [PATCH] (word32): Don't use `#error'; it runs afoul of SunOS 4.1.4 cc. --- src/shred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3