~ubuntu-branches/ubuntu/utopic/p7zip/utopic-updates

« back to all changes in this revision

Viewing changes to 7zip/Compress/LZ/Patricia/Pat2R.h

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2006-02-10 20:54:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060210205459-qbpkkabtqdd97zo7
Tags: 4.33.dfsg-1
* New upstream release
* Move p7zip from /usr/share to /usr/bin
   - modify debian/install
   - write debian/p7zip.1
* debian/README.Debian: document directory exclusion
* patches/01_add_help_switch: 7z --help works now (Closes: #353235)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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