diff regexParser/subsetConstraction.h @ 175:3be0fbcd4b52 pairPro

implement createTransitionGenerator
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Dec 2015 20:27:26 +0900
parents cca8bb5aeded
children d97bcab546e8
line wrap: on
line diff
--- a/regexParser/subsetConstraction.h	Tue Dec 22 18:48:11 2015 +0900
+++ b/regexParser/subsetConstraction.h	Tue Dec 22 20:27:26 2015 +0900
@@ -1,5 +1,6 @@
 #include "transition.h"
-
+#define INIT_STATE_BIT 0
+#define END_STATE_BIT 63
 typedef struct stateStack {
     BitVector state;
     struct stateStack *next;