Commit 89ad74a3 by Mark Mitchell Committed by Mark Mitchell

lex.c (yyprint): Remove TYPENAME_ELLIPSIS.

Mon May 11 07:16:30 1998  Mark Mitchell  <mmitchell@usa.net>
	* lex.c (yyprint): Remove TYPENAME_ELLIPSIS.
	* parse.h: Regenerated.
	* parse.c: Really regenerated.

From-SVN: r19662
parent 320e7c40
Mon May 11 07:16:30 1998 Mark Mitchell <mmitchell@usa.net>
* lex.c (yyprint): Remove TYPENAME_ELLIPSIS.
* parse.h: Regenerated.
* parse.c: Really regenerated.
Mon May 11 00:03:34 1998 Mark Mitchell <mmitchell@usa.net> Mon May 11 00:03:34 1998 Mark Mitchell <mmitchell@usa.net>
* cp-tree.h (finish_unary_op_expr): New function. * cp-tree.h (finish_unary_op_expr): New function.
......
...@@ -933,7 +933,6 @@ yyprint (file, yychar, yylval) ...@@ -933,7 +933,6 @@ yyprint (file, yychar, yylval)
case IDENTIFIER_DEFN: case IDENTIFIER_DEFN:
case TYPENAME_DEFN: case TYPENAME_DEFN:
case PTYPENAME_DEFN: case PTYPENAME_DEFN:
case TYPENAME_ELLIPSIS:
case SCSPEC: case SCSPEC:
case PRE_PARSED_CLASS_DECL: case PRE_PARSED_CLASS_DECL:
t = yylval.ttype; t = yylval.ttype;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -24,68 +24,66 @@ typedef union {long itype; tree ttype; char *strtype; enum tree_code code; flagg ...@@ -24,68 +24,66 @@ typedef union {long itype; tree ttype; char *strtype; enum tree_code code; flagg
#define RETURN 280 #define RETURN 280
#define GOTO 281 #define GOTO 281
#define ASM_KEYWORD 282 #define ASM_KEYWORD 282
#define GCC_ASM_KEYWORD 283 #define TYPEOF 283
#define TYPEOF 284 #define ALIGNOF 284
#define ALIGNOF 285 #define SIGOF 285
#define SIGOF 286 #define ATTRIBUTE 286
#define ATTRIBUTE 287 #define EXTENSION 287
#define EXTENSION 288 #define LABEL 288
#define LABEL 289 #define REALPART 289
#define REALPART 290 #define IMAGPART 290
#define IMAGPART 291 #define AGGR 291
#define AGGR 292 #define VISSPEC 292
#define VISSPEC 293 #define DELETE 293
#define DELETE 294 #define NEW 294
#define NEW 295 #define THIS 295
#define THIS 296 #define OPERATOR 296
#define OPERATOR 297 #define CXX_TRUE 297
#define CXX_TRUE 298 #define CXX_FALSE 298
#define CXX_FALSE 299 #define NAMESPACE 299
#define NAMESPACE 300 #define TYPENAME_KEYWORD 300
#define TYPENAME_KEYWORD 301 #define USING 301
#define USING 302 #define LEFT_RIGHT 302
#define LEFT_RIGHT 303 #define TEMPLATE 303
#define TEMPLATE 304 #define TYPEID 304
#define TYPEID 305 #define DYNAMIC_CAST 305
#define DYNAMIC_CAST 306 #define STATIC_CAST 306
#define STATIC_CAST 307 #define REINTERPRET_CAST 307
#define REINTERPRET_CAST 308 #define CONST_CAST 308
#define CONST_CAST 309 #define SCOPE 309
#define SCOPE 310 #define EMPTY 310
#define EMPTY 311 #define PTYPENAME 311
#define PTYPENAME 312 #define NSNAME 312
#define NSNAME 313 #define THROW 313
#define THROW 314 #define ASSIGN 314
#define ASSIGN 315 #define OROR 315
#define OROR 316 #define ANDAND 316
#define ANDAND 317 #define MIN_MAX 317
#define MIN_MAX 318 #define EQCOMPARE 318
#define EQCOMPARE 319 #define ARITHCOMPARE 319
#define ARITHCOMPARE 320 #define LSHIFT 320
#define LSHIFT 321 #define RSHIFT 321
#define RSHIFT 322 #define POINTSAT_STAR 322
#define POINTSAT_STAR 323 #define DOT_STAR 323
#define DOT_STAR 324 #define UNARY 324
#define UNARY 325 #define PLUSPLUS 325
#define PLUSPLUS 326 #define MINUSMINUS 326
#define MINUSMINUS 327 #define HYPERUNARY 327
#define HYPERUNARY 328 #define PAREN_STAR_PAREN 328
#define PAREN_STAR_PAREN 329 #define POINTSAT 329
#define POINTSAT 330 #define TRY 330
#define TRY 331 #define CATCH 331
#define CATCH 332 #define PRE_PARSED_FUNCTION_DECL 332
#define TYPENAME_ELLIPSIS 333 #define EXTERN_LANG_STRING 333
#define PRE_PARSED_FUNCTION_DECL 334 #define ALL 334
#define EXTERN_LANG_STRING 335 #define PRE_PARSED_CLASS_DECL 335
#define ALL 336 #define DEFARG 336
#define PRE_PARSED_CLASS_DECL 337 #define DEFARG_MARKER 337
#define DEFARG 338 #define TYPENAME_DEFN 338
#define DEFARG_MARKER 339 #define IDENTIFIER_DEFN 339
#define TYPENAME_DEFN 340 #define PTYPENAME_DEFN 340
#define IDENTIFIER_DEFN 341 #define END_OF_LINE 341
#define PTYPENAME_DEFN 342 #define END_OF_SAVED_INPUT 342
#define END_OF_LINE 343
#define END_OF_SAVED_INPUT 344
extern YYSTYPE yylval; extern YYSTYPE yylval;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment