diff options
Diffstat (limited to 'src/include/regex/regex2.h')
-rw-r--r-- | src/include/regex/regex2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/regex/regex2.h b/src/include/regex/regex2.h index 70b03b0250a..564c626c5bb 100644 --- a/src/include/regex/regex2.h +++ b/src/include/regex/regex2.h @@ -130,7 +130,7 @@ typedef struct uch hash; /* hash code */ size_t smultis; char *multis; /* -> char[smulti] ab\0cd\0ef\0\0 */ -} cset; +} cset; /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */ #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) |