(struct quoting_options): Simplify quote_these_too dimension.
authorJim Meyering <jim@meyering.net>
Thu, 6 Jul 2000 04:31:59 +0000 (04:31 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 6 Jul 2000 04:31:59 +0000 (04:31 +0000)
lib/quotearg.c

index 553a0f0..a1ccb3b 100644 (file)
@@ -101,8 +101,7 @@ struct quoting_options
 
   /* Quote the characters indicated by this bit vector even if the
      quoting style would not normally require them to be quoted.  */
-  int quote_these_too[((UCHAR_MAX + 1) / INT_BITS
-                      + ((UCHAR_MAX + 1) % INT_BITS != 0))];
+  int quote_these_too[(UCHAR_MAX / INT_BITS) + 1];
 };
 
 /* Names of quoting styles.  */