aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RESearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RESearch.h')
-rw-r--r--src/RESearch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RESearch.h b/src/RESearch.h
index 5ac3f00dc..4dee666a0 100644
--- a/src/RESearch.h
+++ b/src/RESearch.h
@@ -50,8 +50,8 @@ private:
Sci::Position bol;
char nfa[MAXNFA]; /* automaton */
int sta;
- unsigned char bittab[BITBLK]; /* bit table for CCL pre-set bits */
int failure;
+ unsigned char bittab[BITBLK]; /* bit table for CCL pre-set bits */
CharClassify *charClass;
bool iswordc(unsigned char x) const noexcept {
return charClass->IsWord(x);