comparison c/regexParser/determinize.cc @ 116:66c633575b53 pairPro

remove error and warning
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 24 Nov 2015 17:07:08 +0900
parents 1d30f70702df
children 166136236891
comparison
equal deleted inserted replaced
115:ca30f8334741 116:66c633575b53
10 } 10 }
11 x = x->next; 11 x = x->next;
12 x1->next = createTransition(x->condition, x->nextState); 12 x1->next = createTransition(x->condition, x->nextState);
13 x1 = x1->next; 13 x1 = x1->next;
14 } 14 }
15 return x0; 15 return x0;
16 } 16 }