File:  [ELWIX - Embedded LightWeight unIX -] / elwix / tools / oldlzma / SRC / 7zip / Compress / LZ / Patricia / Pat2.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue May 14 09:04:51 2013 UTC (11 years, 3 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

// Pat2.h

#ifndef __PAT2__H
#define __PAT2__H

#undef PAT_CLSID
#define PAT_CLSID CLSID_CMatchFinderPat2

#undef PAT_NAMESPACE
#define PAT_NAMESPACE NPat2

#define __AUTO_REMOVE
#define __NODE_2_BITS

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

#undef __AUTO_REMOVE
#undef  __NODE_2_BITS

#endif



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