~ubuntu-branches/ubuntu/lucid/cdrdao/lucid

« back to all changes in this revision

Viewing changes to pccts/antlr/mode.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Suffield
  • Date: 2004-06-24 22:33:16 UTC
  • Revision ID: james.westby@ubuntu.com-20040624223316-534onzugaeeyq61j
Tags: upstream-1.1.9
ImportĀ upstreamĀ versionĀ 1.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define START 0
 
2
#define STRINGS 1
 
3
#define ACTION_STRINGS 2
 
4
#define ACTION_CHARS 3
 
5
#define ACTION_COMMENTS 4
 
6
#define TOK_DEF_COMMENTS 5
 
7
#define TOK_DEF_CPP_COMMENTS 6
 
8
#define ACTION_CPP_COMMENTS 7
 
9
#define CPP_COMMENTS 8
 
10
#define COMMENTS 9
 
11
#define ACTIONS 10
 
12
#define PARSE_ENUM_FILE 11