projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1e1ab4
)
(struct quoting_options): Simplify quote_these_too dimension.
author
Jim Meyering
<jim@meyering.net>
Thu, 6 Jul 2000 04:31:59 +0000
(
04:31
+0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 6 Jul 2000 04:31:59 +0000
(
04:31
+0000)
lib/quotearg.c
patch
|
blob
|
history
diff --git
a/lib/quotearg.c
b/lib/quotearg.c
index 553a0f0c385d0e16034c6d8890eb3379246e734c..a1ccb3b8fd83272f821feb37868bf27a653cc109 100644
(file)
--- a/
lib/quotearg.c
+++ b/
lib/quotearg.c
@@
-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. */