Mercurial > hg > Applications > Grep
diff regexParser/subsetConstraction.cc @ 203:e809a2dd0731
add scValue
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 26 Dec 2015 20:03:38 +0900 |
parents | 39ca25ed0607 |
children | e6e862e92fdc |
line wrap: on
line diff
--- a/regexParser/subsetConstraction.cc Sat Dec 26 19:49:34 2015 +0900 +++ b/regexParser/subsetConstraction.cc Sat Dec 26 20:03:38 2015 +0900 @@ -357,7 +357,7 @@ while (scv.stateEnd->next) { scv.stateEnd = scv.stateEnd->next; } - return; + return scv; } SCValue createState(SCValue scv,BitVector bi) {