diff c/regexParser/bitVector.h @ 110:a3adc5c24e19 pairPro

start branch
author masa
date Fri, 20 Nov 2015 21:02:00 +0900
parents 6401c708f5dd
children 66c633575b53
line wrap: on
line diff
--- a/c/regexParser/bitVector.h	Fri Nov 20 15:19:09 2015 +0900
+++ b/c/regexParser/bitVector.h	Fri Nov 20 21:02:00 2015 +0900
@@ -1,3 +1,5 @@
+#define BITBLOCK (sizeof(unsigned long) * 8)
+
 typedef struct bitVector {
     int arrayNum;
     unsigned long *bitContainer;