Annotation of elwix/tools/oldlzma/SRC/7zip/Compress/LZ/BinTree/BinTree4b.h, revision 1.1
1.1 ! misho 1: // BinTree4b.h
! 2:
! 3: #ifndef __BINTREE4B_H
! 4: #define __BINTREE4B_H
! 5:
! 6: #undef BT_NAMESPACE
! 7: #define BT_NAMESPACE NBT4B
! 8:
! 9: #define HASH_ARRAY_2
! 10: #define HASH_ARRAY_3
! 11: #define HASH_BIG
! 12:
! 13: #include "BinTree.h"
! 14: #include "BinTreeMain.h"
! 15:
! 16: #undef HASH_ARRAY_2
! 17: #undef HASH_ARRAY_3
! 18: #undef HASH_BIG
! 19:
! 20: #endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>