diff regexParser/subsetConstruction.cc @ 262:157f6886ba55

write driver of threadedSearch
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 26 Jan 2016 19:32:18 +0900
parents 2b36dde3ffb7
children ef95a7f1bc03
line wrap: on
line diff
--- a/regexParser/subsetConstruction.cc	Tue Jan 26 14:35:34 2016 +0900
+++ b/regexParser/subsetConstruction.cc	Tue Jan 26 19:32:18 2016 +0900
@@ -16,6 +16,8 @@
     cc->cond.range.begin = begin;
     cc->cond.range.end = end;
     cc->cond.range.next = NULL;
+    cc->cond.w.word = NULL;
+    cc->cond.w.length = 0;
     cc->left = left;
     cc->right = right;
     cc->nextState.bitContainer = state;