Annotation of elwix/tools/oldlzma/SRC/7zip/Compress/LZ/Patricia/Pat2H.h, revision 1.1
1.1 ! misho 1: // Pat2H.h
! 2:
! 3: #ifndef __PAT2H__H
! 4: #define __PAT2H__H
! 5:
! 6: #undef PAT_CLSID
! 7: #define PAT_CLSID CLSID_CMatchFinderPat2H
! 8:
! 9: #undef PAT_NAMESPACE
! 10: #define PAT_NAMESPACE NPat2H
! 11:
! 12: #define __AUTO_REMOVE
! 13: #define __NODE_2_BITS
! 14: #define __HASH_3
! 15:
! 16: #include "Pat.h"
! 17: #include "PatMain.h"
! 18:
! 19: #undef __AUTO_REMOVE
! 20: #undef __NODE_2_BITS
! 21: #undef __HASH_3
! 22:
! 23: #endif
! 24:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>