Mercurial > hg > Applications > Grep
diff regexParser/transition.h @ 184:1da1b2eacb84 pairPro
gather struct
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 24 Dec 2015 20:09:21 +0900 (2015-12-24) |
parents | d97bcab546e8 |
children | ef798db705e9 |
line wrap: on
line diff
--- a/regexParser/transition.h Thu Dec 24 20:02:09 2015 +0900 +++ b/regexParser/transition.h Thu Dec 24 20:09:21 2015 +0900 @@ -1,12 +1,5 @@ #include "bitVector.h" -typedef struct state { - BitVector bitState; - CharClassPtr cc; - NodePtr node; - struct state *next; -} State, *StatePtr; - StatePtr createState(BitVector bi); StatePtr appendState(StatePtr x,StatePtr y); /*