projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82dfbce
)
Fix space-tab problem. From Jim Meyering.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 11 Apr 2006 05:13:09 +0000
(
05:13
+0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 11 Apr 2006 05:13:09 +0000
(
05:13
+0000)
lib/regcomp.c
patch
|
blob
|
history
diff --git
a/lib/regcomp.c
b/lib/regcomp.c
index 0d6d160bf83904ca65f7c783cafcc847ac988256..84512d00cfa3a09413e473633e478748fb67258d 100644
(file)
--- a/
lib/regcomp.c
+++ b/
lib/regcomp.c
@@
-3529,13
+3529,13
@@
build_charclass (RE_TRANSLATE_TYPE trans, bitset_t sbcset,
if (BE (trans != NULL, 0)) \
{ \
for (i = 0; i < SBC_MAX; ++i) \
- if (ctype_func (i)) \
+ if (ctype_func (i)) \
bitset_set (sbcset, trans[i]); \
} \
else \
{ \
for (i = 0; i < SBC_MAX; ++i) \
- if (ctype_func (i)) \
+ if (ctype_func (i)) \
bitset_set (sbcset, i); \
} \
} while (0)