Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / gengtype-yacc.h
blob5d9aad47c39d55575ac1776f65ad43ded1b6fddc
1 /* A Bison parser, made by GNU Bison 2.1. */
3 /* Skeleton parser for Yacc-like parsing with Bison,
4 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 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., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02110-1301, 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 /* Tokens. */
54 #define ENT_TYPEDEF_STRUCT 258
55 #define ENT_STRUCT 259
56 #define ENT_EXTERNSTATIC 260
57 #define ENT_YACCUNION 261
58 #define GTY_TOKEN 262
59 #define UNION 263
60 #define STRUCT 264
61 #define ENUM 265
62 #define ALIAS 266
63 #define NESTED_PTR 267
64 #define PARAM_IS 268
65 #define NUM 269
66 #define PERCENTPERCENT 270
67 #define SCALAR 271
68 #define ID 272
69 #define STRING 273
70 #define ARRAY 274
71 #define PERCENT_ID 275
72 #define CHAR 276
77 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
78 #line 31 "/usr/src/tools/gcc/../../gnu/dist/gcc4/gcc/gengtype-yacc.y"
79 typedef union YYSTYPE {
80 type_p t;
81 pair_p p;
82 options_p o;
83 const char *s;
84 } YYSTYPE;
85 /* Line 1447 of yacc.c. */
86 #line 87 "gengtype-yacc.h"
87 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
88 # define YYSTYPE_IS_DECLARED 1
89 # define YYSTYPE_IS_TRIVIAL 1
90 #endif
92 extern YYSTYPE yylval;