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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [binutils/] [mcparse.h] - Diff between revs 156 and 816

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

Rev 156 Rev 816
/* A Bison parser, made by GNU Bison 1.875c.  */
/* A Bison parser, made by GNU Bison 1.875c.  */
 
 
/* 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 Free Software Foundation, Inc.
   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 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 {
     NL = 258,
     NL = 258,
     MCIDENT = 259,
     MCIDENT = 259,
     MCFILENAME = 260,
     MCFILENAME = 260,
     MCLINE = 261,
     MCLINE = 261,
     MCCOMMENT = 262,
     MCCOMMENT = 262,
     MCTOKEN = 263,
     MCTOKEN = 263,
     MCENDLINE = 264,
     MCENDLINE = 264,
     MCLANGUAGENAMES = 265,
     MCLANGUAGENAMES = 265,
     MCFACILITYNAMES = 266,
     MCFACILITYNAMES = 266,
     MCSEVERITYNAMES = 267,
     MCSEVERITYNAMES = 267,
     MCOUTPUTBASE = 268,
     MCOUTPUTBASE = 268,
     MCMESSAGEIDTYPEDEF = 269,
     MCMESSAGEIDTYPEDEF = 269,
     MCLANGUAGE = 270,
     MCLANGUAGE = 270,
     MCMESSAGEID = 271,
     MCMESSAGEID = 271,
     MCSEVERITY = 272,
     MCSEVERITY = 272,
     MCFACILITY = 273,
     MCFACILITY = 273,
     MCSYMBOLICNAME = 274,
     MCSYMBOLICNAME = 274,
     MCNUMBER = 275
     MCNUMBER = 275
   };
   };
#endif
#endif
#define NL 258
#define NL 258
#define MCIDENT 259
#define MCIDENT 259
#define MCFILENAME 260
#define MCFILENAME 260
#define MCLINE 261
#define MCLINE 261
#define MCCOMMENT 262
#define MCCOMMENT 262
#define MCTOKEN 263
#define MCTOKEN 263
#define MCENDLINE 264
#define MCENDLINE 264
#define MCLANGUAGENAMES 265
#define MCLANGUAGENAMES 265
#define MCFACILITYNAMES 266
#define MCFACILITYNAMES 266
#define MCSEVERITYNAMES 267
#define MCSEVERITYNAMES 267
#define MCOUTPUTBASE 268
#define MCOUTPUTBASE 268
#define MCMESSAGEIDTYPEDEF 269
#define MCMESSAGEIDTYPEDEF 269
#define MCLANGUAGE 270
#define MCLANGUAGE 270
#define MCMESSAGEID 271
#define MCMESSAGEID 271
#define MCSEVERITY 272
#define MCSEVERITY 272
#define MCFACILITY 273
#define MCFACILITY 273
#define MCSYMBOLICNAME 274
#define MCSYMBOLICNAME 274
#define MCNUMBER 275
#define MCNUMBER 275
 
 
 
 
 
 
 
 
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
#line 45 "mcparse.y"
#line 45 "mcparse.y"
typedef union YYSTYPE {
typedef union YYSTYPE {
  rc_uint_type ival;
  rc_uint_type ival;
  unichar *ustr;
  unichar *ustr;
  const mc_keyword *tok;
  const mc_keyword *tok;
  mc_node *nod;
  mc_node *nod;
} YYSTYPE;
} YYSTYPE;
/* Line 1275 of yacc.c.  */
/* Line 1275 of yacc.c.  */
#line 84 "mcparse.h"
#line 84 "mcparse.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.