summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/scripts/squashfs/lzma/C/7zip/Compress/LZ/Patricia/Pat2R.h
blob: 2c6267e8fa44378cc98fdac883ce7cfa5468b757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Pat2R.h

#ifndef __PAT2R__H
#define __PAT2R__H

#undef PAT_CLSID
#define PAT_CLSID CLSID_CMatchFinderPat2R

#undef PAT_NAMESPACE
#define PAT_NAMESPACE NPat2R

#define __NODE_2_BITS

#include "Pat.h"
#include "PatMain.h"

#undef  __NODE_2_BITS

#endif