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)
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. */
29 /* Put the tokens into the symbol table, so that GDB and other debuggers
57 EXPORT_SYMBOL_KEYW = 283,
59 ATTRIBUTE_PHRASE = 285,
62 EXPRESSION_PHRASE = 288,
75 #define ATTRIBUTE_KEYW 259
79 #define CONST_KEYW 263
80 #define DOUBLE_KEYW 264
82 #define EXTERN_KEYW 266
83 #define FLOAT_KEYW 267
84 #define INLINE_KEYW 268
87 #define REGISTER_KEYW 271
88 #define RESTRICT_KEYW 272
89 #define SHORT_KEYW 273
90 #define SIGNED_KEYW 274
91 #define STATIC_KEYW 275
92 #define STRUCT_KEYW 276
93 #define TYPEDEF_KEYW 277
94 #define UNION_KEYW 278
95 #define UNSIGNED_KEYW 279
97 #define VOLATILE_KEYW 281
98 #define TYPEOF_KEYW 282
99 #define EXPORT_SYMBOL_KEYW 283
100 #define ASM_PHRASE 284
101 #define ATTRIBUTE_PHRASE 285
102 #define BRACE_PHRASE 286
103 #define BRACKET_PHRASE 287
104 #define EXPRESSION_PHRASE 288
118 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
120 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
121 # define YYSTYPE_IS_DECLARED 1
122 # define YYSTYPE_IS_TRIVIAL 1
125 extern YYSTYPE yylval;