Mercurial > hg > Members > masakoha > testcode
diff regexParser/CharClass.cc @ 319:7b8234c090f7
bmSearch
author | mir3636 |
---|---|
date | Sun, 08 May 2016 22:53:20 +0900 |
parents | 66012db6a717 |
children |
line wrap: on
line diff
--- a/regexParser/CharClass.cc Sun May 08 11:56:49 2016 +0900 +++ b/regexParser/CharClass.cc Sun May 08 22:53:20 2016 +0900 @@ -17,6 +17,7 @@ cc->cond.w.word = NULL; cc->cond.w.length = 0; cc->cond.w.next = NULL; + cc->cond.w.bm = NULL; cc->left = left; cc->right = right; cc->nextState.bitContainer = state; @@ -30,6 +31,7 @@ cc->cond.w.word = ri->tokenValue; cc->cond.w.length = ri->ptr - ri->tokenValue; cc->cond.w.next = NULL; + cc->cond.w.bm = NULL; cc->cond.range.begin = cc->cond.range.end = *ri->tokenValue; return cc; }