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

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

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