diff regexParser/subsetConstraction.h @ 182:dbe004d03ef0 pairPro

implement stateAllocate()
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Thu, 24 Dec 2015 19:14:49 +0900
parents 3c4db09b8581
children 7ae0a3070647
line wrap: on
line diff
--- a/regexParser/subsetConstraction.h	Thu Dec 24 18:00:55 2015 +0900
+++ b/regexParser/subsetConstraction.h	Thu Dec 24 19:14:49 2015 +0900
@@ -18,6 +18,8 @@
 
 typedef struct tgValue {
     bool asterisk;
+    int stateBegin;
+    int stateEnd;
     TransitionGeneratorPtr tg;
 } TGValue, *TGValuePtr;