/[bison]/bison/src/parse-gram.h
ViewVC logotype

Diff of /bison/src/parse-gram.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by akim, Mon Jun 17 07:04:49 2002 UTC revision 1.11 by akim, Mon Jun 17 08:43:11 2002 UTC
# Line 14  Line 14 
14       PERCENT_TOKEN = 261,       PERCENT_TOKEN = 261,
15       PERCENT_NTERM = 262,       PERCENT_NTERM = 262,
16       PERCENT_TYPE = 263,       PERCENT_TYPE = 263,
17       PERCENT_UNION = 264,       PERCENT_DESTRUCTOR = 264,
18       PERCENT_LEFT = 265,       PERCENT_UNION = 265,
19       PERCENT_RIGHT = 266,       PERCENT_LEFT = 266,
20       PERCENT_NONASSOC = 267,       PERCENT_RIGHT = 267,
21       PERCENT_EXPECT = 268,       PERCENT_NONASSOC = 268,
22       PERCENT_START = 269,       PERCENT_EXPECT = 269,
23       PERCENT_PREC = 270,       PERCENT_START = 270,
24       PERCENT_VERBOSE = 271,       PERCENT_PREC = 271,
25       PERCENT_ERROR_VERBOSE = 272,       PERCENT_VERBOSE = 272,
26       PERCENT_OUTPUT = 273,       PERCENT_ERROR_VERBOSE = 273,
27       PERCENT_FILE_PREFIX = 274,       PERCENT_OUTPUT = 274,
28       PERCENT_NAME_PREFIX = 275,       PERCENT_FILE_PREFIX = 275,
29       PERCENT_DEFINE = 276,       PERCENT_NAME_PREFIX = 276,
30       PERCENT_PURE_PARSER = 277,       PERCENT_DEFINE = 277,
31       PERCENT_DEFINES = 278,       PERCENT_PURE_PARSER = 278,
32       PERCENT_YACC = 279,       PERCENT_DEFINES = 279,
33       PERCENT_DEBUG = 280,       PERCENT_YACC = 280,
34       PERCENT_LOCATIONS = 281,       PERCENT_DEBUG = 281,
35       PERCENT_NO_LINES = 282,       PERCENT_LOCATIONS = 282,
36       PERCENT_SKELETON = 283,       PERCENT_NO_LINES = 283,
37       PERCENT_TOKEN_TABLE = 284,       PERCENT_SKELETON = 284,
38       TYPE = 285,       PERCENT_TOKEN_TABLE = 285,
39       EQUAL = 286,       TYPE = 286,
40       SEMICOLON = 287,       EQUAL = 287,
41       COLON = 288,       SEMICOLON = 288,
42       PIPE = 289,       COLON = 289,
43       ID = 290,       PIPE = 290,
44       PERCENT_PERCENT = 291,       ID = 291,
45       PROLOGUE = 292,       PERCENT_PERCENT = 292,
46       EPILOGUE = 293,       PROLOGUE = 293,
47       BRACED_CODE = 294       EPILOGUE = 294,
48         BRACED_CODE = 295
49     };     };
50  # endif  # endif
51    /* POSIX requires `int' for tokens in interfaces.  */    /* POSIX requires `int' for tokens in interfaces.  */
# Line 57  Line 58 
58  #define PERCENT_TOKEN 261  #define PERCENT_TOKEN 261
59  #define PERCENT_NTERM 262  #define PERCENT_NTERM 262
60  #define PERCENT_TYPE 263  #define PERCENT_TYPE 263
61  #define PERCENT_UNION 264  #define PERCENT_DESTRUCTOR 264
62  #define PERCENT_LEFT 265  #define PERCENT_UNION 265
63  #define PERCENT_RIGHT 266  #define PERCENT_LEFT 266
64  #define PERCENT_NONASSOC 267  #define PERCENT_RIGHT 267
65  #define PERCENT_EXPECT 268  #define PERCENT_NONASSOC 268
66  #define PERCENT_START 269  #define PERCENT_EXPECT 269
67  #define PERCENT_PREC 270  #define PERCENT_START 270
68  #define PERCENT_VERBOSE 271  #define PERCENT_PREC 271
69  #define PERCENT_ERROR_VERBOSE 272  #define PERCENT_VERBOSE 272
70  #define PERCENT_OUTPUT 273  #define PERCENT_ERROR_VERBOSE 273
71  #define PERCENT_FILE_PREFIX 274  #define PERCENT_OUTPUT 274
72  #define PERCENT_NAME_PREFIX 275  #define PERCENT_FILE_PREFIX 275
73  #define PERCENT_DEFINE 276  #define PERCENT_NAME_PREFIX 276
74  #define PERCENT_PURE_PARSER 277  #define PERCENT_DEFINE 277
75  #define PERCENT_DEFINES 278  #define PERCENT_PURE_PARSER 278
76  #define PERCENT_YACC 279  #define PERCENT_DEFINES 279
77  #define PERCENT_DEBUG 280  #define PERCENT_YACC 280
78  #define PERCENT_LOCATIONS 281  #define PERCENT_DEBUG 281
79  #define PERCENT_NO_LINES 282  #define PERCENT_LOCATIONS 282
80  #define PERCENT_SKELETON 283  #define PERCENT_NO_LINES 283
81  #define PERCENT_TOKEN_TABLE 284  #define PERCENT_SKELETON 284
82  #define TYPE 285  #define PERCENT_TOKEN_TABLE 285
83  #define EQUAL 286  #define TYPE 286
84  #define SEMICOLON 287  #define EQUAL 287
85  #define COLON 288  #define SEMICOLON 288
86  #define PIPE 289  #define COLON 289
87  #define ID 290  #define PIPE 290
88  #define PERCENT_PERCENT 291  #define ID 291
89  #define PROLOGUE 292  #define PERCENT_PERCENT 292
90  #define EPILOGUE 293  #define PROLOGUE 293
91  #define BRACED_CODE 294  #define EPILOGUE 294
92    #define BRACED_CODE 295
93    
94    
95    
96    
97  #ifndef YYSTYPE  #ifndef YYSTYPE
98  #line 90 "parse-gram.y"  #line 91 "parse-gram.y"
99  typedef union {  typedef union {
100    symbol_t *symbol;    symbol_t *symbol;
101    symbol_list_t *list;    symbol_list_t *list;
# Line 102  typedef union { Line 104  typedef union {
104    associativity assoc;    associativity assoc;
105  } yystype;  } yystype;
106  /* Line 1271 of /usr/local/share/bison/bison.simple.  */  /* Line 1271 of /usr/local/share/bison/bison.simple.  */
107  #line 106 "y.tab.h"  #line 108 "y.tab.h"
108  # define YYSTYPE yystype  # define YYSTYPE yystype
109  #endif  #endif
110    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26