// BinTree4.h #ifndef __BINTREE4_H #define __BINTREE4_H #define BT_NAMESPACE NBT4 #define HASH_ARRAY_2 #define HASH_ARRAY_3 #include "BinTreeMain.h" #undef HASH_ARRAY_2 #undef HASH_ARRAY_3 #undef BT_NAMESPACE #endif