comparison 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
comparison
equal deleted inserted replaced
186:3e8aae8beba9 187:ef798db705e9
1 #include "regexParser.h" 1 #include "regexParser.h"
2 #define BITBLOCK 64 2 #define BITBLOCK 64
3 3
4 BitVectorPtr createBitVector(NodePtr n); 4 BitVector createBitVector(int state);
5 const BitVectorPtr allocateBitVector(); 5 const BitVectorPtr allocateBitVector();
6 void bitSet(BitVectorPtr bi, int bitSetPosition); 6 void bitSet(BitVectorPtr bi, int bitSetPosition);
7 void bitPrint(BitVectorPtr bi); 7 void bitPrint(BitVectorPtr bi);