Add files that I missed when importing NaCl changes earlier
[gcc/nacl-gcc.git] / gcc / gengtype-yacc.h
blob37f865f58564335e2398c20c599c3d8c5a4b17e8
1 /* A Bison parser, made by GNU Bison 2.0. */
3 /* Skeleton parser for Yacc-like parsing with Bison,
4 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
21 /* As a special exception, when this file is copied by Bison into a
22 Bison output file, you may use that output file without restriction.
23 This special exception was added by the Free Software Foundation
24 in version 1.24 of Bison. */
26 /* Tokens. */
27 #ifndef YYTOKENTYPE
28 # define YYTOKENTYPE
29 /* Put the tokens into the symbol table, so that GDB and other debuggers
30 know about them. */
31 enum yytokentype {
32 ENT_TYPEDEF_STRUCT = 258,
33 ENT_STRUCT = 259,
34 ENT_EXTERNSTATIC = 260,
35 ENT_YACCUNION = 261,
36 GTY_TOKEN = 262,
37 UNION = 263,
38 STRUCT = 264,
39 ENUM = 265,
40 ALIAS = 266,
41 NESTED_PTR = 267,
42 PARAM_IS = 268,
43 NUM = 269,
44 PERCENTPERCENT = 270,
45 SCALAR = 271,
46 ID = 272,
47 STRING = 273,
48 ARRAY = 274,
49 PERCENT_ID = 275,
50 CHAR = 276
52 #endif
53 #define ENT_TYPEDEF_STRUCT 258
54 #define ENT_STRUCT 259
55 #define ENT_EXTERNSTATIC 260
56 #define ENT_YACCUNION 261
57 #define GTY_TOKEN 262
58 #define UNION 263
59 #define STRUCT 264
60 #define ENUM 265
61 #define ALIAS 266
62 #define NESTED_PTR 267
63 #define PARAM_IS 268
64 #define NUM 269
65 #define PERCENTPERCENT 270
66 #define SCALAR 271
67 #define ID 272
68 #define STRING 273
69 #define ARRAY 274
70 #define PERCENT_ID 275
71 #define CHAR 276
76 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
77 #line 30 "/scratch/mitchell/gcc-releases/gcc-4.2.2/gcc-4.2.2/gcc/gengtype-yacc.y"
78 typedef union YYSTYPE {
79 type_p t;
80 pair_p p;
81 options_p o;
82 const char *s;
83 } YYSTYPE;
84 /* Line 1318 of yacc.c. */
85 #line 86 "gengtype-yacc.h"
86 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
87 # define YYSTYPE_IS_DECLARED 1
88 # define YYSTYPE_IS_TRIVIAL 1
89 #endif
91 extern YYSTYPE yylval;