summaryrefslogtreecommitdiff
path: root/sets.h
diff options
context:
space:
mode:
Diffstat (limited to 'sets.h')
-rw-r--r--sets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sets.h b/sets.h
index ffdf82d..7774e7d 100644
--- a/sets.h
+++ b/sets.h
@@ -14,7 +14,7 @@
#ifdef BITSETS
typedef struct {
- int N;
+ int size;
unsigned long long* tab;
} set;
#endif