~ubuntu-branches/ubuntu/wily/aspectc++/wily

« back to all changes in this revision

Viewing changes to Puma/gen-release/step1/inc/Puma/CMatchParser.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2005-12-23 10:49:40 UTC
  • Revision ID: james.westby@ubuntu.com-20051223104940-ig4klhoi991zs7km
Tags: upstream-0.99+1.0pre2
ImportĀ upstreamĀ versionĀ 0.99+1.0pre2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define MATCHTREE                       1
 
2
#define M_AND                           2
 
3
#define M_CLOSE_ROUND                   3
 
4
#define M_COLLECT                       4
 
5
#define M_ELEMENT                       5
 
6
#define M_ELEMENT_NO                    6
 
7
#define M_ELIF                          7
 
8
#define M_ENDIF                         8
 
9
#define M_EXACT                         9
 
10
#define M_FIRST                        10
 
11
#define M_IF                           11
 
12
#define M_LAST                         12
 
13
#define M_LEAF                         13
 
14
#define M_NODENAME                     14
 
15
#define M_NOT                          15
 
16
#define M_OPEN_ROUND                   16
 
17
#define M_OR                           17
 
18
#define M_PRUNE                        18
 
19
#define M_SEQ                          19
 
20
#define M_UNARY                        20
 
21
#define M_XOR                          21