diff regexParser/bitVector.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 3bf2c6d6d53e
children 02031fb73af8
line wrap: on
line diff
--- a/regexParser/bitVector.h	Thu Dec 24 20:37:29 2015 +0900
+++ b/regexParser/bitVector.h	Thu Dec 24 22:38:50 2015 +0900
@@ -1,7 +1,7 @@
 #include "regexParser.h"
 #define BITBLOCK 64
 
-BitVectorPtr createBitVector(NodePtr n);
+BitVector createBitVector(int state);
 const BitVectorPtr allocateBitVector();
 void bitSet(BitVectorPtr bi, int bitSetPosition);
 void bitPrint(BitVectorPtr bi);