Added SWCSA
[SXSI/TextCollection.git] / TextStorage.h
index 24633fd..6294c6b 100644 (file)
 
 #include "TextCollection.h"
 #include "Tools.h"
+
 #include "incbwt/bits/deltavector.h"
+// Re-define word size to ulong:
+#undef W
+#if __WORDSIZE == 64
+#   define W 64
+#else
+#   define W 32
+#endif
+
 #include <cassert>
 #include <stdexcept>