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

1.1       misho       1: // HC4.h
                      2: 
                      3: #ifndef __HC4_H
                      4: #define __HC4_H
                      5: 
                      6: #undef HC_NAMESPACE
                      7: #define HC_NAMESPACE NHC4
                      8: 
                      9: #define HASH_ARRAY_2
                     10: #define HASH_ARRAY_3
                     11: 
                     12: #include "HC.h"
                     13: #include "HCMain.h"
                     14: 
                     15: #undef HASH_ARRAY_2
                     16: #undef HASH_ARRAY_3
                     17: 
                     18: #endif
                     19: 

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