diff regexParser/transition.h @ 187:ef798db705e9 pairPro

remove some warnings and errors(not working)
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Thu, 24 Dec 2015 22:38:50 +0900
parents 1da1b2eacb84
children 3e8e5780ad4a
line wrap: on
line diff
--- a/regexParser/transition.h	Thu Dec 24 20:37:29 2015 +0900
+++ b/regexParser/transition.h	Thu Dec 24 22:38:50 2015 +0900
@@ -1,7 +1,6 @@
 #include "bitVector.h"
-
-StatePtr createState(BitVector bi);
-StatePtr appendState(StatePtr x,StatePtr y);
+node::StatePtr createState(BitVector bi);
+node::StatePtr appendState(node::StatePtr x,node::StatePtr y);
 /*
   正規表現木を辿って transition のList をつくる
   CharClass のかさなりを判定して重なりのない新しいCharClassをつくる