/[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.7 by akim, Sat Jun 15 18:21:11 2002 UTC revision 1.8 by akim, Sat Jun 15 18:26:45 2002 UTC
# Line 15  Line 15 
15       PERCENT_NTERM = 262,       PERCENT_NTERM = 262,
16       PERCENT_TYPE = 263,       PERCENT_TYPE = 263,
17       PERCENT_UNION = 264,       PERCENT_UNION = 264,
18       PERCENT_EXPECT = 265,       PERCENT_LEFT = 265,
19       PERCENT_START = 266,       PERCENT_RIGHT = 266,
20       PERCENT_PREC = 267,       PERCENT_NONASSOC = 267,
21       PERCENT_VERBOSE = 268,       PERCENT_EXPECT = 268,
22       PERCENT_ERROR_VERBOSE = 269,       PERCENT_START = 269,
23       PERCENT_OUTPUT = 270,       PERCENT_PREC = 270,
24       PERCENT_FILE_PREFIX = 271,       PERCENT_VERBOSE = 271,
25       PERCENT_NAME_PREFIX = 272,       PERCENT_ERROR_VERBOSE = 272,
26       PERCENT_DEFINE = 273,       PERCENT_OUTPUT = 273,
27       PERCENT_PURE_PARSER = 274,       PERCENT_FILE_PREFIX = 274,
28       PERCENT_DEFINES = 275,       PERCENT_NAME_PREFIX = 275,
29       PERCENT_YACC = 276,       PERCENT_DEFINE = 276,
30       PERCENT_DEBUG = 277,       PERCENT_PURE_PARSER = 277,
31       PERCENT_LOCATIONS = 278,       PERCENT_DEFINES = 278,
32       PERCENT_NO_LINES = 279,       PERCENT_YACC = 279,
33       PERCENT_SKELETON = 280,       PERCENT_DEBUG = 280,
34       PERCENT_TOKEN_TABLE = 281,       PERCENT_LOCATIONS = 281,
35       TYPE = 282,       PERCENT_NO_LINES = 282,
36       EQUAL = 283,       PERCENT_SKELETON = 283,
37       SEMICOLON = 284,       PERCENT_TOKEN_TABLE = 284,
38       COLON = 285,       TYPE = 285,
39       PIPE = 286,       EQUAL = 286,
40       ID = 287,       SEMICOLON = 287,
41       PERCENT_PERCENT = 288,       COLON = 288,
42       PROLOGUE = 289,       PIPE = 289,
43       EPILOGUE = 290,       ID = 290,
44       BRACED_CODE = 291,       PERCENT_PERCENT = 291,
45       PERCENT_LEFT = 292,       PROLOGUE = 292,
46       PERCENT_RIGHT = 293,       EPILOGUE = 293,
47       PERCENT_NONASSOC = 294       BRACED_CODE = 294
48     };     };
49  # endif  # endif
50    /* POSIX requires `int' for tokens in interfaces.  */    /* POSIX requires `int' for tokens in interfaces.  */
# Line 58  Line 58 
58  #define PERCENT_NTERM 262  #define PERCENT_NTERM 262
59  #define PERCENT_TYPE 263  #define PERCENT_TYPE 263
60  #define PERCENT_UNION 264  #define PERCENT_UNION 264
61  #define PERCENT_EXPECT 265  #define PERCENT_LEFT 265
62  #define PERCENT_START 266  #define PERCENT_RIGHT 266
63  #define PERCENT_PREC 267  #define PERCENT_NONASSOC 267
64  #define PERCENT_VERBOSE 268  #define PERCENT_EXPECT 268
65  #define PERCENT_ERROR_VERBOSE 269  #define PERCENT_START 269
66  #define PERCENT_OUTPUT 270  #define PERCENT_PREC 270
67  #define PERCENT_FILE_PREFIX 271  #define PERCENT_VERBOSE 271
68  #define PERCENT_NAME_PREFIX 272  #define PERCENT_ERROR_VERBOSE 272
69  #define PERCENT_DEFINE 273  #define PERCENT_OUTPUT 273
70  #define PERCENT_PURE_PARSER 274  #define PERCENT_FILE_PREFIX 274
71  #define PERCENT_DEFINES 275  #define PERCENT_NAME_PREFIX 275
72  #define PERCENT_YACC 276  #define PERCENT_DEFINE 276
73  #define PERCENT_DEBUG 277  #define PERCENT_PURE_PARSER 277
74  #define PERCENT_LOCATIONS 278  #define PERCENT_DEFINES 278
75  #define PERCENT_NO_LINES 279  #define PERCENT_YACC 279
76  #define PERCENT_SKELETON 280  #define PERCENT_DEBUG 280
77  #define PERCENT_TOKEN_TABLE 281  #define PERCENT_LOCATIONS 281
78  #define TYPE 282  #define PERCENT_NO_LINES 282
79  #define EQUAL 283  #define PERCENT_SKELETON 283
80  #define SEMICOLON 284  #define PERCENT_TOKEN_TABLE 284
81  #define COLON 285  #define TYPE 285
82  #define PIPE 286  #define EQUAL 286
83  #define ID 287  #define SEMICOLON 287
84  #define PERCENT_PERCENT 288  #define COLON 288
85  #define PROLOGUE 289  #define PIPE 289
86  #define EPILOGUE 290  #define ID 290
87  #define BRACED_CODE 291  #define PERCENT_PERCENT 291
88  #define PERCENT_LEFT 292  #define PROLOGUE 292
89  #define PERCENT_RIGHT 293  #define EPILOGUE 293
90  #define PERCENT_NONASSOC 294  #define BRACED_CODE 294
91    
92    
93    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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