/[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.13 by akim, Thu Jun 20 11:10:56 2002 UTC revision 1.14 by hilfinger, Fri Jun 28 02:26:44 2002 UTC
# Line 23  Line 23 
23       PERCENT_EXPECT = 270,       PERCENT_EXPECT = 270,
24       PERCENT_START = 271,       PERCENT_START = 271,
25       PERCENT_PREC = 272,       PERCENT_PREC = 272,
26       PERCENT_VERBOSE = 273,       PERCENT_DPREC = 273,
27       PERCENT_ERROR_VERBOSE = 274,       PERCENT_MERGE = 274,
28       PERCENT_OUTPUT = 275,       PERCENT_VERBOSE = 275,
29       PERCENT_FILE_PREFIX = 276,       PERCENT_ERROR_VERBOSE = 276,
30       PERCENT_NAME_PREFIX = 277,       PERCENT_OUTPUT = 277,
31       PERCENT_DEFINE = 278,       PERCENT_FILE_PREFIX = 278,
32       PERCENT_PURE_PARSER = 279,       PERCENT_NAME_PREFIX = 279,
33       PERCENT_DEFINES = 280,       PERCENT_DEFINE = 280,
34       PERCENT_YACC = 281,       PERCENT_PURE_PARSER = 281,
35       PERCENT_DEBUG = 282,       PERCENT_GLR_PARSER = 282,
36       PERCENT_LOCATIONS = 283,       PERCENT_DEFINES = 283,
37       PERCENT_NO_LINES = 284,       PERCENT_YACC = 284,
38       PERCENT_SKELETON = 285,       PERCENT_DEBUG = 285,
39       PERCENT_TOKEN_TABLE = 286,       PERCENT_LOCATIONS = 286,
40       TYPE = 287,       PERCENT_NO_LINES = 287,
41       EQUAL = 288,       PERCENT_SKELETON = 288,
42       SEMICOLON = 289,       PERCENT_TOKEN_TABLE = 289,
43       COLON = 290,       TYPE = 290,
44       PIPE = 291,       EQUAL = 291,
45       ID = 292,       SEMICOLON = 292,
46       PERCENT_PERCENT = 293,       COLON = 293,
47       PROLOGUE = 294,       PIPE = 294,
48       EPILOGUE = 295,       ID = 295,
49       BRACED_CODE = 296       PERCENT_PERCENT = 296,
50         PROLOGUE = 297,
51         EPILOGUE = 298,
52         BRACED_CODE = 299
53     };     };
54  # endif  # endif
55    /* POSIX requires `int' for tokens in interfaces.  */    /* POSIX requires `int' for tokens in interfaces.  */
# Line 68  Line 71 
71  #define PERCENT_EXPECT 270  #define PERCENT_EXPECT 270
72  #define PERCENT_START 271  #define PERCENT_START 271
73  #define PERCENT_PREC 272  #define PERCENT_PREC 272
74  #define PERCENT_VERBOSE 273  #define PERCENT_DPREC 273
75  #define PERCENT_ERROR_VERBOSE 274  #define PERCENT_MERGE 274
76  #define PERCENT_OUTPUT 275  #define PERCENT_VERBOSE 275
77  #define PERCENT_FILE_PREFIX 276  #define PERCENT_ERROR_VERBOSE 276
78  #define PERCENT_NAME_PREFIX 277  #define PERCENT_OUTPUT 277
79  #define PERCENT_DEFINE 278  #define PERCENT_FILE_PREFIX 278
80  #define PERCENT_PURE_PARSER 279  #define PERCENT_NAME_PREFIX 279
81  #define PERCENT_DEFINES 280  #define PERCENT_DEFINE 280
82  #define PERCENT_YACC 281  #define PERCENT_PURE_PARSER 281
83  #define PERCENT_DEBUG 282  #define PERCENT_GLR_PARSER 282
84  #define PERCENT_LOCATIONS 283  #define PERCENT_DEFINES 283
85  #define PERCENT_NO_LINES 284  #define PERCENT_YACC 284
86  #define PERCENT_SKELETON 285  #define PERCENT_DEBUG 285
87  #define PERCENT_TOKEN_TABLE 286  #define PERCENT_LOCATIONS 286
88  #define TYPE 287  #define PERCENT_NO_LINES 287
89  #define EQUAL 288  #define PERCENT_SKELETON 288
90  #define SEMICOLON 289  #define PERCENT_TOKEN_TABLE 289
91  #define COLON 290  #define TYPE 290
92  #define PIPE 291  #define EQUAL 291
93  #define ID 292  #define SEMICOLON 292
94  #define PERCENT_PERCENT 293  #define COLON 293
95  #define PROLOGUE 294  #define PIPE 294
96  #define EPILOGUE 295  #define ID 295
97  #define BRACED_CODE 296  #define PERCENT_PERCENT 296
98    #define PROLOGUE 297
99    #define EPILOGUE 298
100    #define BRACED_CODE 299
101    
102    
103    
# Line 105  typedef union { Line 111  typedef union {
111    char *string;    char *string;
112    associativity assoc;    associativity assoc;
113  } yystype;  } yystype;
114  /* Line 1331 of /usr/local/share/bison/bison.simple.  */  /* Line 1343 of /home/cs/hilfingr/work/grammars/glr2/install/share/bison/yacc.c.  */
115  #line 110 "y.tab.h"  #line 116 "y.tab.h"
116  # define YYSTYPE yystype  # define YYSTYPE yystype
117  #endif  #endif
118    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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