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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [binutils/] [sysinfo.c] - Diff between revs 816 and 818

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

Rev 816 Rev 818
/* A Bison parser, made by GNU Bison 2.3.  */
/* A Bison parser, made by GNU Bison 2.3.  */
 
 
/* Skeleton implementation for Bison's Yacc-like parsers in C
/* Skeleton implementation for Bison's Yacc-like parsers in C
 
 
   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
   Free Software Foundation, Inc.
   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., 51 Franklin Street, Fifth Floor,
   Foundation, Inc., 51 Franklin Street, Fifth Floor,
   Boston, MA 02110-1301, USA.  */
   Boston, MA 02110-1301, USA.  */
 
 
/* As a special exception, you may create a larger work that contains
/* As a special exception, you may create a larger work that contains
   part or all of the Bison parser skeleton and distribute that work
   part or all of the Bison parser skeleton and distribute that work
   under terms of your choice, so long as that work isn't itself a
   under terms of your choice, so long as that work isn't itself a
   parser generator using the skeleton or a modified version thereof
   parser generator using the skeleton or a modified version thereof
   as a parser skeleton.  Alternatively, if you modify or redistribute
   as a parser skeleton.  Alternatively, if you modify or redistribute
   the parser skeleton itself, you may (at your option) remove this
   the parser skeleton itself, you may (at your option) remove this
   special exception, which will cause the skeleton and the resulting
   special exception, which will cause the skeleton and the resulting
   Bison output files to be licensed under the GNU General Public
   Bison output files to be licensed under the GNU General Public
   License without this special exception.
   License without this special exception.
 
 
   This special exception was added by the Free Software Foundation in
   This special exception was added by the Free Software Foundation in
   version 2.2 of Bison.  */
   version 2.2 of Bison.  */
 
 
/* C LALR(1) parser skeleton written by Richard Stallman, by
/* C LALR(1) parser skeleton written by Richard Stallman, by
   simplifying the original so-called "semantic" parser.  */
   simplifying the original so-called "semantic" parser.  */
 
 
/* All symbols defined below should begin with yy or YY, to avoid
/* All symbols defined below should begin with yy or YY, to avoid
   infringing on user name space.  This should be done even for local
   infringing on user name space.  This should be done even for local
   variables, as they might otherwise be expanded by user macros.
   variables, as they might otherwise be expanded by user macros.
   There are some unavoidable exceptions within include files to
   There are some unavoidable exceptions within include files to
   define necessary library symbols; they are noted "INFRINGES ON
   define necessary library symbols; they are noted "INFRINGES ON
   USER NAME SPACE" below.  */
   USER NAME SPACE" below.  */
 
 
/* Identify Bison output.  */
/* Identify Bison output.  */
#define YYBISON 1
#define YYBISON 1
 
 
/* Bison version.  */
/* Bison version.  */
#define YYBISON_VERSION "2.3"
#define YYBISON_VERSION "2.3"
 
 
/* Skeleton name.  */
/* Skeleton name.  */
#define YYSKELETON_NAME "yacc.c"
#define YYSKELETON_NAME "yacc.c"
 
 
/* Pure parsers.  */
/* Pure parsers.  */
#define YYPURE 0
#define YYPURE 0
 
 
/* Using locations.  */
/* Using locations.  */
#define YYLSP_NEEDED 0
#define YYLSP_NEEDED 0
 
 
 
 
 
 
/* 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 {
     COND = 258,
     COND = 258,
     REPEAT = 259,
     REPEAT = 259,
     TYPE = 260,
     TYPE = 260,
     NAME = 261,
     NAME = 261,
     NUMBER = 262,
     NUMBER = 262,
     UNIT = 263
     UNIT = 263
   };
   };
#endif
#endif
/* Tokens.  */
/* Tokens.  */
#define COND 258
#define COND 258
#define REPEAT 259
#define REPEAT 259
#define TYPE 260
#define TYPE 260
#define NAME 261
#define NAME 261
#define NUMBER 262
#define NUMBER 262
#define UNIT 263
#define UNIT 263
 
 
 
 
 
 
 
 
/* Copy the first part of user declarations.  */
/* Copy the first part of user declarations.  */
#line 21 "sysinfo.y"
#line 21 "sysinfo.y"
 
 
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
 
 
static char writecode;
static char writecode;
static char *it;
static char *it;
static int code;
static int code;
static char * repeat;
static char * repeat;
static char *oldrepeat;
static char *oldrepeat;
static char *name;
static char *name;
static int rdepth;
static int rdepth;
static char *names[] = {" ","[n]","[n][m]"};
static char *names[] = {" ","[n]","[n][m]"};
static char *pnames[]= {"","*","**"};
static char *pnames[]= {"","*","**"};
 
 
static int yyerror (char *s);
static int yyerror (char *s);
extern int yylex (void);
extern int yylex (void);
 
 
 
 
/* Enabling traces.  */
/* Enabling traces.  */
#ifndef YYDEBUG
#ifndef YYDEBUG
# define YYDEBUG 0
# define YYDEBUG 0
#endif
#endif
 
 
/* Enabling verbose error messages.  */
/* Enabling verbose error messages.  */
#ifdef YYERROR_VERBOSE
#ifdef YYERROR_VERBOSE
# undef YYERROR_VERBOSE
# undef YYERROR_VERBOSE
# define YYERROR_VERBOSE 1
# define YYERROR_VERBOSE 1
#else
#else
# define YYERROR_VERBOSE 0
# define YYERROR_VERBOSE 0
#endif
#endif
 
 
/* Enabling the token table.  */
/* Enabling the token table.  */
#ifndef YYTOKEN_TABLE
#ifndef YYTOKEN_TABLE
# define YYTOKEN_TABLE 0
# define YYTOKEN_TABLE 0
#endif
#endif
 
 
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
typedef union YYSTYPE
#line 40 "sysinfo.y"
#line 40 "sysinfo.y"
{
{
 int i;
 int i;
 char *s;
 char *s;
}
}
/* Line 193 of yacc.c.  */
/* Line 193 of yacc.c.  */
#line 135 "sysinfo.c"
#line 135 "sysinfo.c"
        YYSTYPE;
        YYSTYPE;
# 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
 
 
 
 
 
 
/* Copy the second part of user declarations.  */
/* Copy the second part of user declarations.  */
 
 
 
 
/* Line 216 of yacc.c.  */
/* Line 216 of yacc.c.  */
#line 148 "sysinfo.c"
#line 148 "sysinfo.c"
 
 
#ifdef short
#ifdef short
# undef short
# undef short
#endif
#endif
 
 
#ifdef YYTYPE_UINT8
#ifdef YYTYPE_UINT8
typedef YYTYPE_UINT8 yytype_uint8;
typedef YYTYPE_UINT8 yytype_uint8;
#else
#else
typedef unsigned char yytype_uint8;
typedef unsigned char yytype_uint8;
#endif
#endif
 
 
#ifdef YYTYPE_INT8
#ifdef YYTYPE_INT8
typedef YYTYPE_INT8 yytype_int8;
typedef YYTYPE_INT8 yytype_int8;
#elif (defined __STDC__ || defined __C99__FUNC__ \
#elif (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
typedef signed char yytype_int8;
typedef signed char yytype_int8;
#else
#else
typedef short int yytype_int8;
typedef short int yytype_int8;
#endif
#endif
 
 
#ifdef YYTYPE_UINT16
#ifdef YYTYPE_UINT16
typedef YYTYPE_UINT16 yytype_uint16;
typedef YYTYPE_UINT16 yytype_uint16;
#else
#else
typedef unsigned short int yytype_uint16;
typedef unsigned short int yytype_uint16;
#endif
#endif
 
 
#ifdef YYTYPE_INT16
#ifdef YYTYPE_INT16
typedef YYTYPE_INT16 yytype_int16;
typedef YYTYPE_INT16 yytype_int16;
#else
#else
typedef short int yytype_int16;
typedef short int yytype_int16;
#endif
#endif
 
 
#ifndef YYSIZE_T
#ifndef YYSIZE_T
# ifdef __SIZE_TYPE__
# ifdef __SIZE_TYPE__
#  define YYSIZE_T __SIZE_TYPE__
#  define YYSIZE_T __SIZE_TYPE__
# elif defined size_t
# elif defined size_t
#  define YYSIZE_T size_t
#  define YYSIZE_T size_t
# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
#  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
#  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
#  define YYSIZE_T size_t
#  define YYSIZE_T size_t
# else
# else
#  define YYSIZE_T unsigned int
#  define YYSIZE_T unsigned int
# endif
# endif
#endif
#endif
 
 
#define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
#define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
 
 
#ifndef YY_
#ifndef YY_
# if defined YYENABLE_NLS && YYENABLE_NLS
# if defined YYENABLE_NLS && YYENABLE_NLS
#  if ENABLE_NLS
#  if ENABLE_NLS
#   include <libintl.h> /* INFRINGES ON USER NAME SPACE */
#   include <libintl.h> /* INFRINGES ON USER NAME SPACE */
#   define YY_(msgid) dgettext ("bison-runtime", msgid)
#   define YY_(msgid) dgettext ("bison-runtime", msgid)
#  endif
#  endif
# endif
# endif
# ifndef YY_
# ifndef YY_
#  define YY_(msgid) msgid
#  define YY_(msgid) msgid
# endif
# endif
#endif
#endif
 
 
/* Suppress unused-variable warnings by "using" E.  */
/* Suppress unused-variable warnings by "using" E.  */
#if ! defined lint || defined __GNUC__
#if ! defined lint || defined __GNUC__
# define YYUSE(e) ((void) (e))
# define YYUSE(e) ((void) (e))
#else
#else
# define YYUSE(e) /* empty */
# define YYUSE(e) /* empty */
#endif
#endif
 
 
/* Identity function, used to suppress warnings about constant conditions.  */
/* Identity function, used to suppress warnings about constant conditions.  */
#ifndef lint
#ifndef lint
# define YYID(n) (n)
# define YYID(n) (n)
#else
#else
#if (defined __STDC__ || defined __C99__FUNC__ \
#if (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
static int
static int
YYID (int i)
YYID (int i)
#else
#else
static int
static int
YYID (i)
YYID (i)
    int i;
    int i;
#endif
#endif
{
{
  return i;
  return i;
}
}
#endif
#endif
 
 
#if ! defined yyoverflow || YYERROR_VERBOSE
#if ! defined yyoverflow || YYERROR_VERBOSE
 
 
/* The parser invokes alloca or malloc; define the necessary symbols.  */
/* The parser invokes alloca or malloc; define the necessary symbols.  */
 
 
# ifdef YYSTACK_USE_ALLOCA
# ifdef YYSTACK_USE_ALLOCA
#  if YYSTACK_USE_ALLOCA
#  if YYSTACK_USE_ALLOCA
#   ifdef __GNUC__
#   ifdef __GNUC__
#    define YYSTACK_ALLOC __builtin_alloca
#    define YYSTACK_ALLOC __builtin_alloca
#   elif defined __BUILTIN_VA_ARG_INCR
#   elif defined __BUILTIN_VA_ARG_INCR
#    include <alloca.h> /* INFRINGES ON USER NAME SPACE */
#    include <alloca.h> /* INFRINGES ON USER NAME SPACE */
#   elif defined _AIX
#   elif defined _AIX
#    define YYSTACK_ALLOC __alloca
#    define YYSTACK_ALLOC __alloca
#   elif defined _MSC_VER
#   elif defined _MSC_VER
#    include <malloc.h> /* INFRINGES ON USER NAME SPACE */
#    include <malloc.h> /* INFRINGES ON USER NAME SPACE */
#    define alloca _alloca
#    define alloca _alloca
#   else
#   else
#    define YYSTACK_ALLOC alloca
#    define YYSTACK_ALLOC alloca
#    if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
#    if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
#     include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
#     include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
#     ifndef _STDLIB_H
#     ifndef _STDLIB_H
#      define _STDLIB_H 1
#      define _STDLIB_H 1
#     endif
#     endif
#    endif
#    endif
#   endif
#   endif
#  endif
#  endif
# endif
# endif
 
 
# ifdef YYSTACK_ALLOC
# ifdef YYSTACK_ALLOC
   /* Pacify GCC's `empty if-body' warning.  */
   /* Pacify GCC's `empty if-body' warning.  */
#  define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
#  define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
#  ifndef YYSTACK_ALLOC_MAXIMUM
#  ifndef YYSTACK_ALLOC_MAXIMUM
    /* The OS might guarantee only one guard page at the bottom of the stack,
    /* The OS might guarantee only one guard page at the bottom of the stack,
       and a page size can be as small as 4096 bytes.  So we cannot safely
       and a page size can be as small as 4096 bytes.  So we cannot safely
       invoke alloca (N) if N exceeds 4096.  Use a slightly smaller number
       invoke alloca (N) if N exceeds 4096.  Use a slightly smaller number
       to allow for a few compiler-allocated temporary stack slots.  */
       to allow for a few compiler-allocated temporary stack slots.  */
#   define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
#   define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
#  endif
#  endif
# else
# else
#  define YYSTACK_ALLOC YYMALLOC
#  define YYSTACK_ALLOC YYMALLOC
#  define YYSTACK_FREE YYFREE
#  define YYSTACK_FREE YYFREE
#  ifndef YYSTACK_ALLOC_MAXIMUM
#  ifndef YYSTACK_ALLOC_MAXIMUM
#   define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
#   define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
#  endif
#  endif
#  if (defined __cplusplus && ! defined _STDLIB_H \
#  if (defined __cplusplus && ! defined _STDLIB_H \
       && ! ((defined YYMALLOC || defined malloc) \
       && ! ((defined YYMALLOC || defined malloc) \
             && (defined YYFREE || defined free)))
             && (defined YYFREE || defined free)))
#   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
#   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
#   ifndef _STDLIB_H
#   ifndef _STDLIB_H
#    define _STDLIB_H 1
#    define _STDLIB_H 1
#   endif
#   endif
#  endif
#  endif
#  ifndef YYMALLOC
#  ifndef YYMALLOC
#   define YYMALLOC malloc
#   define YYMALLOC malloc
#   if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
#   if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
#   endif
#   endif
#  endif
#  endif
#  ifndef YYFREE
#  ifndef YYFREE
#   define YYFREE free
#   define YYFREE free
#   if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
#   if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
void free (void *); /* INFRINGES ON USER NAME SPACE */
void free (void *); /* INFRINGES ON USER NAME SPACE */
#   endif
#   endif
#  endif
#  endif
# endif
# endif
#endif /* ! defined yyoverflow || YYERROR_VERBOSE */
#endif /* ! defined yyoverflow || YYERROR_VERBOSE */
 
 
 
 
#if (! defined yyoverflow \
#if (! defined yyoverflow \
     && (! defined __cplusplus \
     && (! defined __cplusplus \
         || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
         || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
 
 
/* A type that is properly aligned for any stack member.  */
/* A type that is properly aligned for any stack member.  */
union yyalloc
union yyalloc
{
{
  yytype_int16 yyss;
  yytype_int16 yyss;
  YYSTYPE yyvs;
  YYSTYPE yyvs;
  };
  };
 
 
/* The size of the maximum gap between one aligned stack and the next.  */
/* The size of the maximum gap between one aligned stack and the next.  */
# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
 
 
/* The size of an array large to enough to hold all stacks, each with
/* The size of an array large to enough to hold all stacks, each with
   N elements.  */
   N elements.  */
# define YYSTACK_BYTES(N) \
# define YYSTACK_BYTES(N) \
     ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
     ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
      + YYSTACK_GAP_MAXIMUM)
      + YYSTACK_GAP_MAXIMUM)
 
 
/* Copy COUNT objects from FROM to TO.  The source and destination do
/* Copy COUNT objects from FROM to TO.  The source and destination do
   not overlap.  */
   not overlap.  */
# ifndef YYCOPY
# ifndef YYCOPY
#  if defined __GNUC__ && 1 < __GNUC__
#  if defined __GNUC__ && 1 < __GNUC__
#   define YYCOPY(To, From, Count) \
#   define YYCOPY(To, From, Count) \
      __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
      __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
#  else
#  else
#   define YYCOPY(To, From, Count)              \
#   define YYCOPY(To, From, Count)              \
      do                                        \
      do                                        \
        {                                       \
        {                                       \
          YYSIZE_T yyi;                         \
          YYSIZE_T yyi;                         \
          for (yyi = 0; yyi < (Count); yyi++)    \
          for (yyi = 0; yyi < (Count); yyi++)    \
            (To)[yyi] = (From)[yyi];            \
            (To)[yyi] = (From)[yyi];            \
        }                                       \
        }                                       \
      while (YYID (0))
      while (YYID (0))
#  endif
#  endif
# endif
# endif
 
 
/* Relocate STACK from its old location to the new one.  The
/* Relocate STACK from its old location to the new one.  The
   local variables YYSIZE and YYSTACKSIZE give the old and new number of
   local variables YYSIZE and YYSTACKSIZE give the old and new number of
   elements in the stack, and YYPTR gives the new location of the
   elements in the stack, and YYPTR gives the new location of the
   stack.  Advance YYPTR to a properly aligned location for the next
   stack.  Advance YYPTR to a properly aligned location for the next
   stack.  */
   stack.  */
# define YYSTACK_RELOCATE(Stack)                                        \
# define YYSTACK_RELOCATE(Stack)                                        \
    do                                                                  \
    do                                                                  \
      {                                                                 \
      {                                                                 \
        YYSIZE_T yynewbytes;                                            \
        YYSIZE_T yynewbytes;                                            \
        YYCOPY (&yyptr->Stack, Stack, yysize);                          \
        YYCOPY (&yyptr->Stack, Stack, yysize);                          \
        Stack = &yyptr->Stack;                                          \
        Stack = &yyptr->Stack;                                          \
        yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
        yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
        yyptr += yynewbytes / sizeof (*yyptr);                          \
        yyptr += yynewbytes / sizeof (*yyptr);                          \
      }                                                                 \
      }                                                                 \
    while (YYID (0))
    while (YYID (0))
 
 
#endif
#endif
 
 
/* YYFINAL -- State number of the termination state.  */
/* YYFINAL -- State number of the termination state.  */
#define YYFINAL  3
#define YYFINAL  3
/* YYLAST -- Last index in YYTABLE.  */
/* YYLAST -- Last index in YYTABLE.  */
#define YYLAST   38
#define YYLAST   38
 
 
/* YYNTOKENS -- Number of terminals.  */
/* YYNTOKENS -- Number of terminals.  */
#define YYNTOKENS  11
#define YYNTOKENS  11
/* YYNNTS -- Number of nonterminals.  */
/* YYNNTS -- Number of nonterminals.  */
#define YYNNTS  19
#define YYNNTS  19
/* YYNRULES -- Number of rules.  */
/* YYNRULES -- Number of rules.  */
#define YYNRULES  27
#define YYNRULES  27
/* YYNRULES -- Number of states.  */
/* YYNRULES -- Number of states.  */
#define YYNSTATES  55
#define YYNSTATES  55
 
 
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
#define YYUNDEFTOK  2
#define YYUNDEFTOK  2
#define YYMAXUTOK   263
#define YYMAXUTOK   263
 
 
#define YYTRANSLATE(YYX)                                                \
#define YYTRANSLATE(YYX)                                                \
  ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
  ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
 
 
/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
static const yytype_uint8 yytranslate[] =
static const yytype_uint8 yytranslate[] =
{
{
       0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       5,     6,     2,     2,     2,     2,     2,     2,     2,     2,
       5,     6,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     1,     2,     3,     4,
       2,     2,     2,     2,     2,     2,     1,     2,     3,     4,
       7,     8,     9,    10
       7,     8,     9,    10
};
};
 
 
#if YYDEBUG
#if YYDEBUG
/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
   YYRHS.  */
   YYRHS.  */
static const yytype_uint8 yyprhs[] =
static const yytype_uint8 yyprhs[] =
{
{
       0,     0,     3,     4,     7,    10,    11,    12,    19,    22,
       0,     0,     3,     4,     7,    10,    11,    12,    19,    22,
      25,    28,    29,    30,    37,    38,    45,    46,    57,    59,
      25,    28,    29,    30,    37,    38,    45,    46,    57,    59,
      60,    64,    67,    71,    72,    73,    77,    78
      60,    64,    67,    71,    72,    73,    77,    78
};
};
 
 
/* YYRHS -- A `-1'-separated list of the rules' RHS.  */
/* YYRHS -- A `-1'-separated list of the rules' RHS.  */
static const yytype_int8 yyrhs[] =
static const yytype_int8 yyrhs[] =
{
{
      12,     0,    -1,    -1,    13,    14,    -1,    15,    14,    -1,
      12,     0,    -1,    -1,    13,    14,    -1,    15,    14,    -1,
      -1,    -1,     5,     8,     9,    16,    17,     6,    -1,    22,
      -1,    -1,     5,     8,     9,    16,    17,     6,    -1,    22,
      17,    -1,    20,    17,    -1,    18,    17,    -1,    -1,    -1,
      17,    -1,    20,    17,    -1,    18,    17,    -1,    -1,    -1,
       5,     4,     8,    19,    17,     6,    -1,    -1,     5,     3,
       5,     4,     8,    19,    17,     6,    -1,    -1,     5,     3,
       8,    21,    17,     6,    -1,    -1,     5,    25,     5,    24,
       8,    21,    17,     6,    -1,    -1,     5,    25,     5,    24,
      26,     6,    27,    23,    28,     6,    -1,     7,    -1,    -1,
      26,     6,    27,    23,    28,     6,    -1,     7,    -1,    -1,
       5,     8,     6,    -1,     9,    10,    -1,     5,     8,     6,
       5,     8,     6,    -1,     9,    10,    -1,     5,     8,     6,
      -1,    -1,    -1,     5,    29,     6,    -1,    -1,    29,     5,
      -1,    -1,    -1,     5,    29,     6,    -1,    -1,    29,     5,
       8,     8,     6,    -1
       8,     8,     6,    -1
};
};
 
 
/* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
/* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
static const yytype_uint16 yyrline[] =
static const yytype_uint16 yyrline[] =
{
{
       0,    54,    54,    54,    92,    93,    98,    97,   175,   176,
       0,    54,    54,    54,    92,    93,    98,    97,   175,   176,
     177,   178,   182,   181,   229,   228,   256,   255,   363,   364,
     177,   178,   182,   181,   229,   228,   256,   255,   363,   364,
     368,   373,   379,   380,   383,   384,   386,   388
     368,   373,   379,   380,   383,   384,   386,   388
};
};
#endif
#endif
 
 
#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
   First, the terminals, then, starting at YYNTOKENS, nonterminals.  */
   First, the terminals, then, starting at YYNTOKENS, nonterminals.  */
static const char *const yytname[] =
static const char *const yytname[] =
{
{
  "$end", "error", "$undefined", "COND", "REPEAT", "'('", "')'", "TYPE",
  "$end", "error", "$undefined", "COND", "REPEAT", "'('", "')'", "TYPE",
  "NAME", "NUMBER", "UNIT", "$accept", "top", "@1", "it_list", "it", "@2",
  "NAME", "NUMBER", "UNIT", "$accept", "top", "@1", "it_list", "it", "@2",
  "it_field_list", "repeat_it_field", "@3", "cond_it_field", "@4",
  "it_field_list", "repeat_it_field", "@3", "cond_it_field", "@4",
  "it_field", "@5", "attr_type", "attr_desc", "attr_size", "attr_id",
  "it_field", "@5", "attr_type", "attr_desc", "attr_size", "attr_id",
  "enums", "enum_list", 0
  "enums", "enum_list", 0
};
};
#endif
#endif
 
 
# ifdef YYPRINT
# ifdef YYPRINT
/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
   token YYLEX-NUM.  */
   token YYLEX-NUM.  */
static const yytype_uint16 yytoknum[] =
static const yytype_uint16 yytoknum[] =
{
{
       0,   256,   257,   258,   259,    40,    41,   260,   261,   262,
       0,   256,   257,   258,   259,    40,    41,   260,   261,   262,
     263
     263
};
};
# endif
# endif
 
 
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
static const yytype_uint8 yyr1[] =
static const yytype_uint8 yyr1[] =
{
{
       0,    11,    13,    12,    14,    14,    16,    15,    17,    17,
       0,    11,    13,    12,    14,    14,    16,    15,    17,    17,
      17,    17,    19,    18,    21,    20,    23,    22,    24,    24,
      17,    17,    19,    18,    21,    20,    23,    22,    24,    24,
      25,    26,    27,    27,    28,    28,    29,    29
      25,    26,    27,    27,    28,    28,    29,    29
};
};
 
 
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
static const yytype_uint8 yyr2[] =
static const yytype_uint8 yyr2[] =
{
{
       0,     2,     0,     2,     2,     0,     0,     6,     2,     2,
       0,     2,     0,     2,     2,     0,     0,     6,     2,     2,
       2,     0,     0,     6,     0,     6,     0,    10,     1,     0,
       2,     0,     0,     6,     0,     6,     0,    10,     1,     0,
       3,     2,     3,     0,     0,     3,     0,     5
       3,     2,     3,     0,     0,     3,     0,     5
};
};
 
 
/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
   STATE-NUM when YYTABLE doesn't specify something else to do.  Zero
   STATE-NUM when YYTABLE doesn't specify something else to do.  Zero
   means the default is an error.  */
   means the default is an error.  */
static const yytype_uint8 yydefact[] =
static const yytype_uint8 yydefact[] =
{
{
       2,     0,     5,     1,     0,     3,     5,     0,     4,     6,
       2,     0,     5,     1,     0,     3,     5,     0,     4,     6,
      11,     0,     0,    11,    11,    11,     0,     0,     0,     0,
      11,     0,     0,    11,    11,    11,     0,     0,     0,     0,
       7,    10,     9,     8,    14,    12,     0,    19,    11,    11,
       7,    10,     9,     8,    14,    12,     0,    19,    11,    11,
      20,    18,     0,     0,     0,     0,     0,    15,    13,    21,
      20,    18,     0,     0,     0,     0,     0,    15,    13,    21,
      23,     0,    16,     0,    24,    22,    26,     0,     0,    17,
      23,     0,    16,     0,    24,    22,    26,     0,     0,    17,
       0,    25,     0,     0,    27
       0,    25,     0,     0,    27
};
};
 
 
/* YYDEFGOTO[NTERM-NUM].  */
/* YYDEFGOTO[NTERM-NUM].  */
static const yytype_int8 yydefgoto[] =
static const yytype_int8 yydefgoto[] =
{
{
      -1,     1,     2,     5,     6,    10,    12,    13,    29,    14,
      -1,     1,     2,     5,     6,    10,    12,    13,    29,    14,
      28,    15,    44,    32,    19,    36,    42,    47,    48
      28,    15,    44,    32,    19,    36,    42,    47,    48
};
};
 
 
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
   STATE-NUM.  */
   STATE-NUM.  */
#define YYPACT_NINF -14
#define YYPACT_NINF -14
static const yytype_int8 yypact[] =
static const yytype_int8 yypact[] =
{
{
     -14,     8,     4,   -14,     2,   -14,     4,     3,   -14,   -14,
     -14,     8,     4,   -14,     2,   -14,     4,     3,   -14,   -14,
       6,     0,     7,     6,     6,     6,     9,    10,    11,    15,
       6,     0,     7,     6,     6,     6,     9,    10,    11,    15,
     -14,   -14,   -14,   -14,   -14,   -14,    16,    14,     6,     6,
     -14,   -14,   -14,   -14,   -14,   -14,    16,    14,     6,     6,
     -14,   -14,     5,    17,    18,    19,    20,   -14,   -14,   -14,
     -14,   -14,     5,    17,    18,    19,    20,   -14,   -14,   -14,
      22,    23,   -14,    24,    27,   -14,   -14,    28,     1,   -14,
      22,    23,   -14,    24,    27,   -14,   -14,    28,     1,   -14,
      25,   -14,    29,    30,   -14
      25,   -14,    29,    30,   -14
};
};
 
 
/* YYPGOTO[NTERM-NUM].  */
/* YYPGOTO[NTERM-NUM].  */
static const yytype_int8 yypgoto[] =
static const yytype_int8 yypgoto[] =
{
{
     -14,   -14,   -14,    32,   -14,   -14,   -13,   -14,   -14,   -14,
     -14,   -14,   -14,    32,   -14,   -14,   -13,   -14,   -14,   -14,
     -14,   -14,   -14,   -14,   -14,   -14,   -14,   -14,   -14
     -14,   -14,   -14,   -14,   -14,   -14,   -14,   -14,   -14
};
};
 
 
/* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
/* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
   positive, shift that token.  If negative, reduce the rule which
   positive, shift that token.  If negative, reduce the rule which
   number is the opposite.  If zero, do what YYDEFACT says.
   number is the opposite.  If zero, do what YYDEFACT says.
   If YYTABLE_NINF, syntax error.  */
   If YYTABLE_NINF, syntax error.  */
#define YYTABLE_NINF -1
#define YYTABLE_NINF -1
static const yytype_uint8 yytable[] =
static const yytype_uint8 yytable[] =
{
{
      21,    22,    23,    16,    17,    18,    50,    51,     3,     4,
      21,    22,    23,    16,    17,    18,    50,    51,     3,     4,
       7,    11,     9,    20,    35,    33,    34,    24,    25,    26,
       7,    11,     9,    20,    35,    33,    34,    24,    25,    26,
      27,    31,    30,    37,    38,     0,    40,    41,     0,    39,
      27,    31,    30,    37,    38,     0,    40,    41,     0,    39,
      45,    43,    46,    52,    49,     0,    54,    53,     8
      45,    43,    46,    52,    49,     0,    54,    53,     8
};
};
 
 
static const yytype_int8 yycheck[] =
static const yytype_int8 yycheck[] =
{
{
      13,    14,    15,     3,     4,     5,     5,     6,     0,     5,
      13,    14,    15,     3,     4,     5,     5,     6,     0,     5,
       8,     5,     9,     6,     9,    28,    29,     8,     8,     8,
       8,     5,     9,     6,     9,    28,    29,     8,     8,     8,
       5,     7,     6,     6,     6,    -1,     6,     5,    -1,    10,
       5,     7,     6,     6,     6,    -1,     6,     5,    -1,    10,
       6,     8,     5,     8,     6,    -1,     6,     8,     6
       6,     8,     5,     8,     6,    -1,     6,     8,     6
};
};
 
 
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
   symbol of state STATE-NUM.  */
   symbol of state STATE-NUM.  */
static const yytype_uint8 yystos[] =
static const yytype_uint8 yystos[] =
{
{
       0,    12,    13,     0,     5,    14,    15,     8,    14,     9,
       0,    12,    13,     0,     5,    14,    15,     8,    14,     9,
      16,     5,    17,    18,    20,    22,     3,     4,     5,    25,
      16,     5,    17,    18,    20,    22,     3,     4,     5,    25,
       6,    17,    17,    17,     8,     8,     8,     5,    21,    19,
       6,    17,    17,    17,     8,     8,     8,     5,    21,    19,
       6,     7,    24,    17,    17,     9,    26,     6,     6,    10,
       6,     7,    24,    17,    17,     9,    26,     6,     6,    10,
       6,     5,    27,     8,    23,     6,     5,    28,    29,     6,
       6,     5,    27,     8,    23,     6,     5,    28,    29,     6,
       5,     6,     8,     8,     6
       5,     6,     8,     8,     6
};
};
 
 
#define yyerrok         (yyerrstatus = 0)
#define yyerrok         (yyerrstatus = 0)
#define yyclearin       (yychar = YYEMPTY)
#define yyclearin       (yychar = YYEMPTY)
#define YYEMPTY         (-2)
#define YYEMPTY         (-2)
#define YYEOF           0
#define YYEOF           0
 
 
#define YYACCEPT        goto yyacceptlab
#define YYACCEPT        goto yyacceptlab
#define YYABORT         goto yyabortlab
#define YYABORT         goto yyabortlab
#define YYERROR         goto yyerrorlab
#define YYERROR         goto yyerrorlab
 
 
 
 
/* Like YYERROR except do call yyerror.  This remains here temporarily
/* Like YYERROR except do call yyerror.  This remains here temporarily
   to ease the transition to the new meaning of YYERROR, for GCC.
   to ease the transition to the new meaning of YYERROR, for GCC.
   Once GCC version 2 has supplanted version 1, this can go.  */
   Once GCC version 2 has supplanted version 1, this can go.  */
 
 
#define YYFAIL          goto yyerrlab
#define YYFAIL          goto yyerrlab
 
 
#define YYRECOVERING()  (!!yyerrstatus)
#define YYRECOVERING()  (!!yyerrstatus)
 
 
#define YYBACKUP(Token, Value)                                  \
#define YYBACKUP(Token, Value)                                  \
do                                                              \
do                                                              \
  if (yychar == YYEMPTY && yylen == 1)                          \
  if (yychar == YYEMPTY && yylen == 1)                          \
    {                                                           \
    {                                                           \
      yychar = (Token);                                         \
      yychar = (Token);                                         \
      yylval = (Value);                                         \
      yylval = (Value);                                         \
      yytoken = YYTRANSLATE (yychar);                           \
      yytoken = YYTRANSLATE (yychar);                           \
      YYPOPSTACK (1);                                           \
      YYPOPSTACK (1);                                           \
      goto yybackup;                                            \
      goto yybackup;                                            \
    }                                                           \
    }                                                           \
  else                                                          \
  else                                                          \
    {                                                           \
    {                                                           \
      yyerror (YY_("syntax error: cannot back up")); \
      yyerror (YY_("syntax error: cannot back up")); \
      YYERROR;                                                  \
      YYERROR;                                                  \
    }                                                           \
    }                                                           \
while (YYID (0))
while (YYID (0))
 
 
 
 
#define YYTERROR        1
#define YYTERROR        1
#define YYERRCODE       256
#define YYERRCODE       256
 
 
 
 
/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
   If N is 0, then set CURRENT to the empty location which ends
   If N is 0, then set CURRENT to the empty location which ends
   the previous symbol: RHS[0] (always defined).  */
   the previous symbol: RHS[0] (always defined).  */
 
 
#define YYRHSLOC(Rhs, K) ((Rhs)[K])
#define YYRHSLOC(Rhs, K) ((Rhs)[K])
#ifndef YYLLOC_DEFAULT
#ifndef YYLLOC_DEFAULT
# define YYLLOC_DEFAULT(Current, Rhs, N)                                \
# define YYLLOC_DEFAULT(Current, Rhs, N)                                \
    do                                                                  \
    do                                                                  \
      if (YYID (N))                                                    \
      if (YYID (N))                                                    \
        {                                                               \
        {                                                               \
          (Current).first_line   = YYRHSLOC (Rhs, 1).first_line;        \
          (Current).first_line   = YYRHSLOC (Rhs, 1).first_line;        \
          (Current).first_column = YYRHSLOC (Rhs, 1).first_column;      \
          (Current).first_column = YYRHSLOC (Rhs, 1).first_column;      \
          (Current).last_line    = YYRHSLOC (Rhs, N).last_line;         \
          (Current).last_line    = YYRHSLOC (Rhs, N).last_line;         \
          (Current).last_column  = YYRHSLOC (Rhs, N).last_column;       \
          (Current).last_column  = YYRHSLOC (Rhs, N).last_column;       \
        }                                                               \
        }                                                               \
      else                                                              \
      else                                                              \
        {                                                               \
        {                                                               \
          (Current).first_line   = (Current).last_line   =              \
          (Current).first_line   = (Current).last_line   =              \
            YYRHSLOC (Rhs, 0).last_line;                         \
            YYRHSLOC (Rhs, 0).last_line;                         \
          (Current).first_column = (Current).last_column =              \
          (Current).first_column = (Current).last_column =              \
            YYRHSLOC (Rhs, 0).last_column;                               \
            YYRHSLOC (Rhs, 0).last_column;                               \
        }                                                               \
        }                                                               \
    while (YYID (0))
    while (YYID (0))
#endif
#endif
 
 
 
 
/* YY_LOCATION_PRINT -- Print the location on the stream.
/* YY_LOCATION_PRINT -- Print the location on the stream.
   This macro was not mandated originally: define only if we know
   This macro was not mandated originally: define only if we know
   we won't break user code: when these are the locations we know.  */
   we won't break user code: when these are the locations we know.  */
 
 
#ifndef YY_LOCATION_PRINT
#ifndef YY_LOCATION_PRINT
# if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL
# if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL
#  define YY_LOCATION_PRINT(File, Loc)                  \
#  define YY_LOCATION_PRINT(File, Loc)                  \
     fprintf (File, "%d.%d-%d.%d",                      \
     fprintf (File, "%d.%d-%d.%d",                      \
              (Loc).first_line, (Loc).first_column,     \
              (Loc).first_line, (Loc).first_column,     \
              (Loc).last_line,  (Loc).last_column)
              (Loc).last_line,  (Loc).last_column)
# else
# else
#  define YY_LOCATION_PRINT(File, Loc) ((void) 0)
#  define YY_LOCATION_PRINT(File, Loc) ((void) 0)
# endif
# endif
#endif
#endif
 
 
 
 
/* YYLEX -- calling `yylex' with the right arguments.  */
/* YYLEX -- calling `yylex' with the right arguments.  */
 
 
#ifdef YYLEX_PARAM
#ifdef YYLEX_PARAM
# define YYLEX yylex (YYLEX_PARAM)
# define YYLEX yylex (YYLEX_PARAM)
#else
#else
# define YYLEX yylex ()
# define YYLEX yylex ()
#endif
#endif
 
 
/* Enable debugging if requested.  */
/* Enable debugging if requested.  */
#if YYDEBUG
#if YYDEBUG
 
 
# ifndef YYFPRINTF
# ifndef YYFPRINTF
#  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
#  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
#  define YYFPRINTF fprintf
#  define YYFPRINTF fprintf
# endif
# endif
 
 
# define YYDPRINTF(Args)                        \
# define YYDPRINTF(Args)                        \
do {                                            \
do {                                            \
  if (yydebug)                                  \
  if (yydebug)                                  \
    YYFPRINTF Args;                             \
    YYFPRINTF Args;                             \
} while (YYID (0))
} while (YYID (0))
 
 
# define YY_SYMBOL_PRINT(Title, Type, Value, Location)                    \
# define YY_SYMBOL_PRINT(Title, Type, Value, Location)                    \
do {                                                                      \
do {                                                                      \
  if (yydebug)                                                            \
  if (yydebug)                                                            \
    {                                                                     \
    {                                                                     \
      YYFPRINTF (stderr, "%s ", Title);                                   \
      YYFPRINTF (stderr, "%s ", Title);                                   \
      yy_symbol_print (stderr,                                            \
      yy_symbol_print (stderr,                                            \
                  Type, Value); \
                  Type, Value); \
      YYFPRINTF (stderr, "\n");                                           \
      YYFPRINTF (stderr, "\n");                                           \
    }                                                                     \
    }                                                                     \
} while (YYID (0))
} while (YYID (0))
 
 
 
 
/*--------------------------------.
/*--------------------------------.
| Print this symbol on YYOUTPUT.  |
| Print this symbol on YYOUTPUT.  |
`--------------------------------*/
`--------------------------------*/
 
 
/*ARGSUSED*/
/*ARGSUSED*/
#if (defined __STDC__ || defined __C99__FUNC__ \
#if (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
static void
static void
yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
#else
#else
static void
static void
yy_symbol_value_print (yyoutput, yytype, yyvaluep)
yy_symbol_value_print (yyoutput, yytype, yyvaluep)
    FILE *yyoutput;
    FILE *yyoutput;
    int yytype;
    int yytype;
    YYSTYPE const * const yyvaluep;
    YYSTYPE const * const yyvaluep;
#endif
#endif
{
{
  if (!yyvaluep)
  if (!yyvaluep)
    return;
    return;
# ifdef YYPRINT
# ifdef YYPRINT
  if (yytype < YYNTOKENS)
  if (yytype < YYNTOKENS)
    YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
    YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
# else
# else
  YYUSE (yyoutput);
  YYUSE (yyoutput);
# endif
# endif
  switch (yytype)
  switch (yytype)
    {
    {
      default:
      default:
        break;
        break;
    }
    }
}
}
 
 
 
 
/*--------------------------------.
/*--------------------------------.
| Print this symbol on YYOUTPUT.  |
| Print this symbol on YYOUTPUT.  |
`--------------------------------*/
`--------------------------------*/
 
 
#if (defined __STDC__ || defined __C99__FUNC__ \
#if (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
static void
static void
yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
#else
#else
static void
static void
yy_symbol_print (yyoutput, yytype, yyvaluep)
yy_symbol_print (yyoutput, yytype, yyvaluep)
    FILE *yyoutput;
    FILE *yyoutput;
    int yytype;
    int yytype;
    YYSTYPE const * const yyvaluep;
    YYSTYPE const * const yyvaluep;
#endif
#endif
{
{
  if (yytype < YYNTOKENS)
  if (yytype < YYNTOKENS)
    YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
    YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
  else
  else
    YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
    YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
 
 
  yy_symbol_value_print (yyoutput, yytype, yyvaluep);
  yy_symbol_value_print (yyoutput, yytype, yyvaluep);
  YYFPRINTF (yyoutput, ")");
  YYFPRINTF (yyoutput, ")");
}
}
 
 
/*------------------------------------------------------------------.
/*------------------------------------------------------------------.
| yy_stack_print -- Print the state stack from its BOTTOM up to its |
| yy_stack_print -- Print the state stack from its BOTTOM up to its |
| TOP (included).                                                   |
| TOP (included).                                                   |
`------------------------------------------------------------------*/
`------------------------------------------------------------------*/
 
 
#if (defined __STDC__ || defined __C99__FUNC__ \
#if (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
static void
static void
yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
#else
#else
static void
static void
yy_stack_print (bottom, top)
yy_stack_print (bottom, top)
    yytype_int16 *bottom;
    yytype_int16 *bottom;
    yytype_int16 *top;
    yytype_int16 *top;
#endif
#endif
{
{
  YYFPRINTF (stderr, "Stack now");
  YYFPRINTF (stderr, "Stack now");
  for (; bottom <= top; ++bottom)
  for (; bottom <= top; ++bottom)
    YYFPRINTF (stderr, " %d", *bottom);
    YYFPRINTF (stderr, " %d", *bottom);
  YYFPRINTF (stderr, "\n");
  YYFPRINTF (stderr, "\n");
}
}
 
 
# define YY_STACK_PRINT(Bottom, Top)                            \
# define YY_STACK_PRINT(Bottom, Top)                            \
do {                                                            \
do {                                                            \
  if (yydebug)                                                  \
  if (yydebug)                                                  \
    yy_stack_print ((Bottom), (Top));                           \
    yy_stack_print ((Bottom), (Top));                           \
} while (YYID (0))
} while (YYID (0))
 
 
 
 
/*------------------------------------------------.
/*------------------------------------------------.
| Report that the YYRULE is going to be reduced.  |
| Report that the YYRULE is going to be reduced.  |
`------------------------------------------------*/
`------------------------------------------------*/
 
 
#if (defined __STDC__ || defined __C99__FUNC__ \
#if (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
static void
static void
yy_reduce_print (YYSTYPE *yyvsp, int yyrule)
yy_reduce_print (YYSTYPE *yyvsp, int yyrule)
#else
#else
static void
static void
yy_reduce_print (yyvsp, yyrule)
yy_reduce_print (yyvsp, yyrule)
    YYSTYPE *yyvsp;
    YYSTYPE *yyvsp;
    int yyrule;
    int yyrule;
#endif
#endif
{
{
  int yynrhs = yyr2[yyrule];
  int yynrhs = yyr2[yyrule];
  int yyi;
  int yyi;
  unsigned long int yylno = yyrline[yyrule];
  unsigned long int yylno = yyrline[yyrule];
  YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
  YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
             yyrule - 1, yylno);
             yyrule - 1, yylno);
  /* The symbols being reduced.  */
  /* The symbols being reduced.  */
  for (yyi = 0; yyi < yynrhs; yyi++)
  for (yyi = 0; yyi < yynrhs; yyi++)
    {
    {
      fprintf (stderr, "   $%d = ", yyi + 1);
      fprintf (stderr, "   $%d = ", yyi + 1);
      yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
      yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
                       &(yyvsp[(yyi + 1) - (yynrhs)])
                       &(yyvsp[(yyi + 1) - (yynrhs)])
                                       );
                                       );
      fprintf (stderr, "\n");
      fprintf (stderr, "\n");
    }
    }
}
}
 
 
# define YY_REDUCE_PRINT(Rule)          \
# define YY_REDUCE_PRINT(Rule)          \
do {                                    \
do {                                    \
  if (yydebug)                          \
  if (yydebug)                          \
    yy_reduce_print (yyvsp, Rule); \
    yy_reduce_print (yyvsp, Rule); \
} while (YYID (0))
} while (YYID (0))
 
 
/* Nonzero means print parse trace.  It is left uninitialized so that
/* Nonzero means print parse trace.  It is left uninitialized so that
   multiple parsers can coexist.  */
   multiple parsers can coexist.  */
int yydebug;
int yydebug;
#else /* !YYDEBUG */
#else /* !YYDEBUG */
# define YYDPRINTF(Args)
# define YYDPRINTF(Args)
# define YY_SYMBOL_PRINT(Title, Type, Value, Location)
# define YY_SYMBOL_PRINT(Title, Type, Value, Location)
# define YY_STACK_PRINT(Bottom, Top)
# define YY_STACK_PRINT(Bottom, Top)
# define YY_REDUCE_PRINT(Rule)
# define YY_REDUCE_PRINT(Rule)
#endif /* !YYDEBUG */
#endif /* !YYDEBUG */
 
 
 
 
/* YYINITDEPTH -- initial size of the parser's stacks.  */
/* YYINITDEPTH -- initial size of the parser's stacks.  */
#ifndef YYINITDEPTH
#ifndef YYINITDEPTH
# define YYINITDEPTH 200
# define YYINITDEPTH 200
#endif
#endif
 
 
/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
   if the built-in stack extension method is used).
   if the built-in stack extension method is used).
 
 
   Do not make this value too large; the results are undefined if
   Do not make this value too large; the results are undefined if
   YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
   YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
   evaluated with infinite-precision integer arithmetic.  */
   evaluated with infinite-precision integer arithmetic.  */
 
 
#ifndef YYMAXDEPTH
#ifndef YYMAXDEPTH
# define YYMAXDEPTH 10000
# define YYMAXDEPTH 10000
#endif
#endif
 
 


 
 
#if YYERROR_VERBOSE
#if YYERROR_VERBOSE
 
 
# ifndef yystrlen
# ifndef yystrlen
#  if defined __GLIBC__ && defined _STRING_H
#  if defined __GLIBC__ && defined _STRING_H
#   define yystrlen strlen
#   define yystrlen strlen
#  else
#  else
/* Return the length of YYSTR.  */
/* Return the length of YYSTR.  */
#if (defined __STDC__ || defined __C99__FUNC__ \
#if (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
static YYSIZE_T
static YYSIZE_T
yystrlen (const char *yystr)
yystrlen (const char *yystr)
#else
#else
static YYSIZE_T
static YYSIZE_T
yystrlen (yystr)
yystrlen (yystr)
    const char *yystr;
    const char *yystr;
#endif
#endif
{
{
  YYSIZE_T yylen;
  YYSIZE_T yylen;
  for (yylen = 0; yystr[yylen]; yylen++)
  for (yylen = 0; yystr[yylen]; yylen++)
    continue;
    continue;
  return yylen;
  return yylen;
}
}
#  endif
#  endif
# endif
# endif
 
 
# ifndef yystpcpy
# ifndef yystpcpy
#  if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
#  if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
#   define yystpcpy stpcpy
#   define yystpcpy stpcpy
#  else
#  else
/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
   YYDEST.  */
   YYDEST.  */
#if (defined __STDC__ || defined __C99__FUNC__ \
#if (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
static char *
static char *
yystpcpy (char *yydest, const char *yysrc)
yystpcpy (char *yydest, const char *yysrc)
#else
#else
static char *
static char *
yystpcpy (yydest, yysrc)
yystpcpy (yydest, yysrc)
    char *yydest;
    char *yydest;
    const char *yysrc;
    const char *yysrc;
#endif
#endif
{
{
  char *yyd = yydest;
  char *yyd = yydest;
  const char *yys = yysrc;
  const char *yys = yysrc;
 
 
  while ((*yyd++ = *yys++) != '\0')
  while ((*yyd++ = *yys++) != '\0')
    continue;
    continue;
 
 
  return yyd - 1;
  return yyd - 1;
}
}
#  endif
#  endif
# endif
# endif
 
 
# ifndef yytnamerr
# ifndef yytnamerr
/* Copy to YYRES the contents of YYSTR after stripping away unnecessary
/* Copy to YYRES the contents of YYSTR after stripping away unnecessary
   quotes and backslashes, so that it's suitable for yyerror.  The
   quotes and backslashes, so that it's suitable for yyerror.  The
   heuristic is that double-quoting is unnecessary unless the string
   heuristic is that double-quoting is unnecessary unless the string
   contains an apostrophe, a comma, or backslash (other than
   contains an apostrophe, a comma, or backslash (other than
   backslash-backslash).  YYSTR is taken from yytname.  If YYRES is
   backslash-backslash).  YYSTR is taken from yytname.  If YYRES is
   null, do not copy; instead, return the length of what the result
   null, do not copy; instead, return the length of what the result
   would have been.  */
   would have been.  */
static YYSIZE_T
static YYSIZE_T
yytnamerr (char *yyres, const char *yystr)
yytnamerr (char *yyres, const char *yystr)
{
{
  if (*yystr == '"')
  if (*yystr == '"')
    {
    {
      YYSIZE_T yyn = 0;
      YYSIZE_T yyn = 0;
      char const *yyp = yystr;
      char const *yyp = yystr;
 
 
      for (;;)
      for (;;)
        switch (*++yyp)
        switch (*++yyp)
          {
          {
          case '\'':
          case '\'':
          case ',':
          case ',':
            goto do_not_strip_quotes;
            goto do_not_strip_quotes;
 
 
          case '\\':
          case '\\':
            if (*++yyp != '\\')
            if (*++yyp != '\\')
              goto do_not_strip_quotes;
              goto do_not_strip_quotes;
            /* Fall through.  */
            /* Fall through.  */
          default:
          default:
            if (yyres)
            if (yyres)
              yyres[yyn] = *yyp;
              yyres[yyn] = *yyp;
            yyn++;
            yyn++;
            break;
            break;
 
 
          case '"':
          case '"':
            if (yyres)
            if (yyres)
              yyres[yyn] = '\0';
              yyres[yyn] = '\0';
            return yyn;
            return yyn;
          }
          }
    do_not_strip_quotes: ;
    do_not_strip_quotes: ;
    }
    }
 
 
  if (! yyres)
  if (! yyres)
    return yystrlen (yystr);
    return yystrlen (yystr);
 
 
  return yystpcpy (yyres, yystr) - yyres;
  return yystpcpy (yyres, yystr) - yyres;
}
}
# endif
# endif
 
 
/* Copy into YYRESULT an error message about the unexpected token
/* Copy into YYRESULT an error message about the unexpected token
   YYCHAR while in state YYSTATE.  Return the number of bytes copied,
   YYCHAR while in state YYSTATE.  Return the number of bytes copied,
   including the terminating null byte.  If YYRESULT is null, do not
   including the terminating null byte.  If YYRESULT is null, do not
   copy anything; just return the number of bytes that would be
   copy anything; just return the number of bytes that would be
   copied.  As a special case, return 0 if an ordinary "syntax error"
   copied.  As a special case, return 0 if an ordinary "syntax error"
   message will do.  Return YYSIZE_MAXIMUM if overflow occurs during
   message will do.  Return YYSIZE_MAXIMUM if overflow occurs during
   size calculation.  */
   size calculation.  */
static YYSIZE_T
static YYSIZE_T
yysyntax_error (char *yyresult, int yystate, int yychar)
yysyntax_error (char *yyresult, int yystate, int yychar)
{
{
  int yyn = yypact[yystate];
  int yyn = yypact[yystate];
 
 
  if (! (YYPACT_NINF < yyn && yyn <= YYLAST))
  if (! (YYPACT_NINF < yyn && yyn <= YYLAST))
    return 0;
    return 0;
  else
  else
    {
    {
      int yytype = YYTRANSLATE (yychar);
      int yytype = YYTRANSLATE (yychar);
      YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
      YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
      YYSIZE_T yysize = yysize0;
      YYSIZE_T yysize = yysize0;
      YYSIZE_T yysize1;
      YYSIZE_T yysize1;
      int yysize_overflow = 0;
      int yysize_overflow = 0;
      enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
      enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
      char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
      char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
      int yyx;
      int yyx;
 
 
# if 0
# if 0
      /* This is so xgettext sees the translatable formats that are
      /* This is so xgettext sees the translatable formats that are
         constructed on the fly.  */
         constructed on the fly.  */
      YY_("syntax error, unexpected %s");
      YY_("syntax error, unexpected %s");
      YY_("syntax error, unexpected %s, expecting %s");
      YY_("syntax error, unexpected %s, expecting %s");
      YY_("syntax error, unexpected %s, expecting %s or %s");
      YY_("syntax error, unexpected %s, expecting %s or %s");
      YY_("syntax error, unexpected %s, expecting %s or %s or %s");
      YY_("syntax error, unexpected %s, expecting %s or %s or %s");
      YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
      YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
# endif
# endif
      char *yyfmt;
      char *yyfmt;
      char const *yyf;
      char const *yyf;
      static char const yyunexpected[] = "syntax error, unexpected %s";
      static char const yyunexpected[] = "syntax error, unexpected %s";
      static char const yyexpecting[] = ", expecting %s";
      static char const yyexpecting[] = ", expecting %s";
      static char const yyor[] = " or %s";
      static char const yyor[] = " or %s";
      char yyformat[sizeof yyunexpected
      char yyformat[sizeof yyunexpected
                    + sizeof yyexpecting - 1
                    + sizeof yyexpecting - 1
                    + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2)
                    + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2)
                       * (sizeof yyor - 1))];
                       * (sizeof yyor - 1))];
      char const *yyprefix = yyexpecting;
      char const *yyprefix = yyexpecting;
 
 
      /* Start YYX at -YYN if negative to avoid negative indexes in
      /* Start YYX at -YYN if negative to avoid negative indexes in
         YYCHECK.  */
         YYCHECK.  */
      int yyxbegin = yyn < 0 ? -yyn : 0;
      int yyxbegin = yyn < 0 ? -yyn : 0;
 
 
      /* Stay within bounds of both yycheck and yytname.  */
      /* Stay within bounds of both yycheck and yytname.  */
      int yychecklim = YYLAST - yyn + 1;
      int yychecklim = YYLAST - yyn + 1;
      int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
      int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
      int yycount = 1;
      int yycount = 1;
 
 
      yyarg[0] = yytname[yytype];
      yyarg[0] = yytname[yytype];
      yyfmt = yystpcpy (yyformat, yyunexpected);
      yyfmt = yystpcpy (yyformat, yyunexpected);
 
 
      for (yyx = yyxbegin; yyx < yyxend; ++yyx)
      for (yyx = yyxbegin; yyx < yyxend; ++yyx)
        if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
        if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
          {
          {
            if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
            if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
              {
              {
                yycount = 1;
                yycount = 1;
                yysize = yysize0;
                yysize = yysize0;
                yyformat[sizeof yyunexpected - 1] = '\0';
                yyformat[sizeof yyunexpected - 1] = '\0';
                break;
                break;
              }
              }
            yyarg[yycount++] = yytname[yyx];
            yyarg[yycount++] = yytname[yyx];
            yysize1 = yysize + yytnamerr (0, yytname[yyx]);
            yysize1 = yysize + yytnamerr (0, yytname[yyx]);
            yysize_overflow |= (yysize1 < yysize);
            yysize_overflow |= (yysize1 < yysize);
            yysize = yysize1;
            yysize = yysize1;
            yyfmt = yystpcpy (yyfmt, yyprefix);
            yyfmt = yystpcpy (yyfmt, yyprefix);
            yyprefix = yyor;
            yyprefix = yyor;
          }
          }
 
 
      yyf = YY_(yyformat);
      yyf = YY_(yyformat);
      yysize1 = yysize + yystrlen (yyf);
      yysize1 = yysize + yystrlen (yyf);
      yysize_overflow |= (yysize1 < yysize);
      yysize_overflow |= (yysize1 < yysize);
      yysize = yysize1;
      yysize = yysize1;
 
 
      if (yysize_overflow)
      if (yysize_overflow)
        return YYSIZE_MAXIMUM;
        return YYSIZE_MAXIMUM;
 
 
      if (yyresult)
      if (yyresult)
        {
        {
          /* Avoid sprintf, as that infringes on the user's name space.
          /* Avoid sprintf, as that infringes on the user's name space.
             Don't have undefined behavior even if the translation
             Don't have undefined behavior even if the translation
             produced a string with the wrong number of "%s"s.  */
             produced a string with the wrong number of "%s"s.  */
          char *yyp = yyresult;
          char *yyp = yyresult;
          int yyi = 0;
          int yyi = 0;
          while ((*yyp = *yyf) != '\0')
          while ((*yyp = *yyf) != '\0')
            {
            {
              if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
              if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
                {
                {
                  yyp += yytnamerr (yyp, yyarg[yyi++]);
                  yyp += yytnamerr (yyp, yyarg[yyi++]);
                  yyf += 2;
                  yyf += 2;
                }
                }
              else
              else
                {
                {
                  yyp++;
                  yyp++;
                  yyf++;
                  yyf++;
                }
                }
            }
            }
        }
        }
      return yysize;
      return yysize;
    }
    }
}
}
#endif /* YYERROR_VERBOSE */
#endif /* YYERROR_VERBOSE */


 
 
/*-----------------------------------------------.
/*-----------------------------------------------.
| Release the memory associated to this symbol.  |
| Release the memory associated to this symbol.  |
`-----------------------------------------------*/
`-----------------------------------------------*/
 
 
/*ARGSUSED*/
/*ARGSUSED*/
#if (defined __STDC__ || defined __C99__FUNC__ \
#if (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
static void
static void
yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
#else
#else
static void
static void
yydestruct (yymsg, yytype, yyvaluep)
yydestruct (yymsg, yytype, yyvaluep)
    const char *yymsg;
    const char *yymsg;
    int yytype;
    int yytype;
    YYSTYPE *yyvaluep;
    YYSTYPE *yyvaluep;
#endif
#endif
{
{
  YYUSE (yyvaluep);
  YYUSE (yyvaluep);
 
 
  if (!yymsg)
  if (!yymsg)
    yymsg = "Deleting";
    yymsg = "Deleting";
  YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
  YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
 
 
  switch (yytype)
  switch (yytype)
    {
    {
 
 
      default:
      default:
        break;
        break;
    }
    }
}
}


 
 
/* Prevent warnings from -Wmissing-prototypes.  */
/* Prevent warnings from -Wmissing-prototypes.  */
 
 
#ifdef YYPARSE_PARAM
#ifdef YYPARSE_PARAM
#if defined __STDC__ || defined __cplusplus
#if defined __STDC__ || defined __cplusplus
int yyparse (void *YYPARSE_PARAM);
int yyparse (void *YYPARSE_PARAM);
#else
#else
int yyparse ();
int yyparse ();
#endif
#endif
#else /* ! YYPARSE_PARAM */
#else /* ! YYPARSE_PARAM */
#if defined __STDC__ || defined __cplusplus
#if defined __STDC__ || defined __cplusplus
int yyparse (void);
int yyparse (void);
#else
#else
int yyparse ();
int yyparse ();
#endif
#endif
#endif /* ! YYPARSE_PARAM */
#endif /* ! YYPARSE_PARAM */
 
 
 
 
 
 
/* The look-ahead symbol.  */
/* The look-ahead symbol.  */
int yychar;
int yychar;
 
 
/* The semantic value of the look-ahead symbol.  */
/* The semantic value of the look-ahead symbol.  */
YYSTYPE yylval;
YYSTYPE yylval;
 
 
/* Number of syntax errors so far.  */
/* Number of syntax errors so far.  */
int yynerrs;
int yynerrs;
 
 
 
 
 
 
/*----------.
/*----------.
| yyparse.  |
| yyparse.  |
`----------*/
`----------*/
 
 
#ifdef YYPARSE_PARAM
#ifdef YYPARSE_PARAM
#if (defined __STDC__ || defined __C99__FUNC__ \
#if (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
int
int
yyparse (void *YYPARSE_PARAM)
yyparse (void *YYPARSE_PARAM)
#else
#else
int
int
yyparse (YYPARSE_PARAM)
yyparse (YYPARSE_PARAM)
    void *YYPARSE_PARAM;
    void *YYPARSE_PARAM;
#endif
#endif
#else /* ! YYPARSE_PARAM */
#else /* ! YYPARSE_PARAM */
#if (defined __STDC__ || defined __C99__FUNC__ \
#if (defined __STDC__ || defined __C99__FUNC__ \
     || defined __cplusplus || defined _MSC_VER)
     || defined __cplusplus || defined _MSC_VER)
int
int
yyparse (void)
yyparse (void)
#else
#else
int
int
yyparse ()
yyparse ()
 
 
#endif
#endif
#endif
#endif
{
{
 
 
  int yystate;
  int yystate;
  int yyn;
  int yyn;
  int yyresult;
  int yyresult;
  /* Number of tokens to shift before error messages enabled.  */
  /* Number of tokens to shift before error messages enabled.  */
  int yyerrstatus;
  int yyerrstatus;
  /* Look-ahead token as an internal (translated) token number.  */
  /* Look-ahead token as an internal (translated) token number.  */
  int yytoken = 0;
  int yytoken = 0;
#if YYERROR_VERBOSE
#if YYERROR_VERBOSE
  /* Buffer for error messages, and its allocated size.  */
  /* Buffer for error messages, and its allocated size.  */
  char yymsgbuf[128];
  char yymsgbuf[128];
  char *yymsg = yymsgbuf;
  char *yymsg = yymsgbuf;
  YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
  YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
#endif
#endif
 
 
  /* Three stacks and their tools:
  /* Three stacks and their tools:
     `yyss': related to states,
     `yyss': related to states,
     `yyvs': related to semantic values,
     `yyvs': related to semantic values,
     `yyls': related to locations.
     `yyls': related to locations.
 
 
     Refer to the stacks thru separate pointers, to allow yyoverflow
     Refer to the stacks thru separate pointers, to allow yyoverflow
     to reallocate them elsewhere.  */
     to reallocate them elsewhere.  */
 
 
  /* The state stack.  */
  /* The state stack.  */
  yytype_int16 yyssa[YYINITDEPTH];
  yytype_int16 yyssa[YYINITDEPTH];
  yytype_int16 *yyss = yyssa;
  yytype_int16 *yyss = yyssa;
  yytype_int16 *yyssp;
  yytype_int16 *yyssp;
 
 
  /* The semantic value stack.  */
  /* The semantic value stack.  */
  YYSTYPE yyvsa[YYINITDEPTH];
  YYSTYPE yyvsa[YYINITDEPTH];
  YYSTYPE *yyvs = yyvsa;
  YYSTYPE *yyvs = yyvsa;
  YYSTYPE *yyvsp;
  YYSTYPE *yyvsp;
 
 
 
 
 
 
#define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))
#define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))
 
 
  YYSIZE_T yystacksize = YYINITDEPTH;
  YYSIZE_T yystacksize = YYINITDEPTH;
 
 
  /* The variables used to return semantic value and location from the
  /* The variables used to return semantic value and location from the
     action routines.  */
     action routines.  */
  YYSTYPE yyval;
  YYSTYPE yyval;
 
 
 
 
  /* The number of symbols on the RHS of the reduced rule.
  /* The number of symbols on the RHS of the reduced rule.
     Keep to zero when no symbol should be popped.  */
     Keep to zero when no symbol should be popped.  */
  int yylen = 0;
  int yylen = 0;
 
 
  YYDPRINTF ((stderr, "Starting parse\n"));
  YYDPRINTF ((stderr, "Starting parse\n"));
 
 
  yystate = 0;
  yystate = 0;
  yyerrstatus = 0;
  yyerrstatus = 0;
  yynerrs = 0;
  yynerrs = 0;
  yychar = YYEMPTY;             /* Cause a token to be read.  */
  yychar = YYEMPTY;             /* Cause a token to be read.  */
 
 
  /* Initialize stack pointers.
  /* Initialize stack pointers.
     Waste one element of value and location stack
     Waste one element of value and location stack
     so that they stay on the same level as the state stack.
     so that they stay on the same level as the state stack.
     The wasted elements are never initialized.  */
     The wasted elements are never initialized.  */
 
 
  yyssp = yyss;
  yyssp = yyss;
  yyvsp = yyvs;
  yyvsp = yyvs;
 
 
  goto yysetstate;
  goto yysetstate;
 
 
/*------------------------------------------------------------.
/*------------------------------------------------------------.
| yynewstate -- Push a new state, which is found in yystate.  |
| yynewstate -- Push a new state, which is found in yystate.  |
`------------------------------------------------------------*/
`------------------------------------------------------------*/
 yynewstate:
 yynewstate:
  /* In all cases, when you get here, the value and location stacks
  /* In all cases, when you get here, the value and location stacks
     have just been pushed.  So pushing a state here evens the stacks.  */
     have just been pushed.  So pushing a state here evens the stacks.  */
  yyssp++;
  yyssp++;
 
 
 yysetstate:
 yysetstate:
  *yyssp = yystate;
  *yyssp = yystate;
 
 
  if (yyss + yystacksize - 1 <= yyssp)
  if (yyss + yystacksize - 1 <= yyssp)
    {
    {
      /* Get the current used size of the three stacks, in elements.  */
      /* Get the current used size of the three stacks, in elements.  */
      YYSIZE_T yysize = yyssp - yyss + 1;
      YYSIZE_T yysize = yyssp - yyss + 1;
 
 
#ifdef yyoverflow
#ifdef yyoverflow
      {
      {
        /* Give user a chance to reallocate the stack.  Use copies of
        /* Give user a chance to reallocate the stack.  Use copies of
           these so that the &'s don't force the real ones into
           these so that the &'s don't force the real ones into
           memory.  */
           memory.  */
        YYSTYPE *yyvs1 = yyvs;
        YYSTYPE *yyvs1 = yyvs;
        yytype_int16 *yyss1 = yyss;
        yytype_int16 *yyss1 = yyss;
 
 
 
 
        /* Each stack pointer address is followed by the size of the
        /* Each stack pointer address is followed by the size of the
           data in use in that stack, in bytes.  This used to be a
           data in use in that stack, in bytes.  This used to be a
           conditional around just the two extra args, but that might
           conditional around just the two extra args, but that might
           be undefined if yyoverflow is a macro.  */
           be undefined if yyoverflow is a macro.  */
        yyoverflow (YY_("memory exhausted"),
        yyoverflow (YY_("memory exhausted"),
                    &yyss1, yysize * sizeof (*yyssp),
                    &yyss1, yysize * sizeof (*yyssp),
                    &yyvs1, yysize * sizeof (*yyvsp),
                    &yyvs1, yysize * sizeof (*yyvsp),
 
 
                    &yystacksize);
                    &yystacksize);
 
 
        yyss = yyss1;
        yyss = yyss1;
        yyvs = yyvs1;
        yyvs = yyvs1;
      }
      }
#else /* no yyoverflow */
#else /* no yyoverflow */
# ifndef YYSTACK_RELOCATE
# ifndef YYSTACK_RELOCATE
      goto yyexhaustedlab;
      goto yyexhaustedlab;
# else
# else
      /* Extend the stack our own way.  */
      /* Extend the stack our own way.  */
      if (YYMAXDEPTH <= yystacksize)
      if (YYMAXDEPTH <= yystacksize)
        goto yyexhaustedlab;
        goto yyexhaustedlab;
      yystacksize *= 2;
      yystacksize *= 2;
      if (YYMAXDEPTH < yystacksize)
      if (YYMAXDEPTH < yystacksize)
        yystacksize = YYMAXDEPTH;
        yystacksize = YYMAXDEPTH;
 
 
      {
      {
        yytype_int16 *yyss1 = yyss;
        yytype_int16 *yyss1 = yyss;
        union yyalloc *yyptr =
        union yyalloc *yyptr =
          (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
          (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
        if (! yyptr)
        if (! yyptr)
          goto yyexhaustedlab;
          goto yyexhaustedlab;
        YYSTACK_RELOCATE (yyss);
        YYSTACK_RELOCATE (yyss);
        YYSTACK_RELOCATE (yyvs);
        YYSTACK_RELOCATE (yyvs);
 
 
#  undef YYSTACK_RELOCATE
#  undef YYSTACK_RELOCATE
        if (yyss1 != yyssa)
        if (yyss1 != yyssa)
          YYSTACK_FREE (yyss1);
          YYSTACK_FREE (yyss1);
      }
      }
# endif
# endif
#endif /* no yyoverflow */
#endif /* no yyoverflow */
 
 
      yyssp = yyss + yysize - 1;
      yyssp = yyss + yysize - 1;
      yyvsp = yyvs + yysize - 1;
      yyvsp = yyvs + yysize - 1;
 
 
 
 
      YYDPRINTF ((stderr, "Stack size increased to %lu\n",
      YYDPRINTF ((stderr, "Stack size increased to %lu\n",
                  (unsigned long int) yystacksize));
                  (unsigned long int) yystacksize));
 
 
      if (yyss + yystacksize - 1 <= yyssp)
      if (yyss + yystacksize - 1 <= yyssp)
        YYABORT;
        YYABORT;
    }
    }
 
 
  YYDPRINTF ((stderr, "Entering state %d\n", yystate));
  YYDPRINTF ((stderr, "Entering state %d\n", yystate));
 
 
  goto yybackup;
  goto yybackup;
 
 
/*-----------.
/*-----------.
| yybackup.  |
| yybackup.  |
`-----------*/
`-----------*/
yybackup:
yybackup:
 
 
  /* Do appropriate processing given the current state.  Read a
  /* Do appropriate processing given the current state.  Read a
     look-ahead token if we need one and don't already have one.  */
     look-ahead token if we need one and don't already have one.  */
 
 
  /* First try to decide what to do without reference to look-ahead token.  */
  /* First try to decide what to do without reference to look-ahead token.  */
  yyn = yypact[yystate];
  yyn = yypact[yystate];
  if (yyn == YYPACT_NINF)
  if (yyn == YYPACT_NINF)
    goto yydefault;
    goto yydefault;
 
 
  /* Not known => get a look-ahead token if don't already have one.  */
  /* Not known => get a look-ahead token if don't already have one.  */
 
 
  /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol.  */
  /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol.  */
  if (yychar == YYEMPTY)
  if (yychar == YYEMPTY)
    {
    {
      YYDPRINTF ((stderr, "Reading a token: "));
      YYDPRINTF ((stderr, "Reading a token: "));
      yychar = YYLEX;
      yychar = YYLEX;
    }
    }
 
 
  if (yychar <= YYEOF)
  if (yychar <= YYEOF)
    {
    {
      yychar = yytoken = YYEOF;
      yychar = yytoken = YYEOF;
      YYDPRINTF ((stderr, "Now at end of input.\n"));
      YYDPRINTF ((stderr, "Now at end of input.\n"));
    }
    }
  else
  else
    {
    {
      yytoken = YYTRANSLATE (yychar);
      yytoken = YYTRANSLATE (yychar);
      YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
      YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
    }
    }
 
 
  /* If the proper action on seeing token YYTOKEN is to reduce or to
  /* If the proper action on seeing token YYTOKEN is to reduce or to
     detect an error, take that action.  */
     detect an error, take that action.  */
  yyn += yytoken;
  yyn += yytoken;
  if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
  if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
    goto yydefault;
    goto yydefault;
  yyn = yytable[yyn];
  yyn = yytable[yyn];
  if (yyn <= 0)
  if (yyn <= 0)
    {
    {
      if (yyn == 0 || yyn == YYTABLE_NINF)
      if (yyn == 0 || yyn == YYTABLE_NINF)
        goto yyerrlab;
        goto yyerrlab;
      yyn = -yyn;
      yyn = -yyn;
      goto yyreduce;
      goto yyreduce;
    }
    }
 
 
  if (yyn == YYFINAL)
  if (yyn == YYFINAL)
    YYACCEPT;
    YYACCEPT;
 
 
  /* Count tokens shifted since error; after three, turn off error
  /* Count tokens shifted since error; after three, turn off error
     status.  */
     status.  */
  if (yyerrstatus)
  if (yyerrstatus)
    yyerrstatus--;
    yyerrstatus--;
 
 
  /* Shift the look-ahead token.  */
  /* Shift the look-ahead token.  */
  YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
  YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
 
 
  /* Discard the shifted token unless it is eof.  */
  /* Discard the shifted token unless it is eof.  */
  if (yychar != YYEOF)
  if (yychar != YYEOF)
    yychar = YYEMPTY;
    yychar = YYEMPTY;
 
 
  yystate = yyn;
  yystate = yyn;
  *++yyvsp = yylval;
  *++yyvsp = yylval;
 
 
  goto yynewstate;
  goto yynewstate;
 
 
 
 
/*-----------------------------------------------------------.
/*-----------------------------------------------------------.
| yydefault -- do the default action for the current state.  |
| yydefault -- do the default action for the current state.  |
`-----------------------------------------------------------*/
`-----------------------------------------------------------*/
yydefault:
yydefault:
  yyn = yydefact[yystate];
  yyn = yydefact[yystate];
  if (yyn == 0)
  if (yyn == 0)
    goto yyerrlab;
    goto yyerrlab;
  goto yyreduce;
  goto yyreduce;
 
 
 
 
/*-----------------------------.
/*-----------------------------.
| yyreduce -- Do a reduction.  |
| yyreduce -- Do a reduction.  |
`-----------------------------*/
`-----------------------------*/
yyreduce:
yyreduce:
  /* yyn is the number of a rule to reduce with.  */
  /* yyn is the number of a rule to reduce with.  */
  yylen = yyr2[yyn];
  yylen = yyr2[yyn];
 
 
  /* If YYLEN is nonzero, implement the default value of the action:
  /* If YYLEN is nonzero, implement the default value of the action:
     `$$ = $1'.
     `$$ = $1'.
 
 
     Otherwise, the following line sets YYVAL to garbage.
     Otherwise, the following line sets YYVAL to garbage.
     This behavior is undocumented and Bison
     This behavior is undocumented and Bison
     users should not rely upon it.  Assigning to YYVAL
     users should not rely upon it.  Assigning to YYVAL
     unconditionally makes the parser a bit smaller, and it avoids a
     unconditionally makes the parser a bit smaller, and it avoids a
     GCC warning that YYVAL may be used uninitialized.  */
     GCC warning that YYVAL may be used uninitialized.  */
  yyval = yyvsp[1-yylen];
  yyval = yyvsp[1-yylen];
 
 
 
 
  YY_REDUCE_PRINT (yyn);
  YY_REDUCE_PRINT (yyn);
  switch (yyn)
  switch (yyn)
    {
    {
        case 2:
        case 2:
#line 54 "sysinfo.y"
#line 54 "sysinfo.y"
    {
    {
  switch (writecode)
  switch (writecode)
    {
    {
    case 'i':
    case 'i':
      printf("#ifdef SYSROFF_SWAP_IN\n");
      printf("#ifdef SYSROFF_SWAP_IN\n");
      break;
      break;
    case 'p':
    case 'p':
      printf("#ifdef SYSROFF_p\n");
      printf("#ifdef SYSROFF_p\n");
      break;
      break;
    case 'd':
    case 'd':
      break;
      break;
    case 'g':
    case 'g':
      printf("#ifdef SYSROFF_SWAP_OUT\n");
      printf("#ifdef SYSROFF_SWAP_OUT\n");
      break;
      break;
    case 'c':
    case 'c':
      printf("#ifdef SYSROFF_PRINT\n");
      printf("#ifdef SYSROFF_PRINT\n");
      printf("#include <stdio.h>\n");
      printf("#include <stdio.h>\n");
      printf("#include <stdlib.h>\n");
      printf("#include <stdlib.h>\n");
      printf("#include <ansidecl.h>\n");
      printf("#include <ansidecl.h>\n");
      break;
      break;
    }
    }
 }
 }
    break;
    break;
 
 
  case 3:
  case 3:
#line 76 "sysinfo.y"
#line 76 "sysinfo.y"
    {
    {
  switch (writecode) {
  switch (writecode) {
  case 'i':
  case 'i':
  case 'p':
  case 'p':
  case 'g':
  case 'g':
  case 'c':
  case 'c':
    printf("#endif\n");
    printf("#endif\n");
    break;
    break;
  case 'd':
  case 'd':
    break;
    break;
  }
  }
}
}
    break;
    break;
 
 
  case 6:
  case 6:
#line 98 "sysinfo.y"
#line 98 "sysinfo.y"
    {
    {
        it = (yyvsp[(2) - (3)].s); code = (yyvsp[(3) - (3)].i);
        it = (yyvsp[(2) - (3)].s); code = (yyvsp[(3) - (3)].i);
        switch (writecode)
        switch (writecode)
          {
          {
          case 'd':
          case 'd':
            printf("\n\n\n#define IT_%s_CODE 0x%x\n", it,code);
            printf("\n\n\n#define IT_%s_CODE 0x%x\n", it,code);
            printf("struct IT_%s;\n", it);
            printf("struct IT_%s;\n", it);
            printf("extern void sysroff_swap_%s_in PARAMS ((struct IT_%s *));\n",
            printf("extern void sysroff_swap_%s_in PARAMS ((struct IT_%s *));\n",
                   (yyvsp[(2) - (3)].s), it);
                   (yyvsp[(2) - (3)].s), it);
            printf("extern void sysroff_swap_%s_out PARAMS ((FILE *, struct IT_%s *));\n",
            printf("extern void sysroff_swap_%s_out PARAMS ((FILE *, struct IT_%s *));\n",
                   (yyvsp[(2) - (3)].s), it);
                   (yyvsp[(2) - (3)].s), it);
            printf("extern void sysroff_print_%s_out PARAMS ((struct IT_%s *));\n",
            printf("extern void sysroff_print_%s_out PARAMS ((struct IT_%s *));\n",
                   (yyvsp[(2) - (3)].s), it);
                   (yyvsp[(2) - (3)].s), it);
            printf("struct IT_%s { \n", it);
            printf("struct IT_%s { \n", it);
            break;
            break;
          case 'i':
          case 'i':
            printf("void sysroff_swap_%s_in(ptr)\n",(yyvsp[(2) - (3)].s));
            printf("void sysroff_swap_%s_in(ptr)\n",(yyvsp[(2) - (3)].s));
            printf("struct IT_%s *ptr;\n", it);
            printf("struct IT_%s *ptr;\n", it);
            printf("{\n");
            printf("{\n");
            printf("unsigned char raw[255];\n");
            printf("unsigned char raw[255];\n");
            printf("\tint idx = 0 ;\n");
            printf("\tint idx = 0 ;\n");
            printf("\tint size;\n");
            printf("\tint size;\n");
            printf("memset(raw,0,255);\n");
            printf("memset(raw,0,255);\n");
            printf("memset(ptr,0,sizeof(*ptr));\n");
            printf("memset(ptr,0,sizeof(*ptr));\n");
            printf("size = fillup(raw);\n");
            printf("size = fillup(raw);\n");
            break;
            break;
          case 'g':
          case 'g':
            printf("void sysroff_swap_%s_out(file,ptr)\n",(yyvsp[(2) - (3)].s));
            printf("void sysroff_swap_%s_out(file,ptr)\n",(yyvsp[(2) - (3)].s));
            printf("FILE * file;\n");
            printf("FILE * file;\n");
            printf("struct IT_%s *ptr;\n", it);
            printf("struct IT_%s *ptr;\n", it);
            printf("{\n");
            printf("{\n");
            printf("\tunsigned char raw[255];\n");
            printf("\tunsigned char raw[255];\n");
            printf("\tint idx = 16 ;\n");
            printf("\tint idx = 16 ;\n");
            printf("\tmemset (raw, 0, 255);\n");
            printf("\tmemset (raw, 0, 255);\n");
            printf("\tcode = IT_%s_CODE;\n", it);
            printf("\tcode = IT_%s_CODE;\n", it);
            break;
            break;
          case 'o':
          case 'o':
            printf("void sysroff_swap_%s_out(abfd,ptr)\n",(yyvsp[(2) - (3)].s));
            printf("void sysroff_swap_%s_out(abfd,ptr)\n",(yyvsp[(2) - (3)].s));
            printf("bfd * abfd;\n");
            printf("bfd * abfd;\n");
            printf("struct IT_%s *ptr;\n",it);
            printf("struct IT_%s *ptr;\n",it);
            printf("{\n");
            printf("{\n");
            printf("int idx = 0 ;\n");
            printf("int idx = 0 ;\n");
            break;
            break;
          case 'c':
          case 'c':
            printf("void sysroff_print_%s_out(ptr)\n",(yyvsp[(2) - (3)].s));
            printf("void sysroff_print_%s_out(ptr)\n",(yyvsp[(2) - (3)].s));
            printf("struct IT_%s *ptr;\n", it);
            printf("struct IT_%s *ptr;\n", it);
            printf("{\n");
            printf("{\n");
            printf("itheader(\"%s\", IT_%s_CODE);\n",(yyvsp[(2) - (3)].s),(yyvsp[(2) - (3)].s));
            printf("itheader(\"%s\", IT_%s_CODE);\n",(yyvsp[(2) - (3)].s),(yyvsp[(2) - (3)].s));
            break;
            break;
 
 
          case 't':
          case 't':
            break;
            break;
          }
          }
 
 
      }
      }
    break;
    break;
 
 
  case 7:
  case 7:
#line 155 "sysinfo.y"
#line 155 "sysinfo.y"
    {
    {
  switch (writecode) {
  switch (writecode) {
  case 'd':
  case 'd':
    printf("};\n");
    printf("};\n");
    break;
    break;
  case 'g':
  case 'g':
    printf("\tchecksum(file,raw, idx, IT_%s_CODE);\n", it);
    printf("\tchecksum(file,raw, idx, IT_%s_CODE);\n", it);
 
 
  case 'i':
  case 'i':
 
 
  case 'o':
  case 'o':
  case 'c':
  case 'c':
    printf("}\n");
    printf("}\n");
  }
  }
}
}
    break;
    break;
 
 
  case 12:
  case 12:
#line 182 "sysinfo.y"
#line 182 "sysinfo.y"
    {
    {
          rdepth++;
          rdepth++;
          switch (writecode)
          switch (writecode)
            {
            {
            case 'c':
            case 'c':
              if (rdepth==1)
              if (rdepth==1)
              printf("\tprintf(\"repeat %%d\\n\", %s);\n",(yyvsp[(3) - (3)].s));
              printf("\tprintf(\"repeat %%d\\n\", %s);\n",(yyvsp[(3) - (3)].s));
              if (rdepth==2)
              if (rdepth==2)
              printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",(yyvsp[(3) - (3)].s));
              printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",(yyvsp[(3) - (3)].s));
            case 'i':
            case 'i':
            case 'g':
            case 'g':
            case 'o':
            case 'o':
 
 
              if (rdepth==1)
              if (rdepth==1)
                {
                {
              printf("\t{ int n; for (n = 0; n < %s; n++) {\n",    (yyvsp[(3) - (3)].s));
              printf("\t{ int n; for (n = 0; n < %s; n++) {\n",    (yyvsp[(3) - (3)].s));
            }
            }
              if (rdepth == 2) {
              if (rdepth == 2) {
              printf("\t{ int m; for (m = 0; m < %s[n]; m++) {\n",    (yyvsp[(3) - (3)].s));
              printf("\t{ int m; for (m = 0; m < %s[n]; m++) {\n",    (yyvsp[(3) - (3)].s));
            }
            }
 
 
              break;
              break;
            }
            }
 
 
          oldrepeat = repeat;
          oldrepeat = repeat;
         repeat = (yyvsp[(3) - (3)].s);
         repeat = (yyvsp[(3) - (3)].s);
        }
        }
    break;
    break;
 
 
  case 13:
  case 13:
#line 212 "sysinfo.y"
#line 212 "sysinfo.y"
    {
    {
          repeat = oldrepeat;
          repeat = oldrepeat;
          oldrepeat =0;
          oldrepeat =0;
          rdepth--;
          rdepth--;
          switch (writecode)
          switch (writecode)
            {
            {
            case 'i':
            case 'i':
            case 'g':
            case 'g':
            case 'o':
            case 'o':
            case 'c':
            case 'c':
          printf("\t}}\n");
          printf("\t}}\n");
        }
        }
        }
        }
    break;
    break;
 
 
  case 14:
  case 14:
#line 229 "sysinfo.y"
#line 229 "sysinfo.y"
    {
    {
          switch (writecode)
          switch (writecode)
            {
            {
            case 'i':
            case 'i':
            case 'g':
            case 'g':
            case 'o':
            case 'o':
            case 'c':
            case 'c':
              printf("\tif (%s) {\n", (yyvsp[(3) - (3)].s));
              printf("\tif (%s) {\n", (yyvsp[(3) - (3)].s));
              break;
              break;
            }
            }
        }
        }
    break;
    break;
 
 
  case 15:
  case 15:
#line 242 "sysinfo.y"
#line 242 "sysinfo.y"
    {
    {
          switch (writecode)
          switch (writecode)
            {
            {
            case 'i':
            case 'i':
            case 'g':
            case 'g':
            case 'o':
            case 'o':
            case 'c':
            case 'c':
          printf("\t}\n");
          printf("\t}\n");
        }
        }
        }
        }
    break;
    break;
 
 
  case 16:
  case 16:
#line 256 "sysinfo.y"
#line 256 "sysinfo.y"
    {name = (yyvsp[(7) - (7)].s); }
    {name = (yyvsp[(7) - (7)].s); }
    break;
    break;
 
 
  case 17:
  case 17:
#line 258 "sysinfo.y"
#line 258 "sysinfo.y"
    {
    {
          char *desc = (yyvsp[(2) - (10)].s);
          char *desc = (yyvsp[(2) - (10)].s);
          char *type = (yyvsp[(4) - (10)].s);
          char *type = (yyvsp[(4) - (10)].s);
          int size = (yyvsp[(5) - (10)].i);
          int size = (yyvsp[(5) - (10)].i);
          char *id = (yyvsp[(7) - (10)].s);
          char *id = (yyvsp[(7) - (10)].s);
char *p = names[rdepth];
char *p = names[rdepth];
char *ptr = pnames[rdepth];
char *ptr = pnames[rdepth];
          switch (writecode)
          switch (writecode)
            {
            {
            case 'g':
            case 'g':
              if (size % 8)
              if (size % 8)
                {
                {
 
 
                  printf("\twriteBITS(ptr->%s%s,raw,&idx,%d);\n",
                  printf("\twriteBITS(ptr->%s%s,raw,&idx,%d);\n",
                         id,
                         id,
                         names[rdepth], size);
                         names[rdepth], size);
 
 
                }
                }
              else {
              else {
                printf("\twrite%s(ptr->%s%s,raw,&idx,%d,file);\n",
                printf("\twrite%s(ptr->%s%s,raw,&idx,%d,file);\n",
                       type,
                       type,
                       id,
                       id,
                       names[rdepth],size/8);
                       names[rdepth],size/8);
                }
                }
              break;
              break;
            case 'i':
            case 'i':
              {
              {
 
 
                if (rdepth >= 1)
                if (rdepth >= 1)
 
 
                  {
                  {
                    printf("if (!ptr->%s) ptr->%s = (%s*)xcalloc(%s, sizeof(ptr->%s[0]));\n",
                    printf("if (!ptr->%s) ptr->%s = (%s*)xcalloc(%s, sizeof(ptr->%s[0]));\n",
                           id,
                           id,
                           id,
                           id,
                           type,
                           type,
                           repeat,
                           repeat,
                           id);
                           id);
                  }
                  }
 
 
                if (rdepth == 2)
                if (rdepth == 2)
                  {
                  {
                    printf("if (!ptr->%s[n]) ptr->%s[n] = (%s**)xcalloc(%s[n], sizeof(ptr->%s[n][0]));\n",
                    printf("if (!ptr->%s[n]) ptr->%s[n] = (%s**)xcalloc(%s[n], sizeof(ptr->%s[n][0]));\n",
                           id,
                           id,
                           id,
                           id,
                           type,
                           type,
                           repeat,
                           repeat,
                           id);
                           id);
                  }
                  }
 
 
              }
              }
 
 
              if (size % 8)
              if (size % 8)
                {
                {
                  printf("\tptr->%s%s = getBITS(raw,&idx, %d,size);\n",
                  printf("\tptr->%s%s = getBITS(raw,&idx, %d,size);\n",
                         id,
                         id,
                         names[rdepth],
                         names[rdepth],
                         size);
                         size);
                }
                }
              else {
              else {
                printf("\tptr->%s%s = get%s(raw,&idx, %d,size);\n",
                printf("\tptr->%s%s = get%s(raw,&idx, %d,size);\n",
                       id,
                       id,
                       names[rdepth],
                       names[rdepth],
                       type,
                       type,
                       size/8);
                       size/8);
                }
                }
              break;
              break;
            case 'o':
            case 'o':
              printf("\tput%s(raw,%d,%d,&idx,ptr->%s%s);\n", type,size/8,size%8,id,names[rdepth]);
              printf("\tput%s(raw,%d,%d,&idx,ptr->%s%s);\n", type,size/8,size%8,id,names[rdepth]);
              break;
              break;
            case 'd':
            case 'd':
              if (repeat)
              if (repeat)
                printf("\t/* repeat %s */\n", repeat);
                printf("\t/* repeat %s */\n", repeat);
 
 
                  if (type[0] == 'I') {
                  if (type[0] == 'I') {
                  printf("\tint %s%s; \t/* %s */\n",ptr,id, desc);
                  printf("\tint %s%s; \t/* %s */\n",ptr,id, desc);
                }
                }
                  else if (type[0] =='C') {
                  else if (type[0] =='C') {
                  printf("\tchar %s*%s;\t /* %s */\n",ptr,id, desc);
                  printf("\tchar %s*%s;\t /* %s */\n",ptr,id, desc);
                }
                }
              else {
              else {
                printf("\tbarray %s%s;\t /* %s */\n",ptr,id, desc);
                printf("\tbarray %s%s;\t /* %s */\n",ptr,id, desc);
              }
              }
                  break;
                  break;
                case 'c':
                case 'c':
              printf("tabout();\n");
              printf("tabout();\n");
                  printf("\tprintf(\"/*%-30s*/ ptr->%s = \");\n", desc, id);
                  printf("\tprintf(\"/*%-30s*/ ptr->%s = \");\n", desc, id);
 
 
                  if (type[0] == 'I')
                  if (type[0] == 'I')
                  printf("\tprintf(\"%%d\\n\",ptr->%s%s);\n", id,p);
                  printf("\tprintf(\"%%d\\n\",ptr->%s%s);\n", id,p);
                  else   if (type[0] == 'C')
                  else   if (type[0] == 'C')
                  printf("\tprintf(\"%%s\\n\",ptr->%s%s);\n", id,p);
                  printf("\tprintf(\"%%s\\n\",ptr->%s%s);\n", id,p);
 
 
                  else   if (type[0] == 'B')
                  else   if (type[0] == 'B')
                    {
                    {
                  printf("\tpbarray(&ptr->%s%s);\n", id,p);
                  printf("\tpbarray(&ptr->%s%s);\n", id,p);
                }
                }
              else abort();
              else abort();
                  break;
                  break;
                }
                }
        }
        }
    break;
    break;
 
 
  case 18:
  case 18:
#line 363 "sysinfo.y"
#line 363 "sysinfo.y"
    { (yyval.s) = (yyvsp[(1) - (1)].s); }
    { (yyval.s) = (yyvsp[(1) - (1)].s); }
    break;
    break;
 
 
  case 19:
  case 19:
#line 364 "sysinfo.y"
#line 364 "sysinfo.y"
    { (yyval.s) = "INT";}
    { (yyval.s) = "INT";}
    break;
    break;
 
 
  case 20:
  case 20:
#line 369 "sysinfo.y"
#line 369 "sysinfo.y"
    { (yyval.s) = (yyvsp[(2) - (3)].s); }
    { (yyval.s) = (yyvsp[(2) - (3)].s); }
    break;
    break;
 
 
  case 21:
  case 21:
#line 374 "sysinfo.y"
#line 374 "sysinfo.y"
    { (yyval.i) = (yyvsp[(1) - (2)].i) * (yyvsp[(2) - (2)].i); }
    { (yyval.i) = (yyvsp[(1) - (2)].i) * (yyvsp[(2) - (2)].i); }
    break;
    break;
 
 
  case 22:
  case 22:
#line 379 "sysinfo.y"
#line 379 "sysinfo.y"
    { (yyval.s) = (yyvsp[(2) - (3)].s); }
    { (yyval.s) = (yyvsp[(2) - (3)].s); }
    break;
    break;
 
 
  case 23:
  case 23:
#line 380 "sysinfo.y"
#line 380 "sysinfo.y"
    { (yyval.s) = "dummy";}
    { (yyval.s) = "dummy";}
    break;
    break;
 
 
  case 27:
  case 27:
#line 388 "sysinfo.y"
#line 388 "sysinfo.y"
    {
    {
          switch (writecode)
          switch (writecode)
            {
            {
            case 'd':
            case 'd':
              printf("#define %s %s\n", (yyvsp[(3) - (5)].s),(yyvsp[(4) - (5)].s));
              printf("#define %s %s\n", (yyvsp[(3) - (5)].s),(yyvsp[(4) - (5)].s));
              break;
              break;
            case 'c':
            case 'c':
                printf("if (ptr->%s%s == %s) { tabout(); printf(\"%s\\n\");}\n", name, names[rdepth],(yyvsp[(4) - (5)].s),(yyvsp[(3) - (5)].s));
                printf("if (ptr->%s%s == %s) { tabout(); printf(\"%s\\n\");}\n", name, names[rdepth],(yyvsp[(4) - (5)].s),(yyvsp[(3) - (5)].s));
            }
            }
        }
        }
    break;
    break;
 
 
 
 
/* Line 1267 of yacc.c.  */
/* Line 1267 of yacc.c.  */
#line 1721 "sysinfo.c"
#line 1721 "sysinfo.c"
      default: break;
      default: break;
    }
    }
  YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
  YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
 
 
  YYPOPSTACK (yylen);
  YYPOPSTACK (yylen);
  yylen = 0;
  yylen = 0;
  YY_STACK_PRINT (yyss, yyssp);
  YY_STACK_PRINT (yyss, yyssp);
 
 
  *++yyvsp = yyval;
  *++yyvsp = yyval;
 
 
 
 
  /* Now `shift' the result of the reduction.  Determine what state
  /* Now `shift' the result of the reduction.  Determine what state
     that goes to, based on the state we popped back to and the rule
     that goes to, based on the state we popped back to and the rule
     number reduced by.  */
     number reduced by.  */
 
 
  yyn = yyr1[yyn];
  yyn = yyr1[yyn];
 
 
  yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
  yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
  if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
  if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
    yystate = yytable[yystate];
    yystate = yytable[yystate];
  else
  else
    yystate = yydefgoto[yyn - YYNTOKENS];
    yystate = yydefgoto[yyn - YYNTOKENS];
 
 
  goto yynewstate;
  goto yynewstate;
 
 
 
 
/*------------------------------------.
/*------------------------------------.
| yyerrlab -- here on detecting error |
| yyerrlab -- here on detecting error |
`------------------------------------*/
`------------------------------------*/
yyerrlab:
yyerrlab:
  /* If not already recovering from an error, report this error.  */
  /* If not already recovering from an error, report this error.  */
  if (!yyerrstatus)
  if (!yyerrstatus)
    {
    {
      ++yynerrs;
      ++yynerrs;
#if ! YYERROR_VERBOSE
#if ! YYERROR_VERBOSE
      yyerror (YY_("syntax error"));
      yyerror (YY_("syntax error"));
#else
#else
      {
      {
        YYSIZE_T yysize = yysyntax_error (0, yystate, yychar);
        YYSIZE_T yysize = yysyntax_error (0, yystate, yychar);
        if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
        if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
          {
          {
            YYSIZE_T yyalloc = 2 * yysize;
            YYSIZE_T yyalloc = 2 * yysize;
            if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
            if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
              yyalloc = YYSTACK_ALLOC_MAXIMUM;
              yyalloc = YYSTACK_ALLOC_MAXIMUM;
            if (yymsg != yymsgbuf)
            if (yymsg != yymsgbuf)
              YYSTACK_FREE (yymsg);
              YYSTACK_FREE (yymsg);
            yymsg = (char *) YYSTACK_ALLOC (yyalloc);
            yymsg = (char *) YYSTACK_ALLOC (yyalloc);
            if (yymsg)
            if (yymsg)
              yymsg_alloc = yyalloc;
              yymsg_alloc = yyalloc;
            else
            else
              {
              {
                yymsg = yymsgbuf;
                yymsg = yymsgbuf;
                yymsg_alloc = sizeof yymsgbuf;
                yymsg_alloc = sizeof yymsgbuf;
              }
              }
          }
          }
 
 
        if (0 < yysize && yysize <= yymsg_alloc)
        if (0 < yysize && yysize <= yymsg_alloc)
          {
          {
            (void) yysyntax_error (yymsg, yystate, yychar);
            (void) yysyntax_error (yymsg, yystate, yychar);
            yyerror (yymsg);
            yyerror (yymsg);
          }
          }
        else
        else
          {
          {
            yyerror (YY_("syntax error"));
            yyerror (YY_("syntax error"));
            if (yysize != 0)
            if (yysize != 0)
              goto yyexhaustedlab;
              goto yyexhaustedlab;
          }
          }
      }
      }
#endif
#endif
    }
    }
 
 
 
 
 
 
  if (yyerrstatus == 3)
  if (yyerrstatus == 3)
    {
    {
      /* If just tried and failed to reuse look-ahead token after an
      /* If just tried and failed to reuse look-ahead token after an
         error, discard it.  */
         error, discard it.  */
 
 
      if (yychar <= YYEOF)
      if (yychar <= YYEOF)
        {
        {
          /* Return failure if at end of input.  */
          /* Return failure if at end of input.  */
          if (yychar == YYEOF)
          if (yychar == YYEOF)
            YYABORT;
            YYABORT;
        }
        }
      else
      else
        {
        {
          yydestruct ("Error: discarding",
          yydestruct ("Error: discarding",
                      yytoken, &yylval);
                      yytoken, &yylval);
          yychar = YYEMPTY;
          yychar = YYEMPTY;
        }
        }
    }
    }
 
 
  /* Else will try to reuse look-ahead token after shifting the error
  /* Else will try to reuse look-ahead token after shifting the error
     token.  */
     token.  */
  goto yyerrlab1;
  goto yyerrlab1;
 
 
 
 
/*---------------------------------------------------.
/*---------------------------------------------------.
| yyerrorlab -- error raised explicitly by YYERROR.  |
| yyerrorlab -- error raised explicitly by YYERROR.  |
`---------------------------------------------------*/
`---------------------------------------------------*/
yyerrorlab:
yyerrorlab:
 
 
  /* Pacify compilers like GCC when the user code never invokes
  /* Pacify compilers like GCC when the user code never invokes
     YYERROR and the label yyerrorlab therefore never appears in user
     YYERROR and the label yyerrorlab therefore never appears in user
     code.  */
     code.  */
  if (/*CONSTCOND*/ 0)
  if (/*CONSTCOND*/ 0)
     goto yyerrorlab;
     goto yyerrorlab;
 
 
  /* Do not reclaim the symbols of the rule which action triggered
  /* Do not reclaim the symbols of the rule which action triggered
     this YYERROR.  */
     this YYERROR.  */
  YYPOPSTACK (yylen);
  YYPOPSTACK (yylen);
  yylen = 0;
  yylen = 0;
  YY_STACK_PRINT (yyss, yyssp);
  YY_STACK_PRINT (yyss, yyssp);
  yystate = *yyssp;
  yystate = *yyssp;
  goto yyerrlab1;
  goto yyerrlab1;
 
 
 
 
/*-------------------------------------------------------------.
/*-------------------------------------------------------------.
| yyerrlab1 -- common code for both syntax error and YYERROR.  |
| yyerrlab1 -- common code for both syntax error and YYERROR.  |
`-------------------------------------------------------------*/
`-------------------------------------------------------------*/
yyerrlab1:
yyerrlab1:
  yyerrstatus = 3;      /* Each real token shifted decrements this.  */
  yyerrstatus = 3;      /* Each real token shifted decrements this.  */
 
 
  for (;;)
  for (;;)
    {
    {
      yyn = yypact[yystate];
      yyn = yypact[yystate];
      if (yyn != YYPACT_NINF)
      if (yyn != YYPACT_NINF)
        {
        {
          yyn += YYTERROR;
          yyn += YYTERROR;
          if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
          if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
            {
            {
              yyn = yytable[yyn];
              yyn = yytable[yyn];
              if (0 < yyn)
              if (0 < yyn)
                break;
                break;
            }
            }
        }
        }
 
 
      /* Pop the current state because it cannot handle the error token.  */
      /* Pop the current state because it cannot handle the error token.  */
      if (yyssp == yyss)
      if (yyssp == yyss)
        YYABORT;
        YYABORT;
 
 
 
 
      yydestruct ("Error: popping",
      yydestruct ("Error: popping",
                  yystos[yystate], yyvsp);
                  yystos[yystate], yyvsp);
      YYPOPSTACK (1);
      YYPOPSTACK (1);
      yystate = *yyssp;
      yystate = *yyssp;
      YY_STACK_PRINT (yyss, yyssp);
      YY_STACK_PRINT (yyss, yyssp);
    }
    }
 
 
  if (yyn == YYFINAL)
  if (yyn == YYFINAL)
    YYACCEPT;
    YYACCEPT;
 
 
  *++yyvsp = yylval;
  *++yyvsp = yylval;
 
 
 
 
  /* Shift the error token.  */
  /* Shift the error token.  */
  YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);
  YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);
 
 
  yystate = yyn;
  yystate = yyn;
  goto yynewstate;
  goto yynewstate;
 
 
 
 
/*-------------------------------------.
/*-------------------------------------.
| yyacceptlab -- YYACCEPT comes here.  |
| yyacceptlab -- YYACCEPT comes here.  |
`-------------------------------------*/
`-------------------------------------*/
yyacceptlab:
yyacceptlab:
  yyresult = 0;
  yyresult = 0;
  goto yyreturn;
  goto yyreturn;
 
 
/*-----------------------------------.
/*-----------------------------------.
| yyabortlab -- YYABORT comes here.  |
| yyabortlab -- YYABORT comes here.  |
`-----------------------------------*/
`-----------------------------------*/
yyabortlab:
yyabortlab:
  yyresult = 1;
  yyresult = 1;
  goto yyreturn;
  goto yyreturn;
 
 
#ifndef yyoverflow
#ifndef yyoverflow
/*-------------------------------------------------.
/*-------------------------------------------------.
| yyexhaustedlab -- memory exhaustion comes here.  |
| yyexhaustedlab -- memory exhaustion comes here.  |
`-------------------------------------------------*/
`-------------------------------------------------*/
yyexhaustedlab:
yyexhaustedlab:
  yyerror (YY_("memory exhausted"));
  yyerror (YY_("memory exhausted"));
  yyresult = 2;
  yyresult = 2;
  /* Fall through.  */
  /* Fall through.  */
#endif
#endif
 
 
yyreturn:
yyreturn:
  if (yychar != YYEOF && yychar != YYEMPTY)
  if (yychar != YYEOF && yychar != YYEMPTY)
     yydestruct ("Cleanup: discarding lookahead",
     yydestruct ("Cleanup: discarding lookahead",
                 yytoken, &yylval);
                 yytoken, &yylval);
  /* Do not reclaim the symbols of the rule which action triggered
  /* Do not reclaim the symbols of the rule which action triggered
     this YYABORT or YYACCEPT.  */
     this YYABORT or YYACCEPT.  */
  YYPOPSTACK (yylen);
  YYPOPSTACK (yylen);
  YY_STACK_PRINT (yyss, yyssp);
  YY_STACK_PRINT (yyss, yyssp);
  while (yyssp != yyss)
  while (yyssp != yyss)
    {
    {
      yydestruct ("Cleanup: popping",
      yydestruct ("Cleanup: popping",
                  yystos[*yyssp], yyvsp);
                  yystos[*yyssp], yyvsp);
      YYPOPSTACK (1);
      YYPOPSTACK (1);
    }
    }
#ifndef yyoverflow
#ifndef yyoverflow
  if (yyss != yyssa)
  if (yyss != yyssa)
    YYSTACK_FREE (yyss);
    YYSTACK_FREE (yyss);
#endif
#endif
#if YYERROR_VERBOSE
#if YYERROR_VERBOSE
  if (yymsg != yymsgbuf)
  if (yymsg != yymsgbuf)
    YYSTACK_FREE (yymsg);
    YYSTACK_FREE (yymsg);
#endif
#endif
  /* Make sure YYID is used.  */
  /* Make sure YYID is used.  */
  return YYID (yyresult);
  return YYID (yyresult);
}
}
 
 
 
 
#line 403 "sysinfo.y"
#line 403 "sysinfo.y"
 
 
/* four modes
/* four modes
 
 
   -d write structure definitions for sysroff in host format
   -d write structure definitions for sysroff in host format
   -i write functions to swap into sysroff format in
   -i write functions to swap into sysroff format in
   -o write functions to swap into sysroff format out
   -o write functions to swap into sysroff format out
   -c write code to print info in human form */
   -c write code to print info in human form */
 
 
int yydebug;
int yydebug;
 
 
int
int
main (int ac, char **av)
main (int ac, char **av)
{
{
  yydebug=0;
  yydebug=0;
  if (ac > 1)
  if (ac > 1)
    writecode = av[1][1];
    writecode = av[1][1];
if (writecode == 'd')
if (writecode == 'd')
  {
  {
    printf("typedef struct { unsigned char *data; int len; } barray; \n");
    printf("typedef struct { unsigned char *data; int len; } barray; \n");
    printf("typedef  int INT;\n");
    printf("typedef  int INT;\n");
    printf("typedef  char * CHARS;\n");
    printf("typedef  char * CHARS;\n");
 
 
  }
  }
  yyparse();
  yyparse();
return 0;
return 0;
}
}
 
 
static int
static int
yyerror (char *s)
yyerror (char *s)
{
{
  fprintf(stderr, "%s\n" , s);
  fprintf(stderr, "%s\n" , s);
  return 0;
  return 0;
}
}
 
 
 
 

powered by: WebSVN 2.1.0

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