diff regexParser/transition.h @ 173:cca8bb5aeded pairPro

fix
author masa
date Tue, 22 Dec 2015 18:14:17 +0900
parents 540fc12871d9
children 3be0fbcd4b52
line wrap: on
line diff
--- a/regexParser/transition.h	Tue Dec 22 15:56:33 2015 +0900
+++ b/regexParser/transition.h	Tue Dec 22 18:14:17 2015 +0900
@@ -7,6 +7,7 @@
 
 typedef struct state {
     TransitionPtr transition;
+    NodePtr nextNode;
     struct state *next;
 } State, *StatePtr;