From: Jim Meyering Date: Mon, 18 Jan 1999 00:44:57 +0000 (+0000) Subject: cpp-indent #error line X-Git-Tag: TEXTUTILS-1_22h~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f4c0ed890dd837b0edce966cded7462525c5829;p=thirdparty%2Fcoreutils.git cpp-indent #error line --- diff --git a/src/shred.c b/src/shred.c index 61779fec35..f6e4604fcd 100644 --- a/src/shred.c +++ b/src/shred.c @@ -95,7 +95,7 @@ typedef unsigned short word32; #elif UCHAR_MAX == 0xffffffff typedef unsigned char word32; #else -#error No 32-bit type available! +# error No 32-bit type available! #endif /* Size of the state tables to use. (You may change ISAAC_LOG) */