~ubuntu-branches/ubuntu/oneiric/clif/oneiric

« back to all changes in this revision

Viewing changes to rs-parser.h

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Bunk
  • Date: 2002-01-25 14:05:49 UTC
  • Revision ID: james.westby@ubuntu.com-20020125140549-v5mmddxqlcrgzhd2
Tags: upstream-0.93
ImportĀ upstreamĀ versionĀ 0.93

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
typedef union {
 
2
        int myy_rs_int;
 
3
        char *myy_rs_string;
 
4
        } YY_rs_STYPE;
 
5
#define NUMBER  258
 
6
#define STRING  259
 
7
#define BGC     260
 
8
#define HELP    261
 
9
#define COMPILE 262
 
10
#define WARNING 263
 
11
#define WARRANTY        264
 
12
#define COPYING 265
 
13
#define VERBOSE 266
 
14
#define VERSION 267
 
15
#define WARNING_INHIBIT 268
 
16
#define WARNING_COMMENT 269
 
17
#define WARNING_FORMAT  270
 
18
#define WARNING_IMPLICIT        271
 
19
#define WARNING_RETURN_TYPE     272
 
20
#define WARNING_TRIGRAPHS       273
 
21
#define WARNING_UNUSED  274
 
22
#define WARNING_UNINITIAL_rs_IZED       275
 
23
#define WARNING_EXTRA   276
 
24
#define WARNING_AGGREGATE_RETURN        277
 
25
#define WARNING_ERROR   278
 
26
#define HANDLE_MAIN     279
 
27
#define CALL_BY_REFERENCE       280
 
28
#define CALL_BY_VALUE   281
 
29
#define NO_CALL_BY_REFERENCE    282
 
30
#define NO_CALL_BY_VALUE        283
 
31
#define DUMP_YACC       284
 
32
#define DBG_INFO        285
 
33
 
 
34
 
 
35
extern YY_rs_STYPE yy_rs_lval;