cpp-indent #error line
authorJim Meyering <jim@meyering.net>
Mon, 18 Jan 1999 00:44:57 +0000 (00:44 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 18 Jan 1999 00:44:57 +0000 (00:44 +0000)
src/shred.c

index 61779fe..f6e4604 100644 (file)
@@ -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) */