Mercurial > hg > Members > masakoha > testcode
comparison c/regexParser/bitVectorNode.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 | ca30f8334741 |
children | 166136236891 |
comparison
equal
deleted
inserted
replaced
115:ca30f8334741 | 116:66c633575b53 |
---|---|
1 #include <stdio.h> | 1 #include <stdio.h> |
2 #include <stdlib.h> | 2 #include <stdlib.h> |
3 #include <ctype.h> | 3 #include <ctype.h> |
4 #include "bitVector.h" | 4 #include "bitVector.h" |
5 #include "regexParser.h" | |
6 | 5 |
7 extern BitVectorPtr bitSet(int); | 6 extern BitVectorPtr bitSet(int); |
8 BitVectorListPtr allocateBitVectorList(); | 7 BitVectorListPtr allocateBitVectorList(); |
9 BitVectorListPtr initBitVector(); | 8 BitVectorListPtr initBitVector(); |
10 | 9 |