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