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

1.1     ! misho       1: // HC3.h
        !             2: 
        !             3: #ifndef __HC3_H
        !             4: #define __HC3_H
        !             5: 
        !             6: #undef HC_NAMESPACE
        !             7: #define HC_NAMESPACE NHC3
        !             8: 
        !             9: #define HASH_ARRAY_2
        !            10: 
        !            11: #include "HC.h"
        !            12: #include "HCMain.h"
        !            13: 
        !            14: #undef HASH_ARRAY_2
        !            15: 
        !            16: #endif
        !            17: 

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