OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [gengtype-yacc.h] - Diff between revs 154 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
/* A Bison parser, made by GNU Bison 2.0.  */
/* A Bison parser, made by GNU Bison 2.0.  */
 
 
/* Skeleton parser for Yacc-like parsing with Bison,
/* Skeleton parser for Yacc-like parsing with Bison,
   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 
   This program is free software; you can redistribute it and/or modify
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   the Free Software Foundation; either version 2, or (at your option)
   any later version.
   any later version.
 
 
   This program is distributed in the hope that it will be useful,
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
   GNU General Public License for more details.
 
 
   You should have received a copy of the GNU General Public License
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   along with this program; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place - Suite 330,
   Foundation, Inc., 59 Temple Place - Suite 330,
   Boston, MA 02111-1307, USA.  */
   Boston, MA 02111-1307, USA.  */
 
 
/* As a special exception, when this file is copied by Bison into a
/* As a special exception, when this file is copied by Bison into a
   Bison output file, you may use that output file without restriction.
   Bison output file, you may use that output file without restriction.
   This special exception was added by the Free Software Foundation
   This special exception was added by the Free Software Foundation
   in version 1.24 of Bison.  */
   in version 1.24 of Bison.  */
 
 
/* Tokens.  */
/* Tokens.  */
#ifndef YYTOKENTYPE
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
# define YYTOKENTYPE
   /* Put the tokens into the symbol table, so that GDB and other debuggers
   /* Put the tokens into the symbol table, so that GDB and other debuggers
      know about them.  */
      know about them.  */
   enum yytokentype {
   enum yytokentype {
     ENT_TYPEDEF_STRUCT = 258,
     ENT_TYPEDEF_STRUCT = 258,
     ENT_STRUCT = 259,
     ENT_STRUCT = 259,
     ENT_EXTERNSTATIC = 260,
     ENT_EXTERNSTATIC = 260,
     ENT_YACCUNION = 261,
     ENT_YACCUNION = 261,
     GTY_TOKEN = 262,
     GTY_TOKEN = 262,
     UNION = 263,
     UNION = 263,
     STRUCT = 264,
     STRUCT = 264,
     ENUM = 265,
     ENUM = 265,
     ALIAS = 266,
     ALIAS = 266,
     NESTED_PTR = 267,
     NESTED_PTR = 267,
     PARAM_IS = 268,
     PARAM_IS = 268,
     NUM = 269,
     NUM = 269,
     PERCENTPERCENT = 270,
     PERCENTPERCENT = 270,
     SCALAR = 271,
     SCALAR = 271,
     ID = 272,
     ID = 272,
     STRING = 273,
     STRING = 273,
     ARRAY = 274,
     ARRAY = 274,
     PERCENT_ID = 275,
     PERCENT_ID = 275,
     CHAR = 276
     CHAR = 276
   };
   };
#endif
#endif
#define ENT_TYPEDEF_STRUCT 258
#define ENT_TYPEDEF_STRUCT 258
#define ENT_STRUCT 259
#define ENT_STRUCT 259
#define ENT_EXTERNSTATIC 260
#define ENT_EXTERNSTATIC 260
#define ENT_YACCUNION 261
#define ENT_YACCUNION 261
#define GTY_TOKEN 262
#define GTY_TOKEN 262
#define UNION 263
#define UNION 263
#define STRUCT 264
#define STRUCT 264
#define ENUM 265
#define ENUM 265
#define ALIAS 266
#define ALIAS 266
#define NESTED_PTR 267
#define NESTED_PTR 267
#define PARAM_IS 268
#define PARAM_IS 268
#define NUM 269
#define NUM 269
#define PERCENTPERCENT 270
#define PERCENTPERCENT 270
#define SCALAR 271
#define SCALAR 271
#define ID 272
#define ID 272
#define STRING 273
#define STRING 273
#define ARRAY 274
#define ARRAY 274
#define PERCENT_ID 275
#define PERCENT_ID 275
#define CHAR 276
#define CHAR 276
 
 
 
 
 
 
 
 
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
#line 30 "/scratch/mitchell/gcc-releases/gcc-4.2.2/gcc-4.2.2/gcc/gengtype-yacc.y"
#line 30 "/scratch/mitchell/gcc-releases/gcc-4.2.2/gcc-4.2.2/gcc/gengtype-yacc.y"
typedef union YYSTYPE {
typedef union YYSTYPE {
  type_p t;
  type_p t;
  pair_p p;
  pair_p p;
  options_p o;
  options_p o;
  const char *s;
  const char *s;
} YYSTYPE;
} YYSTYPE;
/* Line 1318 of yacc.c.  */
/* Line 1318 of yacc.c.  */
#line 86 "gengtype-yacc.h"
#line 86 "gengtype-yacc.h"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1
# define YYSTYPE_IS_TRIVIAL 1
#endif
#endif
 
 
extern YYSTYPE yylval;
extern YYSTYPE yylval;
 
 
 
 
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.