aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/parse.h')
-rw-r--r--gcc/cp/parse.h97
1 files changed, 0 insertions, 97 deletions
diff --git a/gcc/cp/parse.h b/gcc/cp/parse.h
deleted file mode 100644
index 67d0f57..0000000
--- a/gcc/cp/parse.h
+++ /dev/null
@@ -1,97 +0,0 @@
-typedef union {
- long itype;
- tree ttype;
- char *strtype;
- enum tree_code code;
- flagged_type_tree ftype;
- struct pending_inline *pi;
-} YYSTYPE;
-#define IDENTIFIER 257
-#define TYPENAME 258
-#define SELFNAME 259
-#define PFUNCNAME 260
-#define SCSPEC 261
-#define TYPESPEC 262
-#define CV_QUALIFIER 263
-#define CONSTANT 264
-#define STRING 265
-#define ELLIPSIS 266
-#define SIZEOF 267
-#define ENUM 268
-#define IF 269
-#define ELSE 270
-#define WHILE 271
-#define DO 272
-#define FOR 273
-#define SWITCH 274
-#define CASE 275
-#define DEFAULT 276
-#define BREAK 277
-#define CONTINUE 278
-#define RETURN_KEYWORD 279
-#define GOTO 280
-#define ASM_KEYWORD 281
-#define TYPEOF 282
-#define ALIGNOF 283
-#define SIGOF 284
-#define ATTRIBUTE 285
-#define EXTENSION 286
-#define LABEL 287
-#define REALPART 288
-#define IMAGPART 289
-#define VA_ARG 290
-#define AGGR 291
-#define VISSPEC 292
-#define DELETE 293
-#define NEW 294
-#define THIS 295
-#define OPERATOR 296
-#define CXX_TRUE 297
-#define CXX_FALSE 298
-#define NAMESPACE 299
-#define TYPENAME_KEYWORD 300
-#define USING 301
-#define LEFT_RIGHT 302
-#define TEMPLATE 303
-#define TYPEID 304
-#define DYNAMIC_CAST 305
-#define STATIC_CAST 306
-#define REINTERPRET_CAST 307
-#define CONST_CAST 308
-#define SCOPE 309
-#define EMPTY 310
-#define PTYPENAME 311
-#define NSNAME 312
-#define THROW 313
-#define ASSIGN 314
-#define OROR 315
-#define ANDAND 316
-#define MIN_MAX 317
-#define EQCOMPARE 318
-#define ARITHCOMPARE 319
-#define LSHIFT 320
-#define RSHIFT 321
-#define POINTSAT_STAR 322
-#define DOT_STAR 323
-#define UNARY 324
-#define PLUSPLUS 325
-#define MINUSMINUS 326
-#define HYPERUNARY 327
-#define POINTSAT 328
-#define TRY 329
-#define CATCH 330
-#define EXTERN_LANG_STRING 331
-#define ALL 332
-#define PRE_PARSED_CLASS_DECL 333
-#define DEFARG 334
-#define DEFARG_MARKER 335
-#define PRE_PARSED_FUNCTION_DECL 336
-#define TYPENAME_DEFN 337
-#define IDENTIFIER_DEFN 338
-#define PTYPENAME_DEFN 339
-#define END_OF_LINE 340
-#define END_OF_SAVED_INPUT 341
-
-
-extern YYSTYPE yylval;
-#define YYEMPTY -2