Annotation of elwix/tools/oldlzma/SRC/7zip/Compress/LZ/Patricia/Pat2.h, revision 1.1

1.1     ! misho       1: // Pat2.h
        !             2: 
        !             3: #ifndef __PAT2__H
        !             4: #define __PAT2__H
        !             5: 
        !             6: #undef PAT_CLSID
        !             7: #define PAT_CLSID CLSID_CMatchFinderPat2
        !             8: 
        !             9: #undef PAT_NAMESPACE
        !            10: #define PAT_NAMESPACE NPat2
        !            11: 
        !            12: #define __AUTO_REMOVE
        !            13: #define __NODE_2_BITS
        !            14: 
        !            15: #include "Pat.h"
        !            16: #include "PatMain.h"
        !            17: 
        !            18: #undef __AUTO_REMOVE
        !            19: #undef  __NODE_2_BITS
        !            20: 
        !            21: #endif
        !            22: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>