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

1.1     ! misho       1: // Pat2R.h
        !             2: 
        !             3: #ifndef __PAT2R__H
        !             4: #define __PAT2R__H
        !             5: 
        !             6: #undef PAT_CLSID
        !             7: #define PAT_CLSID CLSID_CMatchFinderPat2R
        !             8: 
        !             9: #undef PAT_NAMESPACE
        !            10: #define PAT_NAMESPACE NPat2R
        !            11: 
        !            12: #define __NODE_2_BITS
        !            13: 
        !            14: #include "Pat.h"
        !            15: #include "PatMain.h"
        !            16: 
        !            17: #undef  __NODE_2_BITS
        !            18: 
        !            19: #endif
        !            20: 

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