Jouni's Incremental BWT integrated into TextCollection
[SXSI/TextCollection.git] / Tools.h
diff --git a/Tools.h b/Tools.h
index 45647e8..4def5e8 100644 (file)
--- a/Tools.h
+++ b/Tools.h
 #   define W 32
 #endif
 
+#ifndef WW
 #define WW (W*2)
+#endif
+
+#ifndef Wminusone
 #define Wminusone (W-1)
+#endif
 
 #ifndef uchar
 #define uchar unsigned char