removed ifndefs
authornvalimak <nvalimak@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Mon, 9 Feb 2009 11:18:14 +0000 (11:18 +0000)
committernvalimak <nvalimak@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Mon, 9 Feb 2009 11:18:14 +0000 (11:18 +0000)
git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/XMLTree@155 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

libcds/src/basics.h

index 39cb81b..6412228 100644 (file)
@@ -47,19 +47,13 @@ using namespace std;
 
 
 /** number of bits in a uint */
-#ifndef W
 #define W 32
-#endif
 
 /** W-1 */
-#ifndef Wminusone
 #define Wminusone 31
-#endif
 
 /** 2W*/
-#ifndef WW
 #define WW 64
-#endif
 
 /** number of bits per uchar */
 #define bitsM 8