summaryrefslogtreecommitdiff
path: root/src/shred.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-22 14:38:50 +0000
committerJim Meyering <jim@meyering.net>1999-04-22 14:38:50 +0000
commit62edaf0b5551fb7d138f382815dd052e85c3e601 (patch)
tree38a9c693b78e76cf69331e43c65e867a78fd5b48 /src/shred.c
parentc274f255c386d09adb50aef26fc30be0e223c61b (diff)
downloadcoreutils-62edaf0b5551fb7d138f382815dd052e85c3e601.tar.xz
(word32): Don't use `#error'; it runs afoul of SunOS 4.1.4 cc.
Diffstat (limited to 'src/shred.c')
-rw-r--r--src/shred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shred.c b/src/shred.c
index e7b83e439..a7f73c990 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