]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(word32): Don't use `#error'; it runs afoul of SunOS 4.1.4 cc.
authorJim Meyering <jim@meyering.net>
Thu, 22 Apr 1999 14:38:50 +0000 (14:38 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Apr 1999 14:38:50 +0000 (14:38 +0000)
src/shred.c

index e7b83e4398b88182d7009a9d90f2905dea84e6b8..a7f73c9902b0ca47175ba5ed0bd950512d66c3b1 100644 (file)
@@ -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