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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [binutils/] [rcparse.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 {
     BEG = 258,
     BEG = 258,
     END = 259,
     END = 259,
     ACCELERATORS = 260,
     ACCELERATORS = 260,
     VIRTKEY = 261,
     VIRTKEY = 261,
     ASCII = 262,
     ASCII = 262,
     NOINVERT = 263,
     NOINVERT = 263,
     SHIFT = 264,
     SHIFT = 264,
     CONTROL = 265,
     CONTROL = 265,
     ALT = 266,
     ALT = 266,
     BITMAP = 267,
     BITMAP = 267,
     CURSOR = 268,
     CURSOR = 268,
     DIALOG = 269,
     DIALOG = 269,
     DIALOGEX = 270,
     DIALOGEX = 270,
     EXSTYLE = 271,
     EXSTYLE = 271,
     CAPTION = 272,
     CAPTION = 272,
     CLASS = 273,
     CLASS = 273,
     STYLE = 274,
     STYLE = 274,
     AUTO3STATE = 275,
     AUTO3STATE = 275,
     AUTOCHECKBOX = 276,
     AUTOCHECKBOX = 276,
     AUTORADIOBUTTON = 277,
     AUTORADIOBUTTON = 277,
     CHECKBOX = 278,
     CHECKBOX = 278,
     COMBOBOX = 279,
     COMBOBOX = 279,
     CTEXT = 280,
     CTEXT = 280,
     DEFPUSHBUTTON = 281,
     DEFPUSHBUTTON = 281,
     EDITTEXT = 282,
     EDITTEXT = 282,
     GROUPBOX = 283,
     GROUPBOX = 283,
     LISTBOX = 284,
     LISTBOX = 284,
     LTEXT = 285,
     LTEXT = 285,
     PUSHBOX = 286,
     PUSHBOX = 286,
     PUSHBUTTON = 287,
     PUSHBUTTON = 287,
     RADIOBUTTON = 288,
     RADIOBUTTON = 288,
     RTEXT = 289,
     RTEXT = 289,
     SCROLLBAR = 290,
     SCROLLBAR = 290,
     STATE3 = 291,
     STATE3 = 291,
     USERBUTTON = 292,
     USERBUTTON = 292,
     BEDIT = 293,
     BEDIT = 293,
     HEDIT = 294,
     HEDIT = 294,
     IEDIT = 295,
     IEDIT = 295,
     FONT = 296,
     FONT = 296,
     ICON = 297,
     ICON = 297,
     ANICURSOR = 298,
     ANICURSOR = 298,
     ANIICON = 299,
     ANIICON = 299,
     DLGINCLUDE = 300,
     DLGINCLUDE = 300,
     DLGINIT = 301,
     DLGINIT = 301,
     FONTDIR = 302,
     FONTDIR = 302,
     HTML = 303,
     HTML = 303,
     MANIFEST = 304,
     MANIFEST = 304,
     PLUGPLAY = 305,
     PLUGPLAY = 305,
     VXD = 306,
     VXD = 306,
     TOOLBAR = 307,
     TOOLBAR = 307,
     BUTTON = 308,
     BUTTON = 308,
     LANGUAGE = 309,
     LANGUAGE = 309,
     CHARACTERISTICS = 310,
     CHARACTERISTICS = 310,
     VERSIONK = 311,
     VERSIONK = 311,
     MENU = 312,
     MENU = 312,
     MENUEX = 313,
     MENUEX = 313,
     MENUITEM = 314,
     MENUITEM = 314,
     SEPARATOR = 315,
     SEPARATOR = 315,
     POPUP = 316,
     POPUP = 316,
     CHECKED = 317,
     CHECKED = 317,
     GRAYED = 318,
     GRAYED = 318,
     HELP = 319,
     HELP = 319,
     INACTIVE = 320,
     INACTIVE = 320,
     MENUBARBREAK = 321,
     MENUBARBREAK = 321,
     MENUBREAK = 322,
     MENUBREAK = 322,
     MESSAGETABLE = 323,
     MESSAGETABLE = 323,
     RCDATA = 324,
     RCDATA = 324,
     STRINGTABLE = 325,
     STRINGTABLE = 325,
     VERSIONINFO = 326,
     VERSIONINFO = 326,
     FILEVERSION = 327,
     FILEVERSION = 327,
     PRODUCTVERSION = 328,
     PRODUCTVERSION = 328,
     FILEFLAGSMASK = 329,
     FILEFLAGSMASK = 329,
     FILEFLAGS = 330,
     FILEFLAGS = 330,
     FILEOS = 331,
     FILEOS = 331,
     FILETYPE = 332,
     FILETYPE = 332,
     FILESUBTYPE = 333,
     FILESUBTYPE = 333,
     BLOCKSTRINGFILEINFO = 334,
     BLOCKSTRINGFILEINFO = 334,
     BLOCKVARFILEINFO = 335,
     BLOCKVARFILEINFO = 335,
     VALUE = 336,
     VALUE = 336,
     BLOCK = 337,
     BLOCK = 337,
     MOVEABLE = 338,
     MOVEABLE = 338,
     FIXED = 339,
     FIXED = 339,
     PURE = 340,
     PURE = 340,
     IMPURE = 341,
     IMPURE = 341,
     PRELOAD = 342,
     PRELOAD = 342,
     LOADONCALL = 343,
     LOADONCALL = 343,
     DISCARDABLE = 344,
     DISCARDABLE = 344,
     NOT = 345,
     NOT = 345,
     QUOTEDUNISTRING = 346,
     QUOTEDUNISTRING = 346,
     QUOTEDSTRING = 347,
     QUOTEDSTRING = 347,
     STRING = 348,
     STRING = 348,
     NUMBER = 349,
     NUMBER = 349,
     SIZEDUNISTRING = 350,
     SIZEDUNISTRING = 350,
     SIZEDSTRING = 351,
     SIZEDSTRING = 351,
     IGNORED_TOKEN = 352,
     IGNORED_TOKEN = 352,
     NEG = 353
     NEG = 353
   };
   };
#endif
#endif
/* Tokens.  */
/* Tokens.  */
#define BEG 258
#define BEG 258
#define END 259
#define END 259
#define ACCELERATORS 260
#define ACCELERATORS 260
#define VIRTKEY 261
#define VIRTKEY 261
#define ASCII 262
#define ASCII 262
#define NOINVERT 263
#define NOINVERT 263
#define SHIFT 264
#define SHIFT 264
#define CONTROL 265
#define CONTROL 265
#define ALT 266
#define ALT 266
#define BITMAP 267
#define BITMAP 267
#define CURSOR 268
#define CURSOR 268
#define DIALOG 269
#define DIALOG 269
#define DIALOGEX 270
#define DIALOGEX 270
#define EXSTYLE 271
#define EXSTYLE 271
#define CAPTION 272
#define CAPTION 272
#define CLASS 273
#define CLASS 273
#define STYLE 274
#define STYLE 274
#define AUTO3STATE 275
#define AUTO3STATE 275
#define AUTOCHECKBOX 276
#define AUTOCHECKBOX 276
#define AUTORADIOBUTTON 277
#define AUTORADIOBUTTON 277
#define CHECKBOX 278
#define CHECKBOX 278
#define COMBOBOX 279
#define COMBOBOX 279
#define CTEXT 280
#define CTEXT 280
#define DEFPUSHBUTTON 281
#define DEFPUSHBUTTON 281
#define EDITTEXT 282
#define EDITTEXT 282
#define GROUPBOX 283
#define GROUPBOX 283
#define LISTBOX 284
#define LISTBOX 284
#define LTEXT 285
#define LTEXT 285
#define PUSHBOX 286
#define PUSHBOX 286
#define PUSHBUTTON 287
#define PUSHBUTTON 287
#define RADIOBUTTON 288
#define RADIOBUTTON 288
#define RTEXT 289
#define RTEXT 289
#define SCROLLBAR 290
#define SCROLLBAR 290
#define STATE3 291
#define STATE3 291
#define USERBUTTON 292
#define USERBUTTON 292
#define BEDIT 293
#define BEDIT 293
#define HEDIT 294
#define HEDIT 294
#define IEDIT 295
#define IEDIT 295
#define FONT 296
#define FONT 296
#define ICON 297
#define ICON 297
#define ANICURSOR 298
#define ANICURSOR 298
#define ANIICON 299
#define ANIICON 299
#define DLGINCLUDE 300
#define DLGINCLUDE 300
#define DLGINIT 301
#define DLGINIT 301
#define FONTDIR 302
#define FONTDIR 302
#define HTML 303
#define HTML 303
#define MANIFEST 304
#define MANIFEST 304
#define PLUGPLAY 305
#define PLUGPLAY 305
#define VXD 306
#define VXD 306
#define TOOLBAR 307
#define TOOLBAR 307
#define BUTTON 308
#define BUTTON 308
#define LANGUAGE 309
#define LANGUAGE 309
#define CHARACTERISTICS 310
#define CHARACTERISTICS 310
#define VERSIONK 311
#define VERSIONK 311
#define MENU 312
#define MENU 312
#define MENUEX 313
#define MENUEX 313
#define MENUITEM 314
#define MENUITEM 314
#define SEPARATOR 315
#define SEPARATOR 315
#define POPUP 316
#define POPUP 316
#define CHECKED 317
#define CHECKED 317
#define GRAYED 318
#define GRAYED 318
#define HELP 319
#define HELP 319
#define INACTIVE 320
#define INACTIVE 320
#define MENUBARBREAK 321
#define MENUBARBREAK 321
#define MENUBREAK 322
#define MENUBREAK 322
#define MESSAGETABLE 323
#define MESSAGETABLE 323
#define RCDATA 324
#define RCDATA 324
#define STRINGTABLE 325
#define STRINGTABLE 325
#define VERSIONINFO 326
#define VERSIONINFO 326
#define FILEVERSION 327
#define FILEVERSION 327
#define PRODUCTVERSION 328
#define PRODUCTVERSION 328
#define FILEFLAGSMASK 329
#define FILEFLAGSMASK 329
#define FILEFLAGS 330
#define FILEFLAGS 330
#define FILEOS 331
#define FILEOS 331
#define FILETYPE 332
#define FILETYPE 332
#define FILESUBTYPE 333
#define FILESUBTYPE 333
#define BLOCKSTRINGFILEINFO 334
#define BLOCKSTRINGFILEINFO 334
#define BLOCKVARFILEINFO 335
#define BLOCKVARFILEINFO 335
#define VALUE 336
#define VALUE 336
#define BLOCK 337
#define BLOCK 337
#define MOVEABLE 338
#define MOVEABLE 338
#define FIXED 339
#define FIXED 339
#define PURE 340
#define PURE 340
#define IMPURE 341
#define IMPURE 341
#define PRELOAD 342
#define PRELOAD 342
#define LOADONCALL 343
#define LOADONCALL 343
#define DISCARDABLE 344
#define DISCARDABLE 344
#define NOT 345
#define NOT 345
#define QUOTEDUNISTRING 346
#define QUOTEDUNISTRING 346
#define QUOTEDSTRING 347
#define QUOTEDSTRING 347
#define STRING 348
#define STRING 348
#define NUMBER 349
#define NUMBER 349
#define SIZEDUNISTRING 350
#define SIZEDUNISTRING 350
#define SIZEDSTRING 351
#define SIZEDSTRING 351
#define IGNORED_TOKEN 352
#define IGNORED_TOKEN 352
#define NEG 353
#define NEG 353
 
 
 
 
 
 
 
 
/* Copy the first part of user declarations.  */
/* Copy the first part of user declarations.  */
#line 1 "rcparse.y"
#line 1 "rcparse.y"
 /* rcparse.y -- parser for Windows rc files
 /* rcparse.y -- parser for Windows rc files
   Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008
   Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008
   Free Software Foundation, Inc.
   Free Software Foundation, Inc.
   Written by Ian Lance Taylor, Cygnus Support.
   Written by Ian Lance Taylor, Cygnus Support.
   Extended by Kai Tietz, Onevision.
   Extended by Kai Tietz, Onevision.
 
 
   This file is part of GNU Binutils.
   This file is part of GNU Binutils.
 
 
   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 3 of the License, or
   the Free Software Foundation; either version 3 of the License, or
   (at your option) any later version.
   (at your option) 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, Boston, MA
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
   02110-1301, USA.  */
   02110-1301, USA.  */
 
 
 
 
/* This is a parser for Windows rc files.  It is based on the parser
/* This is a parser for Windows rc files.  It is based on the parser
   by Gunther Ebert <gunther.ebert@ixos-leipzig.de>.  */
   by Gunther Ebert <gunther.ebert@ixos-leipzig.de>.  */
 
 
#include "sysdep.h"
#include "sysdep.h"
#include "bfd.h"
#include "bfd.h"
#include "bucomm.h"
#include "bucomm.h"
#include "libiberty.h"
#include "libiberty.h"
#include "windres.h"
#include "windres.h"
#include "safe-ctype.h"
#include "safe-ctype.h"
 
 
/* The current language.  */
/* The current language.  */
 
 
static unsigned short language;
static unsigned short language;
 
 
/* The resource information during a sub statement.  */
/* The resource information during a sub statement.  */
 
 
static rc_res_res_info sub_res_info;
static rc_res_res_info sub_res_info;
 
 
/* Dialog information.  This is built by the nonterminals styles and
/* Dialog information.  This is built by the nonterminals styles and
   controls.  */
   controls.  */
 
 
static rc_dialog dialog;
static rc_dialog dialog;
 
 
/* This is used when building a style.  It is modified by the
/* This is used when building a style.  It is modified by the
   nonterminal styleexpr.  */
   nonterminal styleexpr.  */
 
 
static unsigned long style;
static unsigned long style;
 
 
/* These are used when building a control.  They are set before using
/* These are used when building a control.  They are set before using
   control_params.  */
   control_params.  */
 
 
static rc_uint_type base_style;
static rc_uint_type base_style;
static rc_uint_type default_style;
static rc_uint_type default_style;
static rc_res_id class;
static rc_res_id class;
static rc_res_id res_text_field;
static rc_res_id res_text_field;
static unichar null_unichar;
static unichar null_unichar;
 
 
/* This is used for COMBOBOX, LISTBOX and EDITTEXT which
/* This is used for COMBOBOX, LISTBOX and EDITTEXT which
   do not allow resource 'text' field in control definition. */
   do not allow resource 'text' field in control definition. */
static const rc_res_id res_null_text = { 1, {{0, &null_unichar}}};
static const rc_res_id res_null_text = { 1, {{0, &null_unichar}}};
 
 
 
 
 
 
/* 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 69 "rcparse.y"
#line 69 "rcparse.y"
{
{
  rc_accelerator acc;
  rc_accelerator acc;
  rc_accelerator *pacc;
  rc_accelerator *pacc;
  rc_dialog_control *dialog_control;
  rc_dialog_control *dialog_control;
  rc_menuitem *menuitem;
  rc_menuitem *menuitem;
  struct
  struct
  {
  {
    rc_rcdata_item *first;
    rc_rcdata_item *first;
    rc_rcdata_item *last;
    rc_rcdata_item *last;
  } rcdata;
  } rcdata;
  rc_rcdata_item *rcdata_item;
  rc_rcdata_item *rcdata_item;
  rc_fixed_versioninfo *fixver;
  rc_fixed_versioninfo *fixver;
  rc_ver_info *verinfo;
  rc_ver_info *verinfo;
  rc_ver_stringinfo *verstring;
  rc_ver_stringinfo *verstring;
  rc_ver_varinfo *vervar;
  rc_ver_varinfo *vervar;
  rc_toolbar_item *toobar_item;
  rc_toolbar_item *toobar_item;
  rc_res_id id;
  rc_res_id id;
  rc_res_res_info res_info;
  rc_res_res_info res_info;
  struct
  struct
  {
  {
    rc_uint_type on;
    rc_uint_type on;
    rc_uint_type off;
    rc_uint_type off;
  } memflags;
  } memflags;
  struct
  struct
  {
  {
    rc_uint_type val;
    rc_uint_type val;
    /* Nonzero if this number was explicitly specified as long.  */
    /* Nonzero if this number was explicitly specified as long.  */
    int dword;
    int dword;
  } i;
  } i;
  rc_uint_type il;
  rc_uint_type il;
  rc_uint_type is;
  rc_uint_type is;
  const char *s;
  const char *s;
  struct
  struct
  {
  {
    rc_uint_type length;
    rc_uint_type length;
    const char *s;
    const char *s;
  } ss;
  } ss;
  unichar *uni;
  unichar *uni;
  struct
  struct
  {
  {
    rc_uint_type length;
    rc_uint_type length;
    const unichar *s;
    const unichar *s;
  } suni;
  } suni;
}
}
/* Line 193 of yacc.c.  */
/* Line 193 of yacc.c.  */
#line 404 "rcparse.c"
#line 404 "rcparse.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 417 "rcparse.c"
#line 417 "rcparse.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  2
#define YYFINAL  2
/* YYLAST -- Last index in YYTABLE.  */
/* YYLAST -- Last index in YYTABLE.  */
#define YYLAST   835
#define YYLAST   835
 
 
/* YYNTOKENS -- Number of terminals.  */
/* YYNTOKENS -- Number of terminals.  */
#define YYNTOKENS  112
#define YYNTOKENS  112
/* YYNNTS -- Number of nonterminals.  */
/* YYNNTS -- Number of nonterminals.  */
#define YYNNTS  99
#define YYNNTS  99
/* YYNRULES -- Number of rules.  */
/* YYNRULES -- Number of rules.  */
#define YYNRULES  270
#define YYNRULES  270
/* YYNRULES -- Number of states.  */
/* YYNRULES -- Number of states.  */
#define YYNSTATES  515
#define YYNSTATES  515
 
 
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
#define YYUNDEFTOK  2
#define YYUNDEFTOK  2
#define YYMAXUTOK   353
#define YYMAXUTOK   353
 
 
#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,   105,   100,     2,
       2,     2,     2,     2,     2,     2,     2,   105,   100,     2,
     110,   111,   103,   101,   108,   102,     2,   104,     2,     2,
     110,   111,   103,   101,   108,   102,     2,   104,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,   109,     2,     2,     2,     2,     2,     2,     2,     2,
       2,   109,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,    99,     2,     2,     2,     2,     2,
       2,     2,     2,     2,    99,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,    98,     2,   106,     2,     2,     2,
       2,     2,     2,     2,    98,     2,   106,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     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,
       5,     6,     7,     8,     9,    10,    11,    12,    13,    14,
       5,     6,     7,     8,     9,    10,    11,    12,    13,    14,
      15,    16,    17,    18,    19,    20,    21,    22,    23,    24,
      15,    16,    17,    18,    19,    20,    21,    22,    23,    24,
      25,    26,    27,    28,    29,    30,    31,    32,    33,    34,
      25,    26,    27,    28,    29,    30,    31,    32,    33,    34,
      35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
      35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
      45,    46,    47,    48,    49,    50,    51,    52,    53,    54,
      45,    46,    47,    48,    49,    50,    51,    52,    53,    54,
      55,    56,    57,    58,    59,    60,    61,    62,    63,    64,
      55,    56,    57,    58,    59,    60,    61,    62,    63,    64,
      65,    66,    67,    68,    69,    70,    71,    72,    73,    74,
      65,    66,    67,    68,    69,    70,    71,    72,    73,    74,
      75,    76,    77,    78,    79,    80,    81,    82,    83,    84,
      75,    76,    77,    78,    79,    80,    81,    82,    83,    84,
      85,    86,    87,    88,    89,    90,    91,    92,    93,    94,
      85,    86,    87,    88,    89,    90,    91,    92,    93,    94,
      95,    96,    97,   107
      95,    96,    97,   107
};
};
 
 
#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_uint16 yyprhs[] =
static const yytype_uint16 yyprhs[] =
{
{
       0,     0,     3,     4,     7,    10,    13,    16,    19,    22,
       0,     0,     3,     4,     7,    10,    13,    16,    19,    22,
      25,    28,    31,    34,    37,    40,    43,    46,    49,    56,
      25,    28,    31,    34,    37,    40,    43,    46,    49,    56,
      57,    60,    63,    68,    70,    72,    74,    78,    81,    83,
      57,    60,    63,    68,    70,    72,    74,    78,    81,    83,
      85,    87,    89,    91,    93,    98,   103,   104,   118,   119,
      85,    87,    89,    91,    93,    98,   103,   104,   118,   119,
     133,   134,   149,   150,   154,   155,   159,   163,   167,   171,
     133,   134,   149,   150,   154,   155,   159,   163,   167,   171,
     175,   181,   188,   196,   205,   209,   213,   218,   222,   223,
     175,   181,   188,   196,   205,   209,   213,   218,   222,   223,
     226,   227,   232,   233,   238,   239,   244,   245,   250,   251,
     226,   227,   232,   233,   238,   239,   244,   245,   250,   251,
     256,   257,   261,   273,   286,   287,   292,   293,   298,   299,
     256,   257,   261,   273,   286,   287,   292,   293,   298,   299,
     303,   304,   309,   310,   315,   322,   331,   342,   354,   355,
     303,   304,   309,   310,   315,   322,   331,   342,   354,   355,
     360,   361,   365,   366,   371,   372,   377,   378,   383,   384,
     360,   361,   365,   366,   371,   372,   377,   378,   383,   384,
     389,   390,   395,   396,   400,   401,   406,   407,   423,   430,
     389,   390,   395,   396,   400,   401,   406,   407,   423,   430,
     439,   449,   452,   453,   456,   458,   460,   461,   465,   466,
     439,   449,   452,   453,   456,   458,   460,   461,   465,   466,
     470,   471,   475,   476,   480,   485,   490,   494,   501,   502,
     470,   471,   475,   476,   480,   485,   490,   494,   501,   502,
     505,   510,   513,   520,   521,   525,   528,   530,   532,   534,
     505,   510,   513,   520,   521,   525,   528,   530,   532,   534,
     536,   538,   540,   547,   548,   551,   554,   558,   564,   567,
     536,   538,   540,   547,   548,   551,   554,   558,   564,   567,
     573,   580,   588,   598,   603,   604,   607,   608,   610,   612,
     573,   580,   588,   598,   603,   604,   607,   608,   610,   612,
     614,   616,   620,   624,   628,   631,   632,   639,   640,   644,
     614,   616,   620,   624,   628,   631,   632,   639,   640,   644,
     649,   652,   654,   656,   658,   660,   662,   664,   666,   668,
     649,   652,   654,   656,   658,   660,   662,   664,   666,   668,
     670,   672,   679,   684,   693,   694,   698,   701,   708,   709,
     670,   672,   679,   684,   693,   694,   698,   701,   708,   709,
     716,   723,   727,   731,   735,   739,   743,   744,   753,   761,
     716,   723,   727,   731,   735,   739,   743,   744,   753,   761,
     762,   768,   769,   773,   775,   777,   779,   781,   784,   786,
     762,   768,   769,   773,   775,   777,   779,   781,   784,   786,
     789,   790,   793,   797,   802,   806,   807,   810,   811,   814,
     789,   790,   793,   797,   802,   806,   807,   810,   811,   814,
     816,   818,   820,   822,   824,   826,   828,   830,   832,   834,
     816,   818,   820,   822,   824,   826,   828,   830,   832,   834,
     837,   839,   841,   843,   846,   848,   851,   853,   856,   860,
     837,   839,   841,   843,   846,   848,   851,   853,   856,   860,
     865,   867,   871,   872,   874,   877,   879,   881,   885,   888,
     865,   867,   871,   872,   874,   877,   879,   881,   885,   888,
     891,   895,   899,   903,   907,   911,   915,   919,   923,   926,
     891,   895,   899,   903,   907,   911,   915,   919,   923,   926,
     928,   930,   934,   937,   941,   945,   949,   953,   957,   961,
     928,   930,   934,   937,   941,   945,   949,   953,   957,   961,
     965
     965
};
};
 
 
/* YYRHS -- A `-1'-separated list of the rules' RHS.  */
/* YYRHS -- A `-1'-separated list of the rules' RHS.  */
static const yytype_int16 yyrhs[] =
static const yytype_int16 yyrhs[] =
{
{
     113,     0,    -1,    -1,   113,   114,    -1,   113,   120,    -1,
     113,     0,    -1,    -1,   113,   114,    -1,   113,   120,    -1,
     113,   121,    -1,   113,   122,    -1,   113,   162,    -1,   113,
     113,   121,    -1,   113,   122,    -1,   113,   162,    -1,   113,
     163,    -1,   113,   164,    -1,   113,   165,    -1,   113,   170,
     163,    -1,   113,   164,    -1,   113,   165,    -1,   113,   170,
      -1,   113,   173,    -1,   113,   178,    -1,   113,   183,    -1,
      -1,   113,   173,    -1,   113,   178,    -1,   113,   183,    -1,
     113,   182,    -1,   113,   185,    -1,   113,    97,    -1,   190,
     113,   182,    -1,   113,   185,    -1,   113,    97,    -1,   190,
       5,   193,     3,   115,     4,    -1,    -1,   115,   116,    -1,
       5,   193,     3,   115,     4,    -1,    -1,   115,   116,    -1,
     117,   208,    -1,   117,   208,   108,   118,    -1,    92,    -1,
     117,   208,    -1,   117,   208,   108,   118,    -1,    92,    -1,
     209,    -1,   119,    -1,   118,   108,   119,    -1,   118,   119,
     209,    -1,   119,    -1,   118,   108,   119,    -1,   118,   119,
      -1,     6,    -1,     7,    -1,     8,    -1,     9,    -1,    10,
      -1,     6,    -1,     7,    -1,     8,    -1,     9,    -1,    10,
      -1,    11,    -1,   190,    12,   195,   197,    -1,   190,    13,
      -1,    11,    -1,   190,    12,   195,   197,    -1,   190,    13,
     194,   197,    -1,    -1,   190,    14,   195,   126,   209,   205,
     194,   197,    -1,    -1,   190,    14,   195,   126,   209,   205,
     205,   205,   123,   127,     3,   128,     4,    -1,    -1,   190,
     205,   205,   123,   127,     3,   128,     4,    -1,    -1,   190,
      15,   195,   126,   209,   205,   205,   205,   124,   127,     3,
      15,   195,   126,   209,   205,   205,   205,   124,   127,     3,
     128,     4,    -1,    -1,   190,    15,   195,   126,   209,   205,
     128,     4,    -1,    -1,   190,    15,   195,   126,   209,   205,
     205,   205,   205,   125,   127,     3,   128,     4,    -1,    -1,
     205,   205,   205,   125,   127,     3,   128,     4,    -1,    -1,
      16,   109,   206,    -1,    -1,   127,    17,   198,    -1,   127,
      16,   109,   206,    -1,    -1,   127,    17,   198,    -1,   127,
      18,   190,    -1,   127,    19,   202,    -1,   127,    16,   206,
      18,   190,    -1,   127,    19,   202,    -1,   127,    16,   206,
      -1,   127,    18,   198,    -1,   127,    41,   206,   108,   198,
      -1,   127,    18,   198,    -1,   127,    41,   206,   108,   198,
      -1,   127,    41,   206,   108,   198,   205,    -1,   127,    41,
      -1,   127,    41,   206,   108,   198,   205,    -1,   127,    41,
     206,   108,   198,   205,   205,    -1,   127,    41,   206,   108,
     206,   108,   198,   205,   205,    -1,   127,    41,   206,   108,
     198,   205,   205,   205,    -1,   127,    57,   190,    -1,   127,
     198,   205,   205,   205,    -1,   127,    57,   190,    -1,   127,
      55,   206,    -1,   127,    54,   206,   205,    -1,   127,    56,
      55,   206,    -1,   127,    54,   206,   205,    -1,   127,    56,
     206,    -1,    -1,   128,   129,    -1,    -1,    20,   153,   130,
     206,    -1,    -1,   128,   129,    -1,    -1,    20,   153,   130,
     151,    -1,    -1,    21,   153,   131,   151,    -1,    -1,    22,
     151,    -1,    -1,    21,   153,   131,   151,    -1,    -1,    22,
     153,   132,   151,    -1,    -1,    38,   153,   133,   151,    -1,
     153,   132,   151,    -1,    -1,    38,   153,   133,   151,    -1,
      -1,    23,   153,   134,   151,    -1,    -1,    24,   135,   151,
      -1,    23,   153,   134,   151,    -1,    -1,    24,   135,   151,
      -1,    10,   153,   206,   152,   156,   205,   205,   205,   205,
      -1,    10,   153,   206,   152,   156,   205,   205,   205,   205,
     204,   155,    -1,    10,   153,   206,   152,   156,   205,   205,
     204,   155,    -1,    10,   153,   206,   152,   156,   205,   205,
     205,   205,   205,   205,   155,    -1,    -1,    25,   153,   136,
     205,   205,   205,   205,   155,    -1,    -1,    25,   153,   136,
     151,    -1,    -1,    26,   153,   137,   151,    -1,    -1,    27,
     151,    -1,    -1,    26,   153,   137,   151,    -1,    -1,    27,
     138,   151,    -1,    -1,    28,   153,   139,   151,    -1,    -1,
     138,   151,    -1,    -1,    28,   153,   139,   151,    -1,    -1,
      39,   153,   140,   151,    -1,    42,   192,   206,   205,   205,
      39,   153,   140,   151,    -1,    42,   192,   206,   205,   205,
     155,    -1,    42,   192,   206,   205,   205,   205,   205,   155,
     155,    -1,    42,   192,   206,   205,   205,   205,   205,   155,
      -1,    42,   192,   206,   205,   205,   205,   205,   158,   204,
      -1,    42,   192,   206,   205,   205,   205,   205,   158,   204,
     155,    -1,    42,   192,   206,   205,   205,   205,   205,   158,
     155,    -1,    42,   192,   206,   205,   205,   205,   205,   158,
     205,   205,   155,    -1,    -1,    40,   153,   141,   151,    -1,
     205,   205,   155,    -1,    -1,    40,   153,   141,   151,    -1,
      -1,    29,   142,   151,    -1,    -1,    30,   153,   143,   151,
      -1,    29,   142,   151,    -1,    -1,    30,   153,   143,   151,
      -1,    -1,    31,   153,   144,   151,    -1,    -1,    32,   153,
      -1,    -1,    31,   153,   144,   151,    -1,    -1,    32,   153,
     145,   151,    -1,    -1,    33,   153,   146,   151,    -1,    -1,
     145,   151,    -1,    -1,    33,   153,   146,   151,    -1,    -1,
      34,   153,   147,   151,    -1,    -1,    35,   148,   151,    -1,
      34,   153,   147,   151,    -1,    -1,    35,   148,   151,    -1,
      -1,    36,   153,   149,   151,    -1,    -1,    37,   192,   206,
      -1,    36,   153,   149,   151,    -1,    -1,    37,   192,   206,
     108,   206,   108,   206,   108,   206,   108,   206,   108,   150,
     108,   206,   108,   206,   108,   206,   108,   206,   108,   150,
     202,   204,    -1,   206,   205,   205,   205,   205,   155,    -1,
     202,   204,    -1,   206,   205,   205,   205,   205,   155,    -1,
     206,   205,   205,   205,   205,   160,   204,   155,    -1,   206,
     206,   205,   205,   205,   205,   160,   204,   155,    -1,   206,
     205,   205,   205,   205,   160,   205,   205,   155,    -1,   108,
     205,   205,   205,   205,   160,   205,   205,   155,    -1,   108,
     154,    -1,    -1,   154,   108,    -1,   209,    -1,   198,    -1,
     154,    -1,    -1,   154,   108,    -1,   209,    -1,   198,    -1,
      -1,     3,   174,     4,    -1,    -1,   108,   157,   202,    -1,
      -1,     3,   174,     4,    -1,    -1,   108,   157,   202,    -1,
      -1,   108,   159,   202,    -1,    -1,   108,   161,   202,    -1,
      -1,   108,   159,   202,    -1,    -1,   108,   161,   202,    -1,
     190,    41,   194,   197,    -1,   190,    42,   194,   197,    -1,
     190,    41,   194,   197,    -1,   190,    42,   194,   197,    -1,
      54,   206,   205,    -1,   190,    57,   193,     3,   166,     4,
      54,   206,   205,    -1,   190,    57,   193,     3,   166,     4,
      -1,    -1,   166,   167,    -1,    59,   198,   205,   168,    -1,
      -1,    -1,   166,   167,    -1,    59,   198,   205,   168,    -1,
      59,    60,    -1,    61,   198,   168,     3,   166,     4,    -1,
      59,    60,    -1,    61,   198,   168,     3,   166,     4,    -1,
      -1,   168,   108,   169,    -1,   168,   169,    -1,    62,    -1,
      -1,   168,   108,   169,    -1,   168,   169,    -1,    62,    -1,
      63,    -1,    64,    -1,    65,    -1,    66,    -1,    67,    -1,
      63,    -1,    64,    -1,    65,    -1,    66,    -1,    67,    -1,
     190,    58,   193,     3,   171,     4,    -1,    -1,   171,   172,
     190,    58,   193,     3,   171,     4,    -1,    -1,   171,   172,
      -1,    59,   198,    -1,    59,   198,   205,    -1,    59,   198,
      -1,    59,   198,    -1,    59,   198,   205,    -1,    59,   198,
     205,   205,   204,    -1,    59,    60,    -1,    61,   198,     3,
     205,   205,   204,    -1,    59,    60,    -1,    61,   198,     3,
     171,     4,    -1,    61,   198,   205,     3,   171,     4,    -1,
     171,     4,    -1,    61,   198,   205,     3,   171,     4,    -1,
      61,   198,   205,   205,     3,   171,     4,    -1,    61,   198,
      61,   198,   205,   205,     3,   171,     4,    -1,    61,   198,
     205,   205,   205,   204,     3,   171,     4,    -1,   190,    68,
     205,   205,   205,   204,     3,   171,     4,    -1,   190,    68,
     195,   197,    -1,    -1,   175,   176,    -1,    -1,   177,    -1,
     195,   197,    -1,    -1,   175,   176,    -1,    -1,   177,    -1,
     200,    -1,   201,    -1,   207,    -1,   177,   108,   200,    -1,
     200,    -1,   201,    -1,   207,    -1,   177,   108,   200,    -1,
     177,   108,   201,    -1,   177,   108,   207,    -1,   177,   108,
     177,   108,   201,    -1,   177,   108,   207,    -1,   177,   108,
      -1,    -1,    70,   193,     3,   179,   180,     4,    -1,    -1,
      -1,    -1,    70,   193,     3,   179,   180,     4,    -1,    -1,
     180,   206,   198,    -1,   180,   206,   108,   198,    -1,   180,
     180,   206,   198,    -1,   180,   206,   108,   198,    -1,   180,
       1,    -1,   190,    -1,    48,    -1,    69,    -1,    49,    -1,
       1,    -1,   190,    -1,    48,    -1,    69,    -1,    49,    -1,
      50,    -1,    51,    -1,    45,    -1,    46,    -1,    43,    -1,
      50,    -1,    51,    -1,    45,    -1,    46,    -1,    43,    -1,
      44,    -1,   190,   181,   193,     3,   174,     4,    -1,   190,
      44,    -1,   190,   181,   193,     3,   174,     4,    -1,   190,
     181,   193,   197,    -1,   190,    52,   193,   206,   205,     3,
     181,   193,   197,    -1,   190,    52,   193,   206,   205,     3,
     184,     4,    -1,    -1,   184,    53,   190,    -1,   184,    60,
     184,     4,    -1,    -1,   184,    53,   190,    -1,   184,    60,
      -1,   190,    71,   186,     3,   187,     4,    -1,    -1,   186,
      -1,   190,    71,   186,     3,   187,     4,    -1,    -1,   186,
      72,   206,   205,   205,   205,    -1,   186,    73,   206,   205,
      72,   206,   205,   205,   205,    -1,   186,    73,   206,   205,
     205,   205,    -1,   186,    74,   206,    -1,   186,    75,   206,
     205,   205,    -1,   186,    74,   206,    -1,   186,    75,   206,
      -1,   186,    76,   206,    -1,   186,    77,   206,    -1,   186,
      -1,   186,    76,   206,    -1,   186,    77,   206,    -1,   186,
      78,   206,    -1,    -1,   187,    79,     3,    82,     3,   188,
      78,   206,    -1,    -1,   187,    79,     3,    82,     3,   188,
       4,     4,    -1,   187,    80,     3,    81,   198,   189,     4,
       4,     4,    -1,   187,    80,     3,    81,   198,   189,     4,
      -1,    -1,   188,    81,   198,   108,   198,    -1,    -1,   189,
      -1,    -1,   188,    81,   198,   108,   198,    -1,    -1,   189,
     205,   205,    -1,   209,    -1,   191,    -1,   199,    -1,    93,
     205,   205,    -1,   209,    -1,   191,    -1,   199,    -1,    93,
      -1,   209,   108,    -1,   191,    -1,   191,   108,    -1,    -1,
      -1,   209,   108,    -1,   191,    -1,   191,   108,    -1,    -1,
     193,   196,    -1,   193,    55,   206,    -1,   193,    54,   206,
     193,   196,    -1,   193,    55,   206,    -1,   193,    54,   206,
     205,    -1,   193,    56,   206,    -1,    -1,   194,   196,    -1,
     205,    -1,   193,    56,   206,    -1,    -1,   194,   196,    -1,
      -1,   195,   196,    -1,    83,    -1,    84,    -1,    85,    -1,
      -1,   195,   196,    -1,    83,    -1,    84,    -1,    85,    -1,
      86,    -1,    87,    -1,    88,    -1,    89,    -1,    92,    -1,
      86,    -1,    87,    -1,    88,    -1,    89,    -1,    92,    -1,
      93,    -1,   199,    -1,   198,   199,    -1,    91,    -1,    92,
      93,    -1,   199,    -1,   198,   199,    -1,    91,    -1,    92,
      -1,    96,    -1,   200,    96,    -1,    95,    -1,   201,    95,
      -1,    96,    -1,   200,    96,    -1,    95,    -1,   201,    95,
      -1,   203,    -1,    90,   203,    -1,   202,    98,   203,    -1,
      -1,   203,    -1,    90,   203,    -1,   202,    98,   203,    -1,
     202,    98,    90,   203,    -1,    94,    -1,   110,   206,   111,
     202,    98,    90,   203,    -1,    94,    -1,   110,   206,   111,
      -1,    -1,   205,    -1,   108,   206,    -1,   207,    -1,    94,
      -1,    -1,   205,    -1,   108,   206,    -1,   207,    -1,    94,
      -1,   110,   207,   111,    -1,   106,   207,    -1,   102,   207,
      -1,   110,   207,   111,    -1,   106,   207,    -1,   102,   207,
      -1,   207,   103,   207,    -1,   207,   104,   207,    -1,   207,
      -1,   207,   103,   207,    -1,   207,   104,   207,    -1,   207,
     105,   207,    -1,   207,   101,   207,    -1,   207,   102,   207,
     105,   207,    -1,   207,   101,   207,    -1,   207,   102,   207,
      -1,   207,   100,   207,    -1,   207,    99,   207,    -1,   207,
      -1,   207,   100,   207,    -1,   207,    99,   207,    -1,   207,
      98,   207,    -1,   108,   209,    -1,   210,    -1,    94,    -1,
      98,   207,    -1,   108,   209,    -1,   210,    -1,    94,    -1,
     110,   207,   111,    -1,   106,   207,    -1,   210,   103,   207,
     110,   207,   111,    -1,   106,   207,    -1,   210,   103,   207,
      -1,   210,   104,   207,    -1,   210,   105,   207,    -1,   210,
      -1,   210,   104,   207,    -1,   210,   105,   207,    -1,   210,
     101,   207,    -1,   210,   102,   207,    -1,   210,   100,   207,
     101,   207,    -1,   210,   102,   207,    -1,   210,   100,   207,
      -1,   210,    99,   207,    -1,   210,    98,   207,    -1
      -1,   210,    99,   207,    -1,   210,    98,   207,    -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,   177,   177,   179,   180,   181,   182,   183,   184,   185,
       0,   177,   177,   179,   180,   181,   182,   183,   184,   185,
     186,   187,   188,   189,   190,   191,   192,   193,   199,   210,
     186,   187,   188,   189,   190,   191,   192,   193,   199,   210,
     213,   234,   239,   251,   271,   281,   285,   290,   297,   301,
     213,   234,   239,   251,   271,   281,   285,   290,   297,   301,
     306,   310,   314,   318,   327,   339,   353,   351,   378,   376,
     306,   310,   314,   318,   327,   339,   353,   351,   378,   376,
     405,   403,   435,   438,   444,   446,   452,   456,   461,   465,
     405,   403,   435,   438,   444,   446,   452,   456,   461,   465,
     469,   482,   497,   512,   527,   531,   535,   539,   545,   547,
     469,   482,   497,   512,   527,   531,   535,   539,   545,   547,
     559,   558,   571,   570,   583,   582,   595,   594,   610,   609,
     559,   558,   571,   570,   583,   582,   595,   594,   610,   609,
     622,   621,   635,   646,   656,   655,   668,   667,   680,   679,
     622,   621,   635,   646,   656,   655,   668,   667,   680,   679,
     692,   691,   704,   703,   718,   723,   729,   735,   742,   741,
     692,   691,   704,   703,   718,   723,   729,   735,   742,   741,
     757,   756,   769,   768,   781,   780,   792,   791,   804,   803,
     757,   756,   769,   768,   781,   780,   792,   791,   804,   803,
     816,   815,   828,   827,   840,   839,   853,   851,   872,   883,
     816,   815,   828,   827,   840,   839,   853,   851,   872,   883,
     894,   906,   917,   920,   924,   929,   939,   942,   952,   951,
     894,   906,   917,   920,   924,   929,   939,   942,   952,   951,
     958,   957,   964,   963,   971,   983,   996,  1005,  1016,  1019,
     958,   957,   964,   963,   971,   983,   996,  1005,  1016,  1019,
    1036,  1040,  1044,  1052,  1055,  1059,  1066,  1070,  1074,  1078,
    1036,  1040,  1044,  1052,  1055,  1059,  1066,  1070,  1074,  1078,
    1082,  1086,  1095,  1106,  1109,  1126,  1130,  1134,  1138,  1142,
    1082,  1086,  1095,  1106,  1109,  1126,  1130,  1134,  1138,  1142,
    1146,  1150,  1154,  1164,  1177,  1177,  1189,  1193,  1200,  1208,
    1146,  1150,  1154,  1164,  1177,  1177,  1189,  1193,  1200,  1208,
    1216,  1224,  1233,  1242,  1251,  1261,  1260,  1265,  1267,  1272,
    1216,  1224,  1233,  1242,  1251,  1261,  1260,  1265,  1267,  1272,
    1277,  1285,  1289,  1294,  1299,  1304,  1309,  1314,  1319,  1324,
    1277,  1285,  1289,  1294,  1299,  1304,  1309,  1314,  1319,  1324,
    1329,  1340,  1347,  1357,  1363,  1364,  1383,  1408,  1419,  1424,
    1329,  1340,  1347,  1357,  1363,  1364,  1383,  1408,  1419,  1424,
    1430,  1436,  1441,  1446,  1451,  1456,  1471,  1474,  1478,  1486,
    1430,  1436,  1441,  1446,  1451,  1456,  1471,  1474,  1478,  1486,
    1489,  1497,  1500,  1509,  1514,  1523,  1527,  1537,  1542,  1546,
    1489,  1497,  1500,  1509,  1514,  1523,  1527,  1537,  1542,  1546,
    1557,  1563,  1569,  1574,  1579,  1590,  1595,  1607,  1612,  1624,
    1557,  1563,  1569,  1574,  1579,  1590,  1595,  1607,  1612,  1624,
    1629,  1634,  1639,  1644,  1649,  1654,  1664,  1668,  1676,  1681,
    1629,  1634,  1639,  1644,  1649,  1654,  1664,  1668,  1676,  1681,
    1696,  1700,  1709,  1713,  1725,  1729,  1751,  1755,  1759,  1763,
    1696,  1700,  1709,  1713,  1725,  1729,  1751,  1755,  1759,  1763,
    1770,  1774,  1784,  1787,  1796,  1805,  1814,  1818,  1822,  1827,
    1770,  1774,  1784,  1787,  1796,  1805,  1814,  1818,  1822,  1827,
    1832,  1837,  1842,  1847,  1852,  1857,  1862,  1867,  1878,  1887,
    1832,  1837,  1842,  1847,  1852,  1857,  1862,  1867,  1878,  1887,
    1898,  1902,  1906,  1911,  1916,  1921,  1926,  1931,  1936,  1941,
    1898,  1902,  1906,  1911,  1916,  1921,  1926,  1931,  1936,  1941,
    1946
    1946
};
};
#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", "BEG", "END", "ACCELERATORS", "VIRTKEY",
  "$end", "error", "$undefined", "BEG", "END", "ACCELERATORS", "VIRTKEY",
  "ASCII", "NOINVERT", "SHIFT", "CONTROL", "ALT", "BITMAP", "CURSOR",
  "ASCII", "NOINVERT", "SHIFT", "CONTROL", "ALT", "BITMAP", "CURSOR",
  "DIALOG", "DIALOGEX", "EXSTYLE", "CAPTION", "CLASS", "STYLE",
  "DIALOG", "DIALOGEX", "EXSTYLE", "CAPTION", "CLASS", "STYLE",
  "AUTO3STATE", "AUTOCHECKBOX", "AUTORADIOBUTTON", "CHECKBOX", "COMBOBOX",
  "AUTO3STATE", "AUTOCHECKBOX", "AUTORADIOBUTTON", "CHECKBOX", "COMBOBOX",
  "CTEXT", "DEFPUSHBUTTON", "EDITTEXT", "GROUPBOX", "LISTBOX", "LTEXT",
  "CTEXT", "DEFPUSHBUTTON", "EDITTEXT", "GROUPBOX", "LISTBOX", "LTEXT",
  "PUSHBOX", "PUSHBUTTON", "RADIOBUTTON", "RTEXT", "SCROLLBAR", "STATE3",
  "PUSHBOX", "PUSHBUTTON", "RADIOBUTTON", "RTEXT", "SCROLLBAR", "STATE3",
  "USERBUTTON", "BEDIT", "HEDIT", "IEDIT", "FONT", "ICON", "ANICURSOR",
  "USERBUTTON", "BEDIT", "HEDIT", "IEDIT", "FONT", "ICON", "ANICURSOR",
  "ANIICON", "DLGINCLUDE", "DLGINIT", "FONTDIR", "HTML", "MANIFEST",
  "ANIICON", "DLGINCLUDE", "DLGINIT", "FONTDIR", "HTML", "MANIFEST",
  "PLUGPLAY", "VXD", "TOOLBAR", "BUTTON", "LANGUAGE", "CHARACTERISTICS",
  "PLUGPLAY", "VXD", "TOOLBAR", "BUTTON", "LANGUAGE", "CHARACTERISTICS",
  "VERSIONK", "MENU", "MENUEX", "MENUITEM", "SEPARATOR", "POPUP",
  "VERSIONK", "MENU", "MENUEX", "MENUITEM", "SEPARATOR", "POPUP",
  "CHECKED", "GRAYED", "HELP", "INACTIVE", "MENUBARBREAK", "MENUBREAK",
  "CHECKED", "GRAYED", "HELP", "INACTIVE", "MENUBARBREAK", "MENUBREAK",
  "MESSAGETABLE", "RCDATA", "STRINGTABLE", "VERSIONINFO", "FILEVERSION",
  "MESSAGETABLE", "RCDATA", "STRINGTABLE", "VERSIONINFO", "FILEVERSION",
  "PRODUCTVERSION", "FILEFLAGSMASK", "FILEFLAGS", "FILEOS", "FILETYPE",
  "PRODUCTVERSION", "FILEFLAGSMASK", "FILEFLAGS", "FILEOS", "FILETYPE",
  "FILESUBTYPE", "BLOCKSTRINGFILEINFO", "BLOCKVARFILEINFO", "VALUE",
  "FILESUBTYPE", "BLOCKSTRINGFILEINFO", "BLOCKVARFILEINFO", "VALUE",
  "BLOCK", "MOVEABLE", "FIXED", "PURE", "IMPURE", "PRELOAD", "LOADONCALL",
  "BLOCK", "MOVEABLE", "FIXED", "PURE", "IMPURE", "PRELOAD", "LOADONCALL",
  "DISCARDABLE", "NOT", "QUOTEDUNISTRING", "QUOTEDSTRING", "STRING",
  "DISCARDABLE", "NOT", "QUOTEDUNISTRING", "QUOTEDSTRING", "STRING",
  "NUMBER", "SIZEDUNISTRING", "SIZEDSTRING", "IGNORED_TOKEN", "'|'", "'^'",
  "NUMBER", "SIZEDUNISTRING", "SIZEDSTRING", "IGNORED_TOKEN", "'|'", "'^'",
  "'&'", "'+'", "'-'", "'*'", "'/'", "'%'", "'~'", "NEG", "','", "'='",
  "'&'", "'+'", "'-'", "'*'", "'/'", "'%'", "'~'", "NEG", "','", "'='",
  "'('", "')'", "$accept", "input", "accelerator", "acc_entries",
  "'('", "')'", "$accept", "input", "accelerator", "acc_entries",
  "acc_entry", "acc_event", "acc_options", "acc_option", "bitmap",
  "acc_entry", "acc_event", "acc_options", "acc_option", "bitmap",
  "cursor", "dialog", "@1", "@2", "@3", "exstyle", "styles", "controls",
  "cursor", "dialog", "@1", "@2", "@3", "exstyle", "styles", "controls",
  "control", "@4", "@5", "@6", "@7", "@8", "@9", "@10", "@11", "@12",
  "control", "@4", "@5", "@6", "@7", "@8", "@9", "@10", "@11", "@12",
  "@13", "@14", "@15", "@16", "@17", "@18", "@19", "@20", "@21", "@22",
  "@13", "@14", "@15", "@16", "@17", "@18", "@19", "@20", "@21", "@22",
  "@23", "@24", "control_params", "cresid", "optresidc", "resid",
  "@23", "@24", "control_params", "cresid", "optresidc", "resid",
  "opt_control_data", "control_styleexpr", "@25", "icon_styleexpr", "@26",
  "opt_control_data", "control_styleexpr", "@25", "icon_styleexpr", "@26",
  "control_params_styleexpr", "@27", "font", "icon", "language", "menu",
  "control_params_styleexpr", "@27", "font", "icon", "language", "menu",
  "menuitems", "menuitem", "menuitem_flags", "menuitem_flag", "menuex",
  "menuitems", "menuitem", "menuitem_flags", "menuitem_flag", "menuex",
  "menuexitems", "menuexitem", "messagetable", "optrcdata_data", "@28",
  "menuexitems", "menuexitem", "messagetable", "optrcdata_data", "@28",
  "optrcdata_data_int", "rcdata_data", "stringtable", "@29", "string_data",
  "optrcdata_data_int", "rcdata_data", "stringtable", "@29", "string_data",
  "rcdata_id", "user", "toolbar", "toolbar_data", "versioninfo",
  "rcdata_id", "user", "toolbar", "toolbar_data", "versioninfo",
  "fixedverinfo", "verblocks", "vervals", "vertrans", "id", "resname",
  "fixedverinfo", "verblocks", "vervals", "vertrans", "id", "resname",
  "resref", "suboptions", "memflags_move_discard", "memflags_move",
  "resref", "suboptions", "memflags_move_discard", "memflags_move",
  "memflag", "file_name", "res_unicode_string_concat",
  "memflag", "file_name", "res_unicode_string_concat",
  "res_unicode_string", "sizedstring", "sizedunistring", "styleexpr",
  "res_unicode_string", "sizedstring", "sizedunistring", "styleexpr",
  "parennumber", "optcnumexpr", "cnumexpr", "numexpr", "sizednumexpr",
  "parennumber", "optcnumexpr", "cnumexpr", "numexpr", "sizednumexpr",
  "cposnumexpr", "posnumexpr", "sizedposnumexpr", 0
  "cposnumexpr", "posnumexpr", "sizedposnumexpr", 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,   260,   261,   262,   263,   264,
       0,   256,   257,   258,   259,   260,   261,   262,   263,   264,
     265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
     265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
     275,   276,   277,   278,   279,   280,   281,   282,   283,   284,
     275,   276,   277,   278,   279,   280,   281,   282,   283,   284,
     285,   286,   287,   288,   289,   290,   291,   292,   293,   294,
     285,   286,   287,   288,   289,   290,   291,   292,   293,   294,
     295,   296,   297,   298,   299,   300,   301,   302,   303,   304,
     295,   296,   297,   298,   299,   300,   301,   302,   303,   304,
     305,   306,   307,   308,   309,   310,   311,   312,   313,   314,
     305,   306,   307,   308,   309,   310,   311,   312,   313,   314,
     315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
     315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
     325,   326,   327,   328,   329,   330,   331,   332,   333,   334,
     325,   326,   327,   328,   329,   330,   331,   332,   333,   334,
     335,   336,   337,   338,   339,   340,   341,   342,   343,   344,
     335,   336,   337,   338,   339,   340,   341,   342,   343,   344,
     345,   346,   347,   348,   349,   350,   351,   352,   124,    94,
     345,   346,   347,   348,   349,   350,   351,   352,   124,    94,
      38,    43,    45,    42,    47,    37,   126,   353,    44,    61,
      38,    43,    45,    42,    47,    37,   126,   353,    44,    61,
      40,    41
      40,    41
};
};
# 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,   112,   113,   113,   113,   113,   113,   113,   113,   113,
       0,   112,   113,   113,   113,   113,   113,   113,   113,   113,
     113,   113,   113,   113,   113,   113,   113,   113,   114,   115,
     113,   113,   113,   113,   113,   113,   113,   113,   114,   115,
     115,   116,   116,   117,   117,   118,   118,   118,   119,   119,
     115,   116,   116,   117,   117,   118,   118,   118,   119,   119,
     119,   119,   119,   119,   120,   121,   123,   122,   124,   122,
     119,   119,   119,   119,   120,   121,   123,   122,   124,   122,
     125,   122,   126,   126,   127,   127,   127,   127,   127,   127,
     125,   122,   126,   126,   127,   127,   127,   127,   127,   127,
     127,   127,   127,   127,   127,   127,   127,   127,   128,   128,
     127,   127,   127,   127,   127,   127,   127,   127,   128,   128,
     130,   129,   131,   129,   132,   129,   133,   129,   134,   129,
     130,   129,   131,   129,   132,   129,   133,   129,   134,   129,
     135,   129,   129,   129,   136,   129,   137,   129,   138,   129,
     135,   129,   129,   129,   136,   129,   137,   129,   138,   129,
     139,   129,   140,   129,   129,   129,   129,   129,   141,   129,
     139,   129,   140,   129,   129,   129,   129,   129,   141,   129,
     142,   129,   143,   129,   144,   129,   145,   129,   146,   129,
     142,   129,   143,   129,   144,   129,   145,   129,   146,   129,
     147,   129,   148,   129,   149,   129,   150,   129,   151,   151,
     147,   129,   148,   129,   149,   129,   150,   129,   151,   151,
     151,   152,   153,   153,   154,   154,   155,   155,   157,   156,
     151,   152,   153,   153,   154,   154,   155,   155,   157,   156,
     159,   158,   161,   160,   162,   163,   164,   165,   166,   166,
     159,   158,   161,   160,   162,   163,   164,   165,   166,   166,
     167,   167,   167,   168,   168,   168,   169,   169,   169,   169,
     167,   167,   167,   168,   168,   168,   169,   169,   169,   169,
     169,   169,   170,   171,   171,   172,   172,   172,   172,   172,
     169,   169,   170,   171,   171,   172,   172,   172,   172,   172,
     172,   172,   172,   173,   175,   174,   176,   176,   177,   177,
     172,   172,   172,   173,   175,   174,   176,   176,   177,   177,
     177,   177,   177,   177,   177,   179,   178,   180,   180,   180,
     177,   177,   177,   177,   177,   179,   178,   180,   180,   180,
     180,   181,   181,   181,   181,   181,   181,   181,   181,   181,
     180,   181,   181,   181,   181,   181,   181,   181,   181,   181,
     181,   182,   182,   183,   184,   184,   184,   185,   186,   186,
     181,   182,   182,   183,   184,   184,   184,   185,   186,   186,
     186,   186,   186,   186,   186,   186,   187,   187,   187,   188,
     186,   186,   186,   186,   186,   186,   187,   187,   187,   188,
     188,   189,   189,   190,   190,   191,   191,   192,   192,   192,
     188,   189,   189,   190,   190,   191,   191,   192,   192,   192,
     193,   193,   193,   193,   193,   194,   194,   195,   195,   196,
     193,   193,   193,   193,   193,   194,   194,   195,   195,   196,
     196,   196,   196,   196,   196,   196,   197,   197,   198,   198,
     196,   196,   196,   196,   196,   196,   197,   197,   198,   198,
     199,   199,   200,   200,   201,   201,   202,   202,   202,   202,
     199,   199,   200,   200,   201,   201,   202,   202,   202,   202,
     203,   203,   204,   204,   205,   206,   207,   207,   207,   207,
     203,   203,   204,   204,   205,   206,   207,   207,   207,   207,
     207,   207,   207,   207,   207,   207,   207,   207,   208,   209,
     207,   207,   207,   207,   207,   207,   207,   207,   208,   209,
     210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
     210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
     210
     210
};
};
 
 
/* 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,     2,     2,     2,     2,     2,
       0,     2,     0,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     6,     0,
       2,     2,     2,     2,     2,     2,     2,     2,     6,     0,
       2,     2,     4,     1,     1,     1,     3,     2,     1,     1,
       2,     2,     4,     1,     1,     1,     3,     2,     1,     1,
       1,     1,     1,     1,     4,     4,     0,    13,     0,    13,
       1,     1,     1,     1,     4,     4,     0,    13,     0,    13,
       0,    14,     0,     3,     0,     3,     3,     3,     3,     3,
       0,    14,     0,     3,     0,     3,     3,     3,     3,     3,
       5,     6,     7,     8,     3,     3,     4,     3,     0,     2,
       5,     6,     7,     8,     3,     3,     4,     3,     0,     2,
       0,     4,     0,     4,     0,     4,     0,     4,     0,     4,
       0,     4,     0,     4,     0,     4,     0,     4,     0,     4,
       0,     3,    11,    12,     0,     4,     0,     4,     0,     3,
       0,     3,    11,    12,     0,     4,     0,     4,     0,     3,
       0,     4,     0,     4,     6,     8,    10,    11,     0,     4,
       0,     4,     0,     4,     6,     8,    10,    11,     0,     4,
       0,     3,     0,     4,     0,     4,     0,     4,     0,     4,
       0,     3,     0,     4,     0,     4,     0,     4,     0,     4,
       0,     4,     0,     3,     0,     4,     0,    15,     6,     8,
       0,     4,     0,     3,     0,     4,     0,    15,     6,     8,
       9,     2,     0,     2,     1,     1,     0,     3,     0,     3,
       9,     2,     0,     2,     1,     1,     0,     3,     0,     3,
       0,     3,     0,     3,     4,     4,     3,     6,     0,     2,
       0,     3,     0,     3,     4,     4,     3,     6,     0,     2,
       4,     2,     6,     0,     3,     2,     1,     1,     1,     1,
       4,     2,     6,     0,     3,     2,     1,     1,     1,     1,
       1,     1,     6,     0,     2,     2,     3,     5,     2,     5,
       1,     1,     6,     0,     2,     2,     3,     5,     2,     5,
       6,     7,     9,     4,     0,     2,     0,     1,     1,     1,
       6,     7,     9,     4,     0,     2,     0,     1,     1,     1,
       1,     3,     3,     3,     2,     0,     6,     0,     3,     4,
       1,     3,     3,     3,     2,     0,     6,     0,     3,     4,
       2,     1,     1,     1,     1,     1,     1,     1,     1,     1,
       2,     1,     1,     1,     1,     1,     1,     1,     1,     1,
       1,     6,     4,     8,     0,     3,     2,     6,     0,     6,
       1,     6,     4,     8,     0,     3,     2,     6,     0,     6,
       6,     3,     3,     3,     3,     3,     0,     8,     7,     0,
       6,     3,     3,     3,     3,     3,     0,     8,     7,     0,
       5,     0,     3,     1,     1,     1,     1,     2,     1,     2,
       5,     0,     3,     1,     1,     1,     1,     2,     1,     2,
       0,     2,     3,     4,     3,     0,     2,     0,     2,     1,
       0,     2,     3,     4,     3,     0,     2,     0,     2,     1,
       1,     1,     1,     1,     1,     1,     1,     1,     1,     2,
       1,     1,     1,     1,     1,     1,     1,     1,     1,     2,
       1,     1,     1,     2,     1,     2,     1,     2,     3,     4,
       1,     1,     1,     2,     1,     2,     1,     2,     3,     4,
       1,     3,     0,     1,     2,     1,     1,     3,     2,     2,
       1,     3,     0,     1,     2,     1,     1,     3,     2,     2,
       3,     3,     3,     3,     3,     3,     3,     3,     2,     1,
       3,     3,     3,     3,     3,     3,     3,     3,     2,     1,
       1,     3,     2,     3,     3,     3,     3,     3,     3,     3,
       1,     3,     2,     3,     3,     3,     3,     3,     3,     3,
       3
       3
};
};
 
 
/* 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_uint16 yydefact[] =
static const yytype_uint16 yydefact[] =
{
{
       2,     0,     1,     0,   210,   230,   231,   206,   260,    17,
       2,     0,     1,     0,   210,   230,   231,   206,   260,    17,
       0,     0,     3,     4,     5,     6,     7,     8,     9,    10,
       0,     0,     3,     4,     5,     6,     7,     8,     9,    10,
      11,    12,    13,    15,    14,    16,     0,   204,   205,   203,
      11,    12,    13,    15,    14,    16,     0,   204,   205,   203,
     259,   246,     0,     0,     0,     0,   245,     0,   262,     0,
     259,   246,     0,     0,     0,     0,   245,     0,   262,     0,
     210,   217,   215,   217,   217,   215,   215,   179,   180,   177,
     210,   217,   215,   217,   217,   215,   215,   179,   180,   177,
     178,   172,   174,   175,   176,   210,   210,   210,   217,   173,
     178,   172,   174,   175,   176,   210,   210,   210,   217,   173,
     188,   210,   171,     0,     0,     0,     0,     0,     0,     0,
     188,   210,   171,     0,     0,     0,     0,     0,     0,     0,
       0,   249,   248,     0,     0,   126,     0,     0,     0,     0,
       0,   249,   248,     0,     0,   126,     0,     0,     0,     0,
       0,     0,     0,     0,   165,     0,     0,     0,   219,   220,
       0,     0,     0,     0,   165,     0,     0,     0,   219,   220,
     221,   222,   223,   224,   225,   211,   261,     0,     0,     0,
     221,   222,   223,   224,   225,   211,   261,     0,     0,     0,
      42,    42,     0,     0,     0,     0,     0,     0,     0,     0,
      42,    42,     0,     0,     0,     0,     0,     0,     0,     0,
     270,   269,   268,   266,   267,   263,   264,   265,   247,   244,
     270,   269,   268,   266,   267,   263,   264,   265,   247,   244,
     257,   256,   255,   253,   254,   250,   251,   252,   167,     0,
     257,   256,   255,   253,   254,   250,   251,   252,   167,     0,
     212,   214,    19,   226,   227,   218,    34,   216,    35,     0,
     212,   214,    19,   226,   227,   218,    34,   216,    35,     0,
       0,     0,   124,   125,     0,   128,   143,   153,   196,     0,
       0,     0,   124,   125,     0,   128,   143,   153,   196,     0,
       0,     0,     0,     0,     0,     0,   154,   182,     0,   213,
       0,     0,     0,     0,     0,     0,   154,   182,     0,   213,
       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     191,   192,   193,   194,   195,     0,   156,   170,   166,     0,
     191,   192,   193,   194,   195,     0,   156,   170,   166,     0,
      18,    23,    20,     0,    24,    43,     0,     0,   184,   127,
      18,    23,    20,     0,    24,    43,     0,     0,   184,   127,
       0,     0,   129,   142,     0,     0,   144,   187,     0,     0,
       0,     0,   129,   142,     0,     0,   144,   187,     0,     0,
       0,     0,   181,   234,   232,   155,   157,   158,   159,   160,
       0,     0,   181,   234,   232,   155,   157,   158,   159,   160,
       0,   168,   228,     0,    21,     0,     0,     0,   131,     0,
       0,   168,   228,     0,    21,     0,     0,     0,   131,     0,
     133,   148,   145,     0,     0,     0,     0,     0,   164,   233,
     133,   148,   145,     0,     0,     0,     0,     0,   164,   233,
     235,   169,   229,   258,     0,    36,    38,   183,     0,   186,
     235,   169,   229,   258,     0,    36,    38,   183,     0,   186,
     133,     0,   146,   143,     0,     0,     0,   189,   190,   161,
     133,     0,   146,   143,     0,     0,     0,   189,   190,   161,
     162,   163,    28,    29,    30,    31,    32,    33,    22,    25,
     162,   163,    28,    29,    30,    31,    32,    33,    22,    25,
      44,    44,    40,   185,   130,   128,   136,   137,   138,   139,
      44,    44,    40,   185,   130,   128,   136,   137,   138,   139,
     140,   141,     0,   135,   242,     0,   143,     0,   199,   201,
     140,   141,     0,   135,   242,     0,   143,     0,   199,   201,
       0,    27,     0,     0,    44,     0,   134,   147,   243,   149,
       0,    27,     0,     0,    44,     0,   134,   147,   243,   149,
       0,   143,   242,     0,     0,    26,    58,     0,     0,     0,
       0,   143,   242,     0,     0,    26,    58,     0,     0,     0,
       0,     0,     0,     0,     0,     0,    58,     0,   132,   150,
       0,     0,     0,     0,     0,     0,    58,     0,   132,   150,
       0,     0,     0,     0,   198,     0,     0,    48,    45,    46,
       0,     0,     0,     0,   198,     0,     0,    48,    45,    46,
      49,   205,     0,   240,     0,    47,   236,     0,     0,    55,
      49,   205,     0,   240,     0,    47,   236,     0,     0,    55,
      57,    54,     0,    58,   151,   143,   197,     0,   202,    37,
      57,    54,     0,    58,   151,   143,   197,     0,   202,    37,
     112,   112,   112,   112,   112,    70,   112,   112,    78,   112,
     112,   112,   112,   112,   112,    70,   112,   112,    78,   112,
      90,   112,   112,   112,   112,   112,   102,   112,     0,   112,
      90,   112,   112,   112,   112,   112,   102,   112,     0,   112,
     112,   112,     0,    59,   237,     0,     0,     0,    56,    39,
     112,   112,     0,    59,   237,     0,     0,     0,    56,    39,
       0,     0,     0,     0,     0,   115,   114,    60,    62,    64,
       0,     0,     0,     0,     0,   115,   114,    60,    62,    64,
      68,     0,    74,    76,     0,    80,     0,    92,    94,    96,
      68,     0,    74,    76,     0,    80,     0,    92,    94,    96,
      98,   100,     0,   104,   208,     0,     0,    66,    82,    88,
      98,   100,     0,   104,   208,     0,     0,    66,    82,    88,
       0,   241,     0,   238,    50,    41,   152,   200,     0,   113,
       0,   241,     0,   238,    50,    41,   152,   200,     0,   113,
       0,     0,     0,     0,    71,     0,     0,     0,    79,     0,
       0,     0,     0,     0,    71,     0,     0,     0,    79,     0,
      91,     0,     0,     0,     0,     0,   103,     0,   209,     0,
      91,     0,     0,     0,     0,     0,   103,     0,   209,     0,
     207,     0,     0,     0,     0,   239,    51,     0,     0,    61,
     207,     0,     0,     0,     0,   239,    51,     0,     0,    61,
      63,    65,    69,     0,    75,    77,    81,    93,    95,    97,
      63,    65,    69,     0,    75,    77,    81,    93,    95,    97,
      99,   101,   105,     0,    67,    83,    89,     0,    52,   111,
      99,   101,   105,     0,    67,    83,    89,     0,    52,   111,
     118,     0,     0,     0,   116,    53,     0,     0,     0,     0,
     118,     0,     0,     0,   116,    53,     0,     0,     0,     0,
     154,    84,     0,   119,     0,   116,     0,     0,   116,     0,
     154,    84,     0,   119,     0,   116,     0,     0,   116,     0,
     122,   108,   242,     0,   117,   120,    85,   242,   242,     0,
     122,   108,   242,     0,   117,   120,    85,   242,   242,     0,
     116,   243,     0,     0,   116,   243,   116,   243,   123,   109,
     116,   243,     0,     0,   116,   243,   116,   243,   123,   109,
     116,     0,   121,    86,   116,    72,   116,   110,     0,    87,
     116,     0,   121,    86,   116,    72,   116,   110,     0,    87,
      73,   106,     0,   242,   107
      73,   106,     0,   242,   107
};
};
 
 
/* YYDEFGOTO[NTERM-NUM].  */
/* YYDEFGOTO[NTERM-NUM].  */
static const yytype_int16 yydefgoto[] =
static const yytype_int16 yydefgoto[] =
{
{
      -1,     1,    12,   160,   182,   183,   258,   259,    13,    14,
      -1,     1,    12,   160,   182,   183,   258,   259,    13,    14,
      15,   260,   261,   284,   140,   282,   316,   363,   410,   411,
      15,   260,   261,   284,   140,   282,   316,   363,   410,   411,
     412,   431,   413,   381,   416,   417,   384,   419,   432,   433,
     412,   431,   413,   381,   416,   417,   384,   419,   432,   433,
     386,   421,   422,   423,   424,   425,   392,   427,   512,   414,
     386,   421,   422,   423,   424,   425,   392,   427,   512,   414,
     438,   373,   374,   471,   461,   466,   487,   493,   482,   489,
     438,   373,   374,   471,   461,   466,   487,   493,   482,   489,
      16,    17,    18,    19,   165,   192,   241,   273,    20,   166,
      16,    17,    18,    19,   165,   192,   241,   273,    20,   166,
     196,    21,   175,   176,   205,   206,    22,   128,   158,    61,
     196,    21,   175,   176,   205,   206,    22,   128,   158,    61,
      23,    24,   217,    25,   108,   167,   293,   294,    26,    27,
      23,    24,   217,    25,   108,   167,   293,   294,    26,    27,
     395,    37,    99,    98,    95,   136,   375,   212,   207,   208,
     395,    37,    99,    98,    95,   136,   375,   212,   207,   208,
     325,   326,   287,   288,   415,    36,   214,   376,    30
     325,   326,   287,   288,   415,    36,   214,   376,    30
};
};
 
 
/* 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 -309
#define YYPACT_NINF -309
static const yytype_int16 yypact[] =
static const yytype_int16 yypact[] =
{
{
    -309,    68,  -309,   338,  -309,  -309,  -309,  -309,  -309,  -309,
    -309,    68,  -309,   338,  -309,  -309,  -309,  -309,  -309,  -309,
     338,   338,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,
     338,   338,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,
    -309,  -309,  -309,  -309,  -309,  -309,   458,  -309,  -309,  -309,
    -309,  -309,  -309,  -309,  -309,  -309,   458,  -309,  -309,  -309,
     605,  -309,   338,   338,   338,   -92,   642,   230,  -309,   534,
     605,  -309,   338,   338,   338,   -92,   642,   230,  -309,   534,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,
    -309,  -309,  -309,   338,   338,   338,   338,   338,   338,   338,
    -309,  -309,  -309,   338,   338,   338,   338,   338,   338,   338,
     338,  -309,  -309,   695,   338,  -309,   338,   338,   338,   338,
     338,  -309,  -309,   695,   338,  -309,   338,   338,   338,   338,
     338,   338,   338,   338,  -309,   338,   338,   338,  -309,  -309,
     338,   338,   338,   338,  -309,   338,   338,   338,  -309,  -309,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,   329,   724,   724,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,   329,   724,   724,
     242,   242,   724,   724,   499,   434,   457,   724,   192,   250,
     242,   242,   724,   724,   499,   434,   457,   724,   192,   250,
     392,   718,   318,   174,   174,  -309,  -309,  -309,  -309,  -309,
     392,   718,   318,   174,   174,  -309,  -309,  -309,  -309,  -309,
     392,   718,   318,   174,   174,  -309,  -309,  -309,  -309,   -92,
     392,   718,   318,   174,   174,  -309,  -309,  -309,  -309,   -92,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,   -81,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,   -81,
     263,   263,  -309,  -309,   -92,  -309,  -309,  -309,  -309,   338,
     263,   263,  -309,  -309,   -92,  -309,  -309,  -309,  -309,   338,
     338,   338,   338,   338,   338,   338,  -309,  -309,     6,  -309,
     338,   338,   338,   338,   338,   338,  -309,  -309,     6,  -309,
      13,   338,   -92,   -92,    48,     8,   105,    35,   -92,   -92,
      13,   338,   -92,   -92,    48,     8,   105,    35,   -92,   -92,
    -309,  -309,  -309,  -309,  -309,    53,   373,  -309,  -309,   -38,
    -309,  -309,  -309,  -309,  -309,    53,   373,  -309,  -309,   -38,
    -309,  -309,  -309,   -48,  -309,  -309,   -92,   -92,  -309,  -309,
    -309,  -309,  -309,   -48,  -309,  -309,   -92,   -92,  -309,  -309,
     -36,     7,  -309,  -309,    80,     7,  -309,  -309,    60,   103,
     -36,     7,  -309,  -309,    80,     7,  -309,  -309,    60,   103,
     -92,   -92,  -309,  -309,  -309,  -309,    17,    38,    47,   642,
     -92,   -92,  -309,  -309,  -309,  -309,    17,    38,    47,   642,
       7,     7,  -309,   263,    65,   -92,   -92,    -1,  -309,   163,
       7,     7,  -309,   263,    65,   -92,   -92,    -1,  -309,   163,
       7,  -309,   163,    12,    74,    94,   -92,   -92,   373,  -309,
       7,  -309,   163,    12,    74,    94,   -92,   -92,   373,  -309,
    -309,     7,  -309,  -309,   818,  -309,   -92,  -309,   253,  -309,
    -309,     7,  -309,  -309,   818,  -309,   -92,  -309,   253,  -309,
    -309,   184,   -92,  -309,     5,   177,     7,  -309,  -309,    38,
    -309,   184,   -92,  -309,     5,   177,     7,  -309,  -309,    38,
      47,   642,  -309,  -309,  -309,  -309,  -309,  -309,    25,  -309,
      47,   642,  -309,  -309,  -309,  -309,  -309,  -309,    25,  -309,
    -309,  -309,  -309,  -309,   155,  -309,  -309,  -309,  -309,  -309,
    -309,  -309,  -309,  -309,   155,  -309,  -309,  -309,  -309,  -309,
    -309,  -309,   768,  -309,   -92,   120,  -309,    10,  -309,     7,
    -309,  -309,   768,  -309,   -92,   120,  -309,    10,  -309,     7,
     818,  -309,   556,   562,  -309,   137,  -309,  -309,  -309,  -309,
     818,  -309,   556,   562,  -309,   137,  -309,  -309,  -309,  -309,
     141,  -309,   -92,    21,     2,  -309,  -309,   338,     7,   253,
     141,  -309,   -92,    21,     2,  -309,  -309,   338,     7,   253,
     -46,   338,   338,   338,   338,   253,  -309,   573,  -309,  -309,
     -46,   338,   338,   338,   338,   253,  -309,   573,  -309,  -309,
     153,   188,   172,     7,  -309,   -92,   655,  -309,     7,  -309,
     153,   188,   172,     7,  -309,   -92,   655,  -309,     7,  -309,
       7,    40,    27,  -309,   338,    99,  -309,    93,   -92,  -309,
       7,    40,    27,  -309,   338,    99,  -309,    93,   -92,  -309,
    -309,  -309,   692,  -309,  -309,  -309,  -309,   168,  -309,  -309,
    -309,  -309,   692,  -309,  -309,  -309,  -309,   168,  -309,  -309,
     258,   258,   258,   258,   258,  -309,   258,   258,  -309,   258,
     258,   258,   258,   258,   258,  -309,   258,   258,  -309,   258,
    -309,   258,   258,   258,   258,   258,  -309,   258,   253,   258,
    -309,   258,   258,   258,   258,   258,  -309,   258,   253,   258,
     258,   258,   253,  -309,  -309,    95,    98,     7,  -309,  -309,
     258,   258,   253,  -309,  -309,    95,    98,     7,  -309,  -309,
     729,   173,     7,   338,   102,     7,  -309,  -309,  -309,  -309,
     729,   173,     7,   338,   102,     7,  -309,  -309,  -309,  -309,
    -309,   338,  -309,  -309,   338,  -309,   338,  -309,  -309,  -309,
    -309,   338,  -309,  -309,   338,  -309,   338,  -309,  -309,  -309,
    -309,  -309,   338,  -309,   117,   338,   123,  -309,  -309,  -309,
    -309,  -309,   338,  -309,   117,   338,   123,  -309,  -309,  -309,
     338,  -309,    27,  -309,   163,  -309,  -309,     7,   128,  -309,
     338,  -309,    27,  -309,   163,  -309,  -309,     7,   128,  -309,
     338,   338,   338,   338,  -309,   -92,   338,   338,  -309,   338,
     338,   338,   338,   338,  -309,   -92,   338,   338,  -309,   338,
    -309,   338,   338,   338,   338,   338,  -309,   338,  -309,   131,
    -309,   338,   338,   338,   338,   338,  -309,   338,  -309,   131,
    -309,   338,   338,   338,   -92,  -309,   -92,   258,   132,  -309,
    -309,   338,   338,   338,   -92,  -309,   -92,   258,   132,  -309,
    -309,  -309,  -309,   -92,  -309,  -309,  -309,  -309,  -309,  -309,
    -309,  -309,  -309,   -92,  -309,  -309,  -309,  -309,  -309,  -309,
    -309,  -309,  -309,   338,  -309,  -309,  -309,   -92,   -92,  -309,
    -309,  -309,  -309,   338,  -309,  -309,  -309,   -92,   -92,  -309,
    -309,   -92,   -92,   149,    18,  -309,   -46,   -92,   -92,   338,
    -309,   -92,   -92,   149,    18,  -309,   -46,   -92,   -92,   338,
    -309,  -309,   -92,    99,   -92,    19,   154,   203,    20,   -92,
    -309,  -309,   -92,    99,   -92,    19,   154,   203,    20,   -92,
    -309,  -309,   -92,   338,  -309,  -309,  -309,   -92,   -92,   -46,
    -309,  -309,   -92,   338,  -309,  -309,  -309,   -92,   -92,   -46,
     225,   -92,   165,   -46,   225,   -92,   225,   -92,    99,  -309,
     225,   -92,   165,   -46,   225,   -92,   225,   -92,    99,  -309,
     225,   338,    99,  -309,   225,  -309,   225,  -309,   182,  -309,
     225,   338,    99,  -309,   225,  -309,   225,  -309,   182,  -309,
    -309,  -309,   -46,   -71,  -309
    -309,  -309,   -46,   -71,  -309
};
};
 
 
/* YYPGOTO[NTERM-NUM].  */
/* YYPGOTO[NTERM-NUM].  */
static const yytype_int16 yypgoto[] =
static const yytype_int16 yypgoto[] =
{
{
    -309,  -309,  -309,  -309,  -309,  -309,  -309,  -240,  -309,  -309,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,  -240,  -309,  -309,
    -309,  -309,  -309,  -309,   144,  -235,  -295,  -309,  -309,  -309,
    -309,  -309,  -309,  -309,   144,  -235,  -295,  -309,  -309,  -309,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,   239,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,   239,
    -309,   431,  -156,  -100,  -309,  -309,  -309,  -309,  -309,  -309,
    -309,   431,  -156,  -100,  -309,  -309,  -309,  -309,  -309,  -309,
    -309,  -309,  -309,  -309,    26,  -309,    56,    39,  -309,  -196,
    -309,  -309,  -309,  -309,    26,  -309,    56,    39,  -309,  -196,
    -309,  -309,  -173,  -309,  -309,  -309,  -309,  -309,  -309,  -309,
    -309,  -309,  -173,  -309,  -309,  -309,  -309,  -309,  -309,  -309,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,   -25,  -265,
    -309,  -309,  -309,  -309,  -309,  -309,  -309,  -309,   -25,  -265,
     -55,   232,     0,   333,   432,   375,  -129,     4,    82,    84,
     -55,   232,     0,   333,   432,   375,  -129,     4,    82,    84,
    -237,  -308,  -283,   -33,    -3,     9,  -309,     3,  -309
    -237,  -308,  -283,   -33,    -3,     9,  -309,     3,  -309
};
};
 
 
/* 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 -229
#define YYTABLE_NINF -229
static const yytype_int16 yytable[] =
static const yytype_int16 yytable[] =
{
{
      35,    62,    75,   237,    29,    28,   314,   177,   276,   311,
      35,    62,    75,   237,    29,    28,   314,   177,   276,   311,
     178,   332,   189,   291,   364,   243,    74,   180,   281,    38,
     178,   332,   189,   291,   364,   243,    74,   180,   281,    38,
      39,   470,   470,   470,   218,   312,   283,   366,   161,    29,
      39,   470,   470,   470,   218,   312,   283,   366,   161,    29,
      28,   252,   253,   254,   255,   256,   257,    74,   370,   197,
      28,   252,   253,   254,   255,   256,   257,    74,   370,   197,
     295,    71,    72,    73,   322,   102,   103,   275,   323,   307,
     295,    71,    72,    73,   322,   102,   103,   275,   323,   307,
     211,   188,   238,     5,     6,     5,     6,   202,   403,   239,
     211,   188,   238,     5,     6,     5,     6,   202,   403,   239,
     213,   219,   220,   224,   324,   222,   223,   190,     2,   191,
     213,   219,   220,   224,   324,   222,   223,   190,     2,   191,
     210,   119,   110,   111,   112,   113,   114,   115,   116,   117,
     210,   119,   110,   111,   112,   113,   114,   115,   116,   117,
     290,   231,   129,   130,   131,   120,   121,   122,   123,   124,
     290,   231,   129,   130,   131,   120,   121,   122,   123,   124,
     125,   126,   127,   394,   435,   310,   159,   394,     5,     6,
     125,   126,   127,   394,   435,   310,   159,   394,     5,     6,
      31,   144,   313,     5,     6,   181,   225,     8,    32,   193,
      31,   144,   313,     5,     6,   181,   225,     8,    32,   193,
      74,   164,    33,    74,   198,   199,    34,   279,    74,    10,
      74,   164,    33,    74,   198,   199,    34,   279,    74,    10,
      74,   323,     3,    11,   289,   228,    74,   480,   485,   186,
      74,   323,     3,    11,   289,   228,    74,   480,   485,   186,
     187,  -228,  -228,   280,   229,   200,   201,   324,     4,   371,
     187,  -228,  -228,   280,   229,   200,   201,   324,     4,   371,
     221,   308,   230,   162,   163,   309,   168,   169,   170,   171,
     221,   308,   230,   162,   163,   309,   168,   169,   170,   171,
     172,   173,   174,   215,   216,   179,   245,   334,   185,     5,
     172,   173,   174,   215,   216,   179,   245,   334,   185,     5,
       6,     7,     8,   184,   194,     9,   195,   226,   227,   318,
       6,     7,     8,   184,   194,     9,   195,   226,   227,   318,
     320,     5,     6,   234,    10,   246,   336,   406,    11,   194,
     320,     5,     6,   234,    10,   246,   336,   406,    11,   194,
     278,   195,   235,   236,   337,   209,   240,   265,   402,   242,
     278,   195,   235,   236,   337,   209,   240,   265,   402,   242,
     244,   335,   323,   247,   248,   148,   190,   366,   191,   490,
     244,   335,   323,   247,   248,   148,   190,   366,   191,   490,
     194,   367,   195,   262,   494,   496,   401,   484,   324,   274,
     194,   367,   195,   262,   494,   496,   401,   484,   324,   274,
     409,   277,   194,   263,   195,   232,   233,   266,   267,   268,
     409,   277,   194,   263,   195,   232,   233,   266,   267,   268,
     269,   270,   271,   232,   232,   428,   232,   232,   470,   473,
     269,   270,   271,   232,   232,   428,   232,   232,   470,   473,
     514,   430,   194,    84,   195,   232,   437,   251,   404,   453,
     514,   430,   194,    84,   195,   232,   437,   251,   404,   453,
     460,    29,    28,   407,   292,   141,   266,   267,   268,   269,
     460,    29,    28,   407,   292,   141,   266,   267,   268,   269,
     270,   271,   498,   156,     5,     6,   502,   469,   139,     5,
     270,   271,   498,   156,     5,     6,   502,   469,   139,     5,
       6,   315,   483,   272,   149,   150,   151,   152,   153,   154,
       6,   315,   483,   272,   149,   150,   151,   152,   153,   154,
     155,    74,    97,   501,   319,   513,   372,    81,    82,    83,
     155,    74,    97,   501,   319,   513,   372,    81,    82,    83,
     331,   459,   338,   232,    85,    86,    87,   104,   105,   106,
     331,   459,   338,   232,    85,    86,    87,   104,   105,   106,
     511,   285,   272,   109,   317,   368,   264,   477,   327,   328,
     511,   285,   272,   109,   317,   368,   264,   477,   327,   328,
     329,   330,    29,   321,    85,    86,    87,   400,    29,    28,
     329,   330,    29,   321,    85,    86,    87,   400,    29,    28,
     249,   286,   250,    88,    89,    90,    91,    92,    93,    94,
     249,   286,   250,    88,    89,    90,    91,    92,    93,    94,
       0,   365,   232,     0,   232,    88,    89,    90,    91,    92,
       0,   365,   232,     0,   232,    88,    89,    90,    91,    92,
      93,    94,   132,    88,    89,    90,    91,    92,    93,    94,
      93,    94,   132,    88,    89,    90,    91,    92,    93,    94,
       0,   232,   133,   134,     5,     6,     7,     8,     0,     5,
       0,   232,   133,   134,     5,     6,     7,     8,     0,     5,
       6,     0,     8,     0,     0,     0,     0,     8,     0,    10,
       6,     0,     8,     0,     0,     0,     0,     8,     0,    10,
       0,   396,    28,    11,    10,   396,    28,     0,    11,    10,
       0,   396,    28,    11,    10,   396,    28,     0,    11,    10,
     408,   436,     0,    11,     0,   481,   100,   101,   486,   232,
     408,   436,     0,    11,     0,   481,   100,   101,   486,   232,
       0,     0,   443,    85,    86,    87,     0,     0,     0,     0,
       0,     0,   443,    85,    86,    87,     0,     0,     0,     0,
     499,   107,   429,     0,   503,     0,   505,   434,     0,     0,
     499,   107,   429,     0,   503,     0,   505,   434,     0,     0,
     507,   457,     0,   458,   509,     0,   510,     0,   232,     0,
     507,   457,     0,   458,   509,     0,   510,     0,   232,     0,
     462,   232,    88,    89,    90,    91,    92,    93,    94,    79,
     462,   232,    88,    89,    90,    91,    92,    93,    94,    79,
      80,    81,    82,    83,   464,   465,     0,     0,   467,   468,
      80,    81,    82,    83,   464,   465,     0,     0,   467,   468,
       0,   472,    31,     0,   474,   475,     0,   145,     0,   478,
       0,   472,    31,     0,   474,   475,     0,   145,     0,   478,
      32,   479,     0,     0,    33,     0,   488,     0,    34,   491,
      32,   479,     0,     0,    33,     0,   488,     0,    34,   491,
     463,     0,     0,     0,   495,   497,     0,     0,   500,     0,
     463,     0,     0,     0,   495,   497,     0,     0,   500,     0,
     146,     0,   504,    40,   506,     0,   476,    31,   203,   204,
     146,     0,   504,    40,   506,     0,   476,    31,   203,   204,
      41,    42,    43,    44,   138,    32,     0,   142,   143,    33,
      41,    42,    43,    44,   138,    32,     0,   142,   143,    33,
     492,     0,   147,    34,   157,     0,     0,     0,    85,    86,
     492,     0,   147,    34,   157,     0,     0,     0,    85,    86,
      87,    77,    78,    79,    80,    81,    82,    83,   508,    45,
      87,    77,    78,    79,    80,    81,    82,    83,   508,    45,
      46,    47,    48,    49,    50,     0,    51,    52,    53,    54,
      46,    47,    48,    49,    50,     0,    51,    52,    53,    54,
      55,    85,    86,    87,     0,    56,    57,    88,    89,    90,
      55,    85,    86,    87,     0,    56,    57,    88,    89,    90,
      91,    92,    93,    94,     0,     0,    58,    59,     0,    60,
      91,    92,    93,    94,     0,     0,    58,    59,     0,    60,
     135,   137,   135,   135,   137,   137,     0,     0,     0,   135,
     135,   137,   135,   135,   137,   137,     0,     0,     0,   135,
      88,    89,    90,    91,    92,    93,    94,     0,     0,     5,
      88,    89,    90,    91,    92,    93,    94,     0,     0,     5,
       6,     7,     8,    85,    86,    87,     0,     0,     0,   296,
       6,     7,     8,    85,    86,    87,     0,     0,     0,   296,
       0,     0,     0,     0,    10,   306,     0,     0,    11,     0,
       0,     0,     0,     0,    10,   306,     0,     0,    11,     0,
       0,     0,   297,   298,   299,   300,   333,     0,   297,   298,
       0,     0,   297,   298,   299,   300,   333,     0,   297,   298,
     299,   300,    88,    89,    90,    91,    92,    93,    94,   297,
     299,   300,    88,    89,    90,    91,    92,    93,    94,   297,
     298,   299,   300,    31,     0,     0,     0,   301,     0,     0,
     298,   299,   300,    31,     0,     0,     0,   301,     0,     0,
       0,    32,     0,   301,     0,    33,     0,     0,     0,    34,
       0,    32,     0,   301,     0,    33,     0,     0,     0,    34,
     302,   303,   304,   305,   301,     0,   302,   303,   304,   305,
     302,   303,   304,   305,   301,     0,   302,   303,   304,   305,
       0,     0,     0,   418,     0,   420,     0,   302,   303,   304,
       0,     0,     0,   418,     0,   420,     0,   302,   303,   304,
     305,   426,    76,    77,    78,    79,    80,    81,    82,    83,
     305,   426,    76,    77,    78,    79,    80,    81,    82,    83,
       0,     0,     0,     0,     0,    96,     0,     0,     0,   439,
       0,     0,     0,     0,     0,    96,     0,     0,     0,   439,
     440,   441,   442,     0,     0,   444,   445,     0,   446,   339,
     440,   441,   442,     0,     0,   444,   445,     0,   446,   339,
     447,   448,   449,   450,   451,   340,   452,     0,     0,     0,
     447,   448,   449,   450,   451,   340,   452,     0,     0,     0,
     454,   455,   456,     0,     0,   341,   342,   343,   344,   345,
     454,   455,   456,     0,     0,   341,   342,   343,   344,   345,
     346,   347,   348,   349,   350,   351,   352,   353,   354,   355,
     346,   347,   348,   349,   350,   351,   352,   353,   354,   355,
     356,   357,   358,   359,   360,   361,   369,   362,     0,     0,
     356,   357,   358,   359,   360,   361,   369,   362,     0,     0,
       0,     0,   340,    63,    64,    65,    66,    67,    68,    69,
       0,     0,   340,    63,    64,    65,    66,    67,    68,    69,
      70,     0,   341,   342,   343,   344,   345,   346,   347,   348,
      70,     0,   341,   342,   343,   344,   345,   346,   347,   348,
     349,   350,   351,   352,   353,   354,   355,   356,   357,   358,
     349,   350,   351,   352,   353,   354,   355,   356,   357,   358,
     359,   360,   361,   405,   362,     0,     0,     0,     0,   340,
     359,   360,   361,   405,   362,     0,     0,     0,     0,   340,
      76,    77,    78,    79,    80,    81,    82,    83,     0,   341,
      76,    77,    78,    79,    80,    81,    82,    83,     0,   341,
     342,   343,   344,   345,   346,   347,   348,   349,   350,   351,
     342,   343,   344,   345,   346,   347,   348,   349,   350,   351,
     352,   353,   354,   355,   356,   357,   358,   359,   360,   361,
     352,   353,   354,   355,   356,   357,   358,   359,   360,   361,
       0,   362,   377,   378,   379,   380,     0,   382,   383,     0,
       0,   362,   377,   378,   379,   380,     0,   382,   383,     0,
     385,     0,   387,   388,   389,   390,   391,     0,   393,     0,
     385,     0,   387,   388,   389,   390,   391,     0,   393,     0,
     397,   398,   399,    76,    77,    78,    79,    80,    81,    82,
     397,   398,   399,    76,    77,    78,    79,    80,    81,    82,
      83,     0,     0,     0,     0,     0,   118,    88,    89,    90,
      83,     0,     0,     0,     0,     0,   118,    88,    89,    90,
      91,    92,    93,    94,     0,     0,   133,   134,    78,    79,
      91,    92,    93,    94,     0,     0,   133,   134,    78,    79,
      80,    81,    82,    83,   252,   253,   254,   255,   256,   257,
      80,    81,    82,    83,   252,   253,   254,   255,   256,   257,
     266,   267,   268,   269,   270,   271
     266,   267,   268,   269,   270,   271
};
};
 
 
static const yytype_int16 yycheck[] =
static const yytype_int16 yycheck[] =
{
{
       3,    26,    35,     4,     1,     1,     4,     1,     3,   292,
       3,    26,    35,     4,     1,     1,     4,     1,     3,   292,
       4,   306,     4,     3,   322,     3,   108,     4,   258,    10,
       4,   306,     4,     3,   322,     3,   108,     4,   258,    10,
      11,     3,     3,     3,    60,     4,   261,    98,   109,    26,
      11,     3,     3,     3,    60,     4,   261,    98,   109,    26,
      26,     6,     7,     8,     9,    10,    11,   108,   333,     4,
      26,     6,     7,     8,     9,    10,    11,   108,   333,     4,
     280,    32,    33,    34,    90,    45,    46,   243,    94,   284,
     280,    32,    33,    34,    90,    45,    46,   243,    94,   284,
     179,     3,    53,    91,    92,    91,    92,     4,   366,    60,
     179,     3,    53,    91,    92,    91,    92,     4,   366,    60,
     108,   190,   191,     3,   110,   194,   195,    59,     0,    61,
     108,   190,   191,     3,   110,   194,   195,    59,     0,    61,
     108,    74,    63,    64,    65,    66,    67,    68,    69,    70,
     108,    74,    63,    64,    65,    66,    67,    68,    69,    70,
     276,   210,    85,    86,    87,    76,    77,    78,    79,    80,
     276,   210,    85,    86,    87,    76,    77,    78,    79,    80,
      81,    82,    83,   358,   402,   291,   129,   362,    91,    92,
      81,    82,    83,   358,   402,   291,   129,   362,    91,    92,
      94,   104,    81,    91,    92,    92,     3,    94,   102,     4,
      94,   104,    81,    91,    92,    92,     3,    94,   102,     4,
     108,   144,   106,   108,    79,    80,   110,   246,   108,   106,
     108,   144,   106,   108,    79,    80,   110,   246,   108,   106,
     108,    94,    54,   110,     4,   108,   108,   108,   108,   162,
     108,    94,    54,   110,     4,   108,   108,   108,   108,   162,
     163,    91,    92,   108,    96,   168,   169,   110,    70,   335,
     163,    91,    92,   108,    96,   168,   169,   110,    70,   335,
      60,     4,    95,   140,   141,     4,   149,   150,   151,   152,
      60,     4,    95,   140,   141,     4,   149,   150,   151,   152,
     153,   154,   155,   186,   187,   158,    82,     4,   161,    91,
     153,   154,   155,   186,   187,   158,    82,     4,   161,    91,
      92,    93,    94,   160,    59,    97,    61,   200,   201,   298,
      92,    93,    94,   160,    59,    97,    61,   200,   201,   298,
     299,    91,    92,   108,   106,    81,     4,     4,   110,    59,
     299,    91,    92,   108,   106,    81,     4,     4,   110,    59,
       3,    61,   215,   216,   313,   176,   219,     3,    90,   222,
       3,    61,   215,   216,   313,   176,   219,     3,    90,   222,
     223,     3,    94,   226,   227,     3,    59,    98,    61,   482,
     223,     3,    94,   226,   227,     3,    59,    98,    61,   482,
      59,   108,    61,   236,   487,   488,   111,     4,   110,   242,
      59,   108,    61,   236,   487,   488,   111,     4,   110,   242,
     108,   244,    59,   238,    61,   211,   213,    62,    63,    64,
     108,   244,    59,   238,    61,   211,   213,    62,    63,    64,
      65,    66,    67,   219,   220,   108,   222,   223,     3,   466,
      65,    66,    67,   219,   220,   108,   222,   223,     3,   466,
     513,   108,    59,     3,    61,   231,   108,   228,   367,   108,
     513,   108,    59,     3,    61,   231,   108,   228,   367,   108,
     108,   238,   238,   372,   277,   101,    62,    63,    64,    65,
     108,   238,   238,   372,   277,   101,    62,    63,    64,    65,
      66,    67,   489,     3,    91,    92,   493,   108,    16,    91,
      66,    67,   489,     3,    91,    92,   493,   108,    16,    91,
      92,   294,   108,   108,    72,    73,    74,    75,    76,    77,
      92,   294,   108,   108,    72,    73,    74,    75,    76,    77,
      78,   108,    40,   108,   299,   512,   108,   103,   104,   105,
      78,   108,    40,   108,   299,   512,   108,   103,   104,   105,
     305,   437,   315,   279,    54,    55,    56,    55,    56,    57,
     305,   437,   315,   279,    54,    55,    56,    55,    56,    57,
     108,   265,   108,    61,   297,   328,   240,   470,   301,   302,
     108,   265,   108,    61,   297,   328,   240,   470,   301,   302,
     303,   304,   299,   299,    54,    55,    56,   362,   305,   305,
     303,   304,   299,   299,    54,    55,    56,   362,   305,   305,
     228,   272,   228,    83,    84,    85,    86,    87,    88,    89,
     228,   272,   228,    83,    84,    85,    86,    87,    88,    89,
      -1,   324,   318,    -1,   320,    83,    84,    85,    86,    87,
      -1,   324,   318,    -1,   320,    83,    84,    85,    86,    87,
      88,    89,     3,    83,    84,    85,    86,    87,    88,    89,
      88,    89,     3,    83,    84,    85,    86,    87,    88,    89,
      -1,   337,    92,    93,    91,    92,    93,    94,    -1,    91,
      -1,   337,    92,    93,    91,    92,    93,    94,    -1,    91,
      92,    -1,    94,    -1,    -1,    -1,    -1,    94,    -1,   106,
      92,    -1,    94,    -1,    -1,    -1,    -1,    94,    -1,   106,
      -1,   358,   358,   110,   106,   362,   362,    -1,   110,   106,
      -1,   358,   358,   110,   106,   362,   362,    -1,   110,   106,
     373,   404,    -1,   110,    -1,   475,    43,    44,   478,   375,
     373,   404,    -1,   110,    -1,   475,    43,    44,   478,   375,
      -1,    -1,   415,    54,    55,    56,    -1,    -1,    -1,    -1,
      -1,    -1,   415,    54,    55,    56,    -1,    -1,    -1,    -1,
     490,    58,   395,    -1,   494,    -1,   496,   400,    -1,    -1,
     490,    58,   395,    -1,   494,    -1,   496,   400,    -1,    -1,
     500,   434,    -1,   436,   504,    -1,   506,    -1,   404,    -1,
     500,   434,    -1,   436,   504,    -1,   506,    -1,   404,    -1,
     443,   407,    83,    84,    85,    86,    87,    88,    89,   101,
     443,   407,    83,    84,    85,    86,    87,    88,    89,   101,
     102,   103,   104,   105,   457,   458,    -1,    -1,   461,   462,
     102,   103,   104,   105,   457,   458,    -1,    -1,   461,   462,
      -1,   464,    94,    -1,   467,   468,    -1,     3,    -1,   472,
      -1,   464,    94,    -1,   467,   468,    -1,     3,    -1,   472,
     102,   474,    -1,    -1,   106,    -1,   479,    -1,   110,   482,
     102,   474,    -1,    -1,   106,    -1,   479,    -1,   110,   482,
     453,    -1,    -1,    -1,   487,   488,    -1,    -1,   491,    -1,
     453,    -1,    -1,    -1,   487,   488,    -1,    -1,   491,    -1,
       3,    -1,   495,     5,   497,    -1,   469,    94,    95,    96,
       3,    -1,   495,     5,   497,    -1,   469,    94,    95,    96,
      12,    13,    14,    15,    99,   102,    -1,   102,   103,   106,
      12,    13,    14,    15,    99,   102,    -1,   102,   103,   106,
     483,    -1,   107,   110,   109,    -1,    -1,    -1,    54,    55,
     483,    -1,   107,   110,   109,    -1,    -1,    -1,    54,    55,
      56,    99,   100,   101,   102,   103,   104,   105,   501,    41,
      56,    99,   100,   101,   102,   103,   104,   105,   501,    41,
      42,    43,    44,    45,    46,    -1,    48,    49,    50,    51,
      42,    43,    44,    45,    46,    -1,    48,    49,    50,    51,
      52,    54,    55,    56,    -1,    57,    58,    83,    84,    85,
      52,    54,    55,    56,    -1,    57,    58,    83,    84,    85,
      86,    87,    88,    89,    -1,    -1,    68,    69,    -1,    71,
      86,    87,    88,    89,    -1,    -1,    68,    69,    -1,    71,
      98,    99,   100,   101,   102,   103,    -1,    -1,    -1,   107,
      98,    99,   100,   101,   102,   103,    -1,    -1,    -1,   107,
      83,    84,    85,    86,    87,    88,    89,    -1,    -1,    91,
      83,    84,    85,    86,    87,    88,    89,    -1,    -1,    91,
      92,    93,    94,    54,    55,    56,    -1,    -1,    -1,     3,
      92,    93,    94,    54,    55,    56,    -1,    -1,    -1,     3,
      -1,    -1,    -1,    -1,   106,     3,    -1,    -1,   110,    -1,
      -1,    -1,    -1,    -1,   106,     3,    -1,    -1,   110,    -1,
      -1,    -1,    16,    17,    18,    19,     3,    -1,    16,    17,
      -1,    -1,    16,    17,    18,    19,     3,    -1,    16,    17,
      18,    19,    83,    84,    85,    86,    87,    88,    89,    16,
      18,    19,    83,    84,    85,    86,    87,    88,    89,    16,
      17,    18,    19,    94,    -1,    -1,    -1,    41,    -1,    -1,
      17,    18,    19,    94,    -1,    -1,    -1,    41,    -1,    -1,
      -1,   102,    -1,    41,    -1,   106,    -1,    -1,    -1,   110,
      -1,   102,    -1,    41,    -1,   106,    -1,    -1,    -1,   110,
      54,    55,    56,    57,    41,    -1,    54,    55,    56,    57,
      54,    55,    56,    57,    41,    -1,    54,    55,    56,    57,
      -1,    -1,    -1,   384,    -1,   386,    -1,    54,    55,    56,
      -1,    -1,    -1,   384,    -1,   386,    -1,    54,    55,    56,
      57,   392,    98,    99,   100,   101,   102,   103,   104,   105,
      57,   392,    98,    99,   100,   101,   102,   103,   104,   105,
      -1,    -1,    -1,    -1,    -1,   111,    -1,    -1,    -1,   410,
      -1,    -1,    -1,    -1,    -1,   111,    -1,    -1,    -1,   410,
     411,   412,   413,    -1,    -1,   416,   417,    -1,   419,     4,
     411,   412,   413,    -1,    -1,   416,   417,    -1,   419,     4,
     421,   422,   423,   424,   425,    10,   427,    -1,    -1,    -1,
     421,   422,   423,   424,   425,    10,   427,    -1,    -1,    -1,
     431,   432,   433,    -1,    -1,    20,    21,    22,    23,    24,
     431,   432,   433,    -1,    -1,    20,    21,    22,    23,    24,
      25,    26,    27,    28,    29,    30,    31,    32,    33,    34,
      25,    26,    27,    28,    29,    30,    31,    32,    33,    34,
      35,    36,    37,    38,    39,    40,     4,    42,    -1,    -1,
      35,    36,    37,    38,    39,    40,     4,    42,    -1,    -1,
      -1,    -1,    10,    98,    99,   100,   101,   102,   103,   104,
      -1,    -1,    10,    98,    99,   100,   101,   102,   103,   104,
     105,    -1,    20,    21,    22,    23,    24,    25,    26,    27,
     105,    -1,    20,    21,    22,    23,    24,    25,    26,    27,
      28,    29,    30,    31,    32,    33,    34,    35,    36,    37,
      28,    29,    30,    31,    32,    33,    34,    35,    36,    37,
      38,    39,    40,     4,    42,    -1,    -1,    -1,    -1,    10,
      38,    39,    40,     4,    42,    -1,    -1,    -1,    -1,    10,
      98,    99,   100,   101,   102,   103,   104,   105,    -1,    20,
      98,    99,   100,   101,   102,   103,   104,   105,    -1,    20,
      21,    22,    23,    24,    25,    26,    27,    28,    29,    30,
      21,    22,    23,    24,    25,    26,    27,    28,    29,    30,
      31,    32,    33,    34,    35,    36,    37,    38,    39,    40,
      31,    32,    33,    34,    35,    36,    37,    38,    39,    40,
      -1,    42,   341,   342,   343,   344,    -1,   346,   347,    -1,
      -1,    42,   341,   342,   343,   344,    -1,   346,   347,    -1,
     349,    -1,   351,   352,   353,   354,   355,    -1,   357,    -1,
     349,    -1,   351,   352,   353,   354,   355,    -1,   357,    -1,
     359,   360,   361,    98,    99,   100,   101,   102,   103,   104,
     359,   360,   361,    98,    99,   100,   101,   102,   103,   104,
     105,    -1,    -1,    -1,    -1,    -1,   111,    83,    84,    85,
     105,    -1,    -1,    -1,    -1,    -1,   111,    83,    84,    85,
      86,    87,    88,    89,    -1,    -1,    92,    93,   100,   101,
      86,    87,    88,    89,    -1,    -1,    92,    93,   100,   101,
     102,   103,   104,   105,     6,     7,     8,     9,    10,    11,
     102,   103,   104,   105,     6,     7,     8,     9,    10,    11,
      62,    63,    64,    65,    66,    67
      62,    63,    64,    65,    66,    67
};
};
 
 
/* 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,   113,     0,    54,    70,    91,    92,    93,    94,    97,
       0,   113,     0,    54,    70,    91,    92,    93,    94,    97,
     106,   110,   114,   120,   121,   122,   162,   163,   164,   165,
     106,   110,   114,   120,   121,   122,   162,   163,   164,   165,
     170,   173,   178,   182,   183,   185,   190,   191,   199,   209,
     170,   173,   178,   182,   183,   185,   190,   191,   199,   209,
     210,    94,   102,   106,   110,   206,   207,   193,   207,   207,
     210,    94,   102,   106,   110,   206,   207,   193,   207,   207,
       5,    12,    13,    14,    15,    41,    42,    43,    44,    45,
       5,    12,    13,    14,    15,    41,    42,    43,    44,    45,
      46,    48,    49,    50,    51,    52,    57,    58,    68,    69,
      46,    48,    49,    50,    51,    52,    57,    58,    68,    69,
      71,   181,   190,    98,    99,   100,   101,   102,   103,   104,
      71,   181,   190,    98,    99,   100,   101,   102,   103,   104,
     105,   207,   207,   207,   108,   205,    98,    99,   100,   101,
     105,   207,   207,   207,   108,   205,    98,    99,   100,   101,
     102,   103,   104,   105,     3,    54,    55,    56,    83,    84,
     102,   103,   104,   105,     3,    54,    55,    56,    83,    84,
      85,    86,    87,    88,    89,   196,   111,   193,   195,   194,
      85,    86,    87,    88,    89,   196,   111,   193,   195,   194,
     195,   195,   194,   194,   193,   193,   193,   195,   186,   193,
     195,   195,   194,   194,   193,   193,   193,   195,   186,   193,
     207,   207,   207,   207,   207,   207,   207,   207,   111,   206,
     207,   207,   207,   207,   207,   207,   207,   207,   111,   206,
     207,   207,   207,   207,   207,   207,   207,   207,   179,   206,
     207,   207,   207,   207,   207,   207,   207,   207,   179,   206,
     206,   206,     3,    92,    93,   196,   197,   196,   197,    16,
     206,   206,     3,    92,    93,   196,   197,   196,   197,    16,
     126,   126,   197,   197,   206,     3,     3,   197,     3,    72,
     126,   126,   197,   197,   206,     3,     3,   197,     3,    72,
      73,    74,    75,    76,    77,    78,     3,   197,   180,   205,
      73,    74,    75,    76,    77,    78,     3,   197,   180,   205,
     115,   109,   209,   209,   205,   166,   171,   187,   206,   206,
     115,   109,   209,   209,   205,   166,   171,   187,   206,   206,
     206,   206,   206,   206,   206,   174,   175,     1,     4,   206,
     206,   206,   206,   206,   206,   174,   175,     1,     4,   206,
       4,    92,   116,   117,   209,   206,   205,   205,     3,     4,
       4,    92,   116,   117,   209,   206,   205,   205,     3,     4,
      59,    61,   167,     4,    59,    61,   172,     4,    79,    80,
      59,    61,   167,     4,    59,    61,   172,     4,    79,    80,
     205,   205,     4,    95,    96,   176,   177,   200,   201,   207,
     205,   205,     4,    95,    96,   176,   177,   200,   201,   207,
     108,   198,   199,   108,   208,   205,   205,   184,    60,   198,
     108,   198,   199,   108,   208,   205,   205,   184,    60,   198,
     198,    60,   198,   198,     3,     3,   205,   205,   108,    96,
     198,    60,   198,   198,     3,     3,   205,   205,   108,    96,
      95,   198,   199,   209,   108,   205,   205,     4,    53,    60,
      95,   198,   199,   209,   108,   205,   205,     4,    53,    60,
     205,   168,   205,     3,   205,    82,    81,   205,   205,   200,
     205,   168,   205,     3,   205,    82,    81,   205,   205,   200,
     201,   207,     6,     7,     8,     9,    10,    11,   118,   119,
     201,   207,     6,     7,     8,     9,    10,    11,   118,   119,
     123,   124,   205,   190,   168,     3,    62,    63,    64,    65,
     123,   124,   205,   190,   168,     3,    62,    63,    64,    65,
      66,    67,   108,   169,   205,   171,     3,   205,     3,   198,
      66,    67,   108,   169,   205,   171,     3,   205,     3,   198,
     108,   119,   127,   127,   125,   166,   169,   204,   205,     4,
     108,   119,   127,   127,   125,   166,   169,   204,   205,     4,
     171,     3,   205,   188,   189,   119,     3,    16,    17,    18,
     171,     3,   205,   188,   189,   119,     3,    16,    17,    18,
      19,    41,    54,    55,    56,    57,     3,   127,     4,     4,
      19,    41,    54,    55,    56,    57,     3,   127,     4,     4,
     171,   204,     4,    81,     4,   205,   128,   206,   198,   190,
     171,   204,     4,    81,     4,   205,   128,   206,   198,   190,
     198,   199,    90,    94,   110,   202,   203,   206,   206,   206,
     198,   199,    90,    94,   110,   202,   203,   206,   206,   206,
     206,   190,   128,     3,     4,     3,     4,   198,   205,     4,
     206,   190,   128,     3,     4,     3,     4,   198,   205,     4,
      10,    20,    21,    22,    23,    24,    25,    26,    27,    28,
      10,    20,    21,    22,    23,    24,    25,    26,    27,    28,
      29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
      29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
      39,    40,    42,   129,   203,   206,    98,   108,   205,     4,
      39,    40,    42,   129,   203,   206,    98,   108,   205,     4,
     128,   171,   108,   153,   154,   198,   209,   153,   153,   153,
     128,   171,   108,   153,   154,   198,   209,   153,   153,   153,
     153,   135,   153,   153,   138,   153,   142,   153,   153,   153,
     153,   135,   153,   153,   138,   153,   142,   153,   153,   153,
     153,   153,   148,   153,   191,   192,   209,   153,   153,   153,
     153,   153,   148,   153,   191,   192,   209,   153,   153,   153,
     192,   111,    90,   203,   198,     4,     4,   198,   206,   108,
     192,   111,    90,   203,   198,     4,     4,   198,   206,   108,
     130,   131,   132,   134,   151,   206,   136,   137,   151,   139,
     130,   131,   132,   134,   151,   206,   136,   137,   151,   139,
     151,   143,   144,   145,   146,   147,   151,   149,   108,   206,
     151,   143,   144,   145,   146,   147,   151,   149,   108,   206,
     108,   133,   140,   141,   206,   203,   205,   108,   152,   151,
     108,   133,   140,   141,   206,   203,   205,   108,   152,   151,
     151,   151,   151,   205,   151,   151,   151,   151,   151,   151,
     151,   151,   151,   205,   151,   151,   151,   151,   151,   151,
     151,   151,   151,   108,   151,   151,   151,   205,   205,   154,
     151,   151,   151,   108,   151,   151,   151,   205,   205,   154,
     108,   156,   205,   206,   205,   205,   157,   205,   205,   108,
     108,   156,   205,   206,   205,   205,   157,   205,   205,   108,
       3,   155,   205,   202,   205,   205,   206,   174,   205,   205,
       3,   155,   205,   202,   205,   205,   206,   174,   205,   205,
     108,   155,   160,   108,     4,   108,   155,   158,   205,   161,
     108,   155,   160,   108,     4,   108,   155,   158,   205,   161,
     204,   205,   206,   159,   204,   205,   204,   205,   202,   155,
     204,   205,   206,   159,   204,   205,   204,   205,   202,   155,
     205,   108,   202,   155,   205,   155,   205,   155,   206,   155,
     205,   108,   202,   155,   205,   155,   205,   155,   206,   155,
     155,   108,   150,   202,   204
     155,   108,   150,   202,   204
};
};
 
 
#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 18:
        case 18:
#line 200 "rcparse.y"
#line 200 "rcparse.y"
    {
    {
            define_accelerator ((yyvsp[(1) - (6)].id), &(yyvsp[(3) - (6)].res_info), (yyvsp[(5) - (6)].pacc));
            define_accelerator ((yyvsp[(1) - (6)].id), &(yyvsp[(3) - (6)].res_info), (yyvsp[(5) - (6)].pacc));
            if (yychar != YYEMPTY)
            if (yychar != YYEMPTY)
              YYERROR;
              YYERROR;
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 19:
  case 19:
#line 210 "rcparse.y"
#line 210 "rcparse.y"
    {
    {
            (yyval.pacc) = NULL;
            (yyval.pacc) = NULL;
          }
          }
    break;
    break;
 
 
  case 20:
  case 20:
#line 214 "rcparse.y"
#line 214 "rcparse.y"
    {
    {
            rc_accelerator *a;
            rc_accelerator *a;
 
 
            a = (rc_accelerator *) res_alloc (sizeof *a);
            a = (rc_accelerator *) res_alloc (sizeof *a);
            *a = (yyvsp[(2) - (2)].acc);
            *a = (yyvsp[(2) - (2)].acc);
            if ((yyvsp[(1) - (2)].pacc) == NULL)
            if ((yyvsp[(1) - (2)].pacc) == NULL)
              (yyval.pacc) = a;
              (yyval.pacc) = a;
            else
            else
              {
              {
                rc_accelerator **pp;
                rc_accelerator **pp;
 
 
                for (pp = &(yyvsp[(1) - (2)].pacc)->next; *pp != NULL; pp = &(*pp)->next)
                for (pp = &(yyvsp[(1) - (2)].pacc)->next; *pp != NULL; pp = &(*pp)->next)
                  ;
                  ;
                *pp = a;
                *pp = a;
                (yyval.pacc) = (yyvsp[(1) - (2)].pacc);
                (yyval.pacc) = (yyvsp[(1) - (2)].pacc);
              }
              }
          }
          }
    break;
    break;
 
 
  case 21:
  case 21:
#line 235 "rcparse.y"
#line 235 "rcparse.y"
    {
    {
            (yyval.acc) = (yyvsp[(1) - (2)].acc);
            (yyval.acc) = (yyvsp[(1) - (2)].acc);
            (yyval.acc).id = (yyvsp[(2) - (2)].il);
            (yyval.acc).id = (yyvsp[(2) - (2)].il);
          }
          }
    break;
    break;
 
 
  case 22:
  case 22:
#line 240 "rcparse.y"
#line 240 "rcparse.y"
    {
    {
            (yyval.acc) = (yyvsp[(1) - (4)].acc);
            (yyval.acc) = (yyvsp[(1) - (4)].acc);
            (yyval.acc).id = (yyvsp[(2) - (4)].il);
            (yyval.acc).id = (yyvsp[(2) - (4)].il);
            (yyval.acc).flags |= (yyvsp[(4) - (4)].is);
            (yyval.acc).flags |= (yyvsp[(4) - (4)].is);
            if (((yyval.acc).flags & ACC_VIRTKEY) == 0
            if (((yyval.acc).flags & ACC_VIRTKEY) == 0
                && ((yyval.acc).flags & (ACC_SHIFT | ACC_CONTROL)) != 0)
                && ((yyval.acc).flags & (ACC_SHIFT | ACC_CONTROL)) != 0)
              rcparse_warning (_("inappropriate modifiers for non-VIRTKEY"));
              rcparse_warning (_("inappropriate modifiers for non-VIRTKEY"));
          }
          }
    break;
    break;
 
 
  case 23:
  case 23:
#line 252 "rcparse.y"
#line 252 "rcparse.y"
    {
    {
            const char *s = (yyvsp[(1) - (1)].s);
            const char *s = (yyvsp[(1) - (1)].s);
            char ch;
            char ch;
 
 
            (yyval.acc).next = NULL;
            (yyval.acc).next = NULL;
            (yyval.acc).id = 0;
            (yyval.acc).id = 0;
            ch = *s;
            ch = *s;
            if (ch != '^')
            if (ch != '^')
              (yyval.acc).flags = 0;
              (yyval.acc).flags = 0;
            else
            else
              {
              {
                (yyval.acc).flags = ACC_CONTROL | ACC_VIRTKEY;
                (yyval.acc).flags = ACC_CONTROL | ACC_VIRTKEY;
                ++s;
                ++s;
                ch = TOUPPER (s[0]);
                ch = TOUPPER (s[0]);
              }
              }
            (yyval.acc).key = ch;
            (yyval.acc).key = ch;
            if (s[1] != '\0')
            if (s[1] != '\0')
              rcparse_warning (_("accelerator should only be one character"));
              rcparse_warning (_("accelerator should only be one character"));
          }
          }
    break;
    break;
 
 
  case 24:
  case 24:
#line 272 "rcparse.y"
#line 272 "rcparse.y"
    {
    {
            (yyval.acc).next = NULL;
            (yyval.acc).next = NULL;
            (yyval.acc).flags = 0;
            (yyval.acc).flags = 0;
            (yyval.acc).id = 0;
            (yyval.acc).id = 0;
            (yyval.acc).key = (yyvsp[(1) - (1)].il);
            (yyval.acc).key = (yyvsp[(1) - (1)].il);
          }
          }
    break;
    break;
 
 
  case 25:
  case 25:
#line 282 "rcparse.y"
#line 282 "rcparse.y"
    {
    {
            (yyval.is) = (yyvsp[(1) - (1)].is);
            (yyval.is) = (yyvsp[(1) - (1)].is);
          }
          }
    break;
    break;
 
 
  case 26:
  case 26:
#line 286 "rcparse.y"
#line 286 "rcparse.y"
    {
    {
            (yyval.is) = (yyvsp[(1) - (3)].is) | (yyvsp[(3) - (3)].is);
            (yyval.is) = (yyvsp[(1) - (3)].is) | (yyvsp[(3) - (3)].is);
          }
          }
    break;
    break;
 
 
  case 27:
  case 27:
#line 291 "rcparse.y"
#line 291 "rcparse.y"
    {
    {
            (yyval.is) = (yyvsp[(1) - (2)].is) | (yyvsp[(2) - (2)].is);
            (yyval.is) = (yyvsp[(1) - (2)].is) | (yyvsp[(2) - (2)].is);
          }
          }
    break;
    break;
 
 
  case 28:
  case 28:
#line 298 "rcparse.y"
#line 298 "rcparse.y"
    {
    {
            (yyval.is) = ACC_VIRTKEY;
            (yyval.is) = ACC_VIRTKEY;
          }
          }
    break;
    break;
 
 
  case 29:
  case 29:
#line 302 "rcparse.y"
#line 302 "rcparse.y"
    {
    {
            /* This is just the absence of VIRTKEY.  */
            /* This is just the absence of VIRTKEY.  */
            (yyval.is) = 0;
            (yyval.is) = 0;
          }
          }
    break;
    break;
 
 
  case 30:
  case 30:
#line 307 "rcparse.y"
#line 307 "rcparse.y"
    {
    {
            (yyval.is) = ACC_NOINVERT;
            (yyval.is) = ACC_NOINVERT;
          }
          }
    break;
    break;
 
 
  case 31:
  case 31:
#line 311 "rcparse.y"
#line 311 "rcparse.y"
    {
    {
            (yyval.is) = ACC_SHIFT;
            (yyval.is) = ACC_SHIFT;
          }
          }
    break;
    break;
 
 
  case 32:
  case 32:
#line 315 "rcparse.y"
#line 315 "rcparse.y"
    {
    {
            (yyval.is) = ACC_CONTROL;
            (yyval.is) = ACC_CONTROL;
          }
          }
    break;
    break;
 
 
  case 33:
  case 33:
#line 319 "rcparse.y"
#line 319 "rcparse.y"
    {
    {
            (yyval.is) = ACC_ALT;
            (yyval.is) = ACC_ALT;
          }
          }
    break;
    break;
 
 
  case 34:
  case 34:
#line 328 "rcparse.y"
#line 328 "rcparse.y"
    {
    {
            define_bitmap ((yyvsp[(1) - (4)].id), &(yyvsp[(3) - (4)].res_info), (yyvsp[(4) - (4)].s));
            define_bitmap ((yyvsp[(1) - (4)].id), &(yyvsp[(3) - (4)].res_info), (yyvsp[(4) - (4)].s));
            if (yychar != YYEMPTY)
            if (yychar != YYEMPTY)
              YYERROR;
              YYERROR;
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 35:
  case 35:
#line 340 "rcparse.y"
#line 340 "rcparse.y"
    {
    {
            define_cursor ((yyvsp[(1) - (4)].id), &(yyvsp[(3) - (4)].res_info), (yyvsp[(4) - (4)].s));
            define_cursor ((yyvsp[(1) - (4)].id), &(yyvsp[(3) - (4)].res_info), (yyvsp[(4) - (4)].s));
            if (yychar != YYEMPTY)
            if (yychar != YYEMPTY)
              YYERROR;
              YYERROR;
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 36:
  case 36:
#line 353 "rcparse.y"
#line 353 "rcparse.y"
    {
    {
              memset (&dialog, 0, sizeof dialog);
              memset (&dialog, 0, sizeof dialog);
              dialog.x = (yyvsp[(5) - (8)].il);
              dialog.x = (yyvsp[(5) - (8)].il);
              dialog.y = (yyvsp[(6) - (8)].il);
              dialog.y = (yyvsp[(6) - (8)].il);
              dialog.width = (yyvsp[(7) - (8)].il);
              dialog.width = (yyvsp[(7) - (8)].il);
              dialog.height = (yyvsp[(8) - (8)].il);
              dialog.height = (yyvsp[(8) - (8)].il);
              dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
              dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
              dialog.exstyle = (yyvsp[(4) - (8)].il);
              dialog.exstyle = (yyvsp[(4) - (8)].il);
              dialog.menu.named = 1;
              dialog.menu.named = 1;
              dialog.class.named = 1;
              dialog.class.named = 1;
              dialog.font = NULL;
              dialog.font = NULL;
              dialog.ex = NULL;
              dialog.ex = NULL;
              dialog.controls = NULL;
              dialog.controls = NULL;
              sub_res_info = (yyvsp[(3) - (8)].res_info);
              sub_res_info = (yyvsp[(3) - (8)].res_info);
              style = 0;
              style = 0;
            }
            }
    break;
    break;
 
 
  case 37:
  case 37:
#line 370 "rcparse.y"
#line 370 "rcparse.y"
    {
    {
            define_dialog ((yyvsp[(1) - (13)].id), &sub_res_info, &dialog);
            define_dialog ((yyvsp[(1) - (13)].id), &sub_res_info, &dialog);
            if (yychar != YYEMPTY)
            if (yychar != YYEMPTY)
              YYERROR;
              YYERROR;
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 38:
  case 38:
#line 378 "rcparse.y"
#line 378 "rcparse.y"
    {
    {
              memset (&dialog, 0, sizeof dialog);
              memset (&dialog, 0, sizeof dialog);
              dialog.x = (yyvsp[(5) - (8)].il);
              dialog.x = (yyvsp[(5) - (8)].il);
              dialog.y = (yyvsp[(6) - (8)].il);
              dialog.y = (yyvsp[(6) - (8)].il);
              dialog.width = (yyvsp[(7) - (8)].il);
              dialog.width = (yyvsp[(7) - (8)].il);
              dialog.height = (yyvsp[(8) - (8)].il);
              dialog.height = (yyvsp[(8) - (8)].il);
              dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
              dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
              dialog.exstyle = (yyvsp[(4) - (8)].il);
              dialog.exstyle = (yyvsp[(4) - (8)].il);
              dialog.menu.named = 1;
              dialog.menu.named = 1;
              dialog.class.named = 1;
              dialog.class.named = 1;
              dialog.font = NULL;
              dialog.font = NULL;
              dialog.ex = ((rc_dialog_ex *)
              dialog.ex = ((rc_dialog_ex *)
                           res_alloc (sizeof (rc_dialog_ex)));
                           res_alloc (sizeof (rc_dialog_ex)));
              memset (dialog.ex, 0, sizeof (rc_dialog_ex));
              memset (dialog.ex, 0, sizeof (rc_dialog_ex));
              dialog.controls = NULL;
              dialog.controls = NULL;
              sub_res_info = (yyvsp[(3) - (8)].res_info);
              sub_res_info = (yyvsp[(3) - (8)].res_info);
              style = 0;
              style = 0;
            }
            }
    break;
    break;
 
 
  case 39:
  case 39:
#line 397 "rcparse.y"
#line 397 "rcparse.y"
    {
    {
            define_dialog ((yyvsp[(1) - (13)].id), &sub_res_info, &dialog);
            define_dialog ((yyvsp[(1) - (13)].id), &sub_res_info, &dialog);
            if (yychar != YYEMPTY)
            if (yychar != YYEMPTY)
              YYERROR;
              YYERROR;
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 40:
  case 40:
#line 405 "rcparse.y"
#line 405 "rcparse.y"
    {
    {
              memset (&dialog, 0, sizeof dialog);
              memset (&dialog, 0, sizeof dialog);
              dialog.x = (yyvsp[(5) - (9)].il);
              dialog.x = (yyvsp[(5) - (9)].il);
              dialog.y = (yyvsp[(6) - (9)].il);
              dialog.y = (yyvsp[(6) - (9)].il);
              dialog.width = (yyvsp[(7) - (9)].il);
              dialog.width = (yyvsp[(7) - (9)].il);
              dialog.height = (yyvsp[(8) - (9)].il);
              dialog.height = (yyvsp[(8) - (9)].il);
              dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
              dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
              dialog.exstyle = (yyvsp[(4) - (9)].il);
              dialog.exstyle = (yyvsp[(4) - (9)].il);
              dialog.menu.named = 1;
              dialog.menu.named = 1;
              dialog.class.named = 1;
              dialog.class.named = 1;
              dialog.font = NULL;
              dialog.font = NULL;
              dialog.ex = ((rc_dialog_ex *)
              dialog.ex = ((rc_dialog_ex *)
                           res_alloc (sizeof (rc_dialog_ex)));
                           res_alloc (sizeof (rc_dialog_ex)));
              memset (dialog.ex, 0, sizeof (rc_dialog_ex));
              memset (dialog.ex, 0, sizeof (rc_dialog_ex));
              dialog.ex->help = (yyvsp[(9) - (9)].il);
              dialog.ex->help = (yyvsp[(9) - (9)].il);
              dialog.controls = NULL;
              dialog.controls = NULL;
              sub_res_info = (yyvsp[(3) - (9)].res_info);
              sub_res_info = (yyvsp[(3) - (9)].res_info);
              style = 0;
              style = 0;
            }
            }
    break;
    break;
 
 
  case 41:
  case 41:
#line 425 "rcparse.y"
#line 425 "rcparse.y"
    {
    {
            define_dialog ((yyvsp[(1) - (14)].id), &sub_res_info, &dialog);
            define_dialog ((yyvsp[(1) - (14)].id), &sub_res_info, &dialog);
            if (yychar != YYEMPTY)
            if (yychar != YYEMPTY)
              YYERROR;
              YYERROR;
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 42:
  case 42:
#line 435 "rcparse.y"
#line 435 "rcparse.y"
    {
    {
            (yyval.il) = 0;
            (yyval.il) = 0;
          }
          }
    break;
    break;
 
 
  case 43:
  case 43:
#line 439 "rcparse.y"
#line 439 "rcparse.y"
    {
    {
            (yyval.il) = (yyvsp[(3) - (3)].il);
            (yyval.il) = (yyvsp[(3) - (3)].il);
          }
          }
    break;
    break;
 
 
  case 45:
  case 45:
#line 447 "rcparse.y"
#line 447 "rcparse.y"
    {
    {
            dialog.style |= WS_CAPTION;
            dialog.style |= WS_CAPTION;
            style |= WS_CAPTION;
            style |= WS_CAPTION;
            dialog.caption = (yyvsp[(3) - (3)].uni);
            dialog.caption = (yyvsp[(3) - (3)].uni);
          }
          }
    break;
    break;
 
 
  case 46:
  case 46:
#line 453 "rcparse.y"
#line 453 "rcparse.y"
    {
    {
            dialog.class = (yyvsp[(3) - (3)].id);
            dialog.class = (yyvsp[(3) - (3)].id);
          }
          }
    break;
    break;
 
 
  case 47:
  case 47:
#line 458 "rcparse.y"
#line 458 "rcparse.y"
    {
    {
            dialog.style = style;
            dialog.style = style;
          }
          }
    break;
    break;
 
 
  case 48:
  case 48:
#line 462 "rcparse.y"
#line 462 "rcparse.y"
    {
    {
            dialog.exstyle = (yyvsp[(3) - (3)].il);
            dialog.exstyle = (yyvsp[(3) - (3)].il);
          }
          }
    break;
    break;
 
 
  case 49:
  case 49:
#line 466 "rcparse.y"
#line 466 "rcparse.y"
    {
    {
            res_unistring_to_id (& dialog.class, (yyvsp[(3) - (3)].uni));
            res_unistring_to_id (& dialog.class, (yyvsp[(3) - (3)].uni));
          }
          }
    break;
    break;
 
 
  case 50:
  case 50:
#line 470 "rcparse.y"
#line 470 "rcparse.y"
    {
    {
            dialog.style |= DS_SETFONT;
            dialog.style |= DS_SETFONT;
            style |= DS_SETFONT;
            style |= DS_SETFONT;
            dialog.pointsize = (yyvsp[(3) - (5)].il);
            dialog.pointsize = (yyvsp[(3) - (5)].il);
            dialog.font = (yyvsp[(5) - (5)].uni);
            dialog.font = (yyvsp[(5) - (5)].uni);
            if (dialog.ex != NULL)
            if (dialog.ex != NULL)
              {
              {
                dialog.ex->weight = 0;
                dialog.ex->weight = 0;
                dialog.ex->italic = 0;
                dialog.ex->italic = 0;
                dialog.ex->charset = 1;
                dialog.ex->charset = 1;
              }
              }
          }
          }
    break;
    break;
 
 
  case 51:
  case 51:
#line 483 "rcparse.y"
#line 483 "rcparse.y"
    {
    {
            dialog.style |= DS_SETFONT;
            dialog.style |= DS_SETFONT;
            style |= DS_SETFONT;
            style |= DS_SETFONT;
            dialog.pointsize = (yyvsp[(3) - (6)].il);
            dialog.pointsize = (yyvsp[(3) - (6)].il);
            dialog.font = (yyvsp[(5) - (6)].uni);
            dialog.font = (yyvsp[(5) - (6)].uni);
            if (dialog.ex == NULL)
            if (dialog.ex == NULL)
              rcparse_warning (_("extended FONT requires DIALOGEX"));
              rcparse_warning (_("extended FONT requires DIALOGEX"));
            else
            else
              {
              {
                dialog.ex->weight = (yyvsp[(6) - (6)].il);
                dialog.ex->weight = (yyvsp[(6) - (6)].il);
                dialog.ex->italic = 0;
                dialog.ex->italic = 0;
                dialog.ex->charset = 1;
                dialog.ex->charset = 1;
              }
              }
          }
          }
    break;
    break;
 
 
  case 52:
  case 52:
#line 498 "rcparse.y"
#line 498 "rcparse.y"
    {
    {
            dialog.style |= DS_SETFONT;
            dialog.style |= DS_SETFONT;
            style |= DS_SETFONT;
            style |= DS_SETFONT;
            dialog.pointsize = (yyvsp[(3) - (7)].il);
            dialog.pointsize = (yyvsp[(3) - (7)].il);
            dialog.font = (yyvsp[(5) - (7)].uni);
            dialog.font = (yyvsp[(5) - (7)].uni);
            if (dialog.ex == NULL)
            if (dialog.ex == NULL)
              rcparse_warning (_("extended FONT requires DIALOGEX"));
              rcparse_warning (_("extended FONT requires DIALOGEX"));
            else
            else
              {
              {
                dialog.ex->weight = (yyvsp[(6) - (7)].il);
                dialog.ex->weight = (yyvsp[(6) - (7)].il);
                dialog.ex->italic = (yyvsp[(7) - (7)].il);
                dialog.ex->italic = (yyvsp[(7) - (7)].il);
                dialog.ex->charset = 1;
                dialog.ex->charset = 1;
              }
              }
          }
          }
    break;
    break;
 
 
  case 53:
  case 53:
#line 513 "rcparse.y"
#line 513 "rcparse.y"
    {
    {
            dialog.style |= DS_SETFONT;
            dialog.style |= DS_SETFONT;
            style |= DS_SETFONT;
            style |= DS_SETFONT;
            dialog.pointsize = (yyvsp[(3) - (8)].il);
            dialog.pointsize = (yyvsp[(3) - (8)].il);
            dialog.font = (yyvsp[(5) - (8)].uni);
            dialog.font = (yyvsp[(5) - (8)].uni);
            if (dialog.ex == NULL)
            if (dialog.ex == NULL)
              rcparse_warning (_("extended FONT requires DIALOGEX"));
              rcparse_warning (_("extended FONT requires DIALOGEX"));
            else
            else
              {
              {
                dialog.ex->weight = (yyvsp[(6) - (8)].il);
                dialog.ex->weight = (yyvsp[(6) - (8)].il);
                dialog.ex->italic = (yyvsp[(7) - (8)].il);
                dialog.ex->italic = (yyvsp[(7) - (8)].il);
                dialog.ex->charset = (yyvsp[(8) - (8)].il);
                dialog.ex->charset = (yyvsp[(8) - (8)].il);
              }
              }
          }
          }
    break;
    break;
 
 
  case 54:
  case 54:
#line 528 "rcparse.y"
#line 528 "rcparse.y"
    {
    {
            dialog.menu = (yyvsp[(3) - (3)].id);
            dialog.menu = (yyvsp[(3) - (3)].id);
          }
          }
    break;
    break;
 
 
  case 55:
  case 55:
#line 532 "rcparse.y"
#line 532 "rcparse.y"
    {
    {
            sub_res_info.characteristics = (yyvsp[(3) - (3)].il);
            sub_res_info.characteristics = (yyvsp[(3) - (3)].il);
          }
          }
    break;
    break;
 
 
  case 56:
  case 56:
#line 536 "rcparse.y"
#line 536 "rcparse.y"
    {
    {
            sub_res_info.language = (yyvsp[(3) - (4)].il) | ((yyvsp[(4) - (4)].il) << SUBLANG_SHIFT);
            sub_res_info.language = (yyvsp[(3) - (4)].il) | ((yyvsp[(4) - (4)].il) << SUBLANG_SHIFT);
          }
          }
    break;
    break;
 
 
  case 57:
  case 57:
#line 540 "rcparse.y"
#line 540 "rcparse.y"
    {
    {
            sub_res_info.version = (yyvsp[(3) - (3)].il);
            sub_res_info.version = (yyvsp[(3) - (3)].il);
          }
          }
    break;
    break;
 
 
  case 59:
  case 59:
#line 548 "rcparse.y"
#line 548 "rcparse.y"
    {
    {
            rc_dialog_control **pp;
            rc_dialog_control **pp;
 
 
            for (pp = &dialog.controls; *pp != NULL; pp = &(*pp)->next)
            for (pp = &dialog.controls; *pp != NULL; pp = &(*pp)->next)
              ;
              ;
            *pp = (yyvsp[(2) - (2)].dialog_control);
            *pp = (yyvsp[(2) - (2)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 60:
  case 60:
#line 559 "rcparse.y"
#line 559 "rcparse.y"
    {
    {
              default_style = BS_AUTO3STATE | WS_TABSTOP;
              default_style = BS_AUTO3STATE | WS_TABSTOP;
              base_style = BS_AUTO3STATE;
              base_style = BS_AUTO3STATE;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_BUTTON;
              class.u.id = CTL_BUTTON;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 61:
  case 61:
#line 567 "rcparse.y"
#line 567 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 62:
  case 62:
#line 571 "rcparse.y"
#line 571 "rcparse.y"
    {
    {
              default_style = BS_AUTOCHECKBOX | WS_TABSTOP;
              default_style = BS_AUTOCHECKBOX | WS_TABSTOP;
              base_style = BS_AUTOCHECKBOX;
              base_style = BS_AUTOCHECKBOX;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_BUTTON;
              class.u.id = CTL_BUTTON;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 63:
  case 63:
#line 579 "rcparse.y"
#line 579 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 64:
  case 64:
#line 583 "rcparse.y"
#line 583 "rcparse.y"
    {
    {
              default_style = BS_AUTORADIOBUTTON | WS_TABSTOP;
              default_style = BS_AUTORADIOBUTTON | WS_TABSTOP;
              base_style = BS_AUTORADIOBUTTON;
              base_style = BS_AUTORADIOBUTTON;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_BUTTON;
              class.u.id = CTL_BUTTON;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 65:
  case 65:
#line 591 "rcparse.y"
#line 591 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 66:
  case 66:
#line 595 "rcparse.y"
#line 595 "rcparse.y"
    {
    {
              default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_EDIT;
              class.u.id = CTL_EDIT;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 67:
  case 67:
#line 603 "rcparse.y"
#line 603 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            if (dialog.ex == NULL)
            if (dialog.ex == NULL)
              rcparse_warning (_("BEDIT requires DIALOGEX"));
              rcparse_warning (_("BEDIT requires DIALOGEX"));
            res_string_to_id (&(yyval.dialog_control)->class, "BEDIT");
            res_string_to_id (&(yyval.dialog_control)->class, "BEDIT");
          }
          }
    break;
    break;
 
 
  case 68:
  case 68:
#line 610 "rcparse.y"
#line 610 "rcparse.y"
    {
    {
              default_style = BS_CHECKBOX | WS_TABSTOP;
              default_style = BS_CHECKBOX | WS_TABSTOP;
              base_style = BS_CHECKBOX | WS_TABSTOP;
              base_style = BS_CHECKBOX | WS_TABSTOP;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_BUTTON;
              class.u.id = CTL_BUTTON;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 69:
  case 69:
#line 618 "rcparse.y"
#line 618 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 70:
  case 70:
#line 622 "rcparse.y"
#line 622 "rcparse.y"
    {
    {
              /* This is as per MSDN documentation.  With some (???)
              /* This is as per MSDN documentation.  With some (???)
                 versions of MS rc.exe their is no default style.  */
                 versions of MS rc.exe their is no default style.  */
              default_style = CBS_SIMPLE | WS_TABSTOP;
              default_style = CBS_SIMPLE | WS_TABSTOP;
              base_style = 0;
              base_style = 0;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_COMBOBOX;
              class.u.id = CTL_COMBOBOX;
              res_text_field = res_null_text;
              res_text_field = res_null_text;
            }
            }
    break;
    break;
 
 
  case 71:
  case 71:
#line 632 "rcparse.y"
#line 632 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(3) - (3)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(3) - (3)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 72:
  case 72:
#line 637 "rcparse.y"
#line 637 "rcparse.y"
    {
    {
            (yyval.dialog_control) = define_control ((yyvsp[(2) - (11)].id), (yyvsp[(3) - (11)].il), (yyvsp[(6) - (11)].il), (yyvsp[(7) - (11)].il), (yyvsp[(8) - (11)].il), (yyvsp[(9) - (11)].il), (yyvsp[(4) - (11)].id), style, (yyvsp[(10) - (11)].il));
            (yyval.dialog_control) = define_control ((yyvsp[(2) - (11)].id), (yyvsp[(3) - (11)].il), (yyvsp[(6) - (11)].il), (yyvsp[(7) - (11)].il), (yyvsp[(8) - (11)].il), (yyvsp[(9) - (11)].il), (yyvsp[(4) - (11)].id), style, (yyvsp[(10) - (11)].il));
            if ((yyvsp[(11) - (11)].rcdata_item) != NULL)
            if ((yyvsp[(11) - (11)].rcdata_item) != NULL)
              {
              {
                if (dialog.ex == NULL)
                if (dialog.ex == NULL)
                  rcparse_warning (_("control data requires DIALOGEX"));
                  rcparse_warning (_("control data requires DIALOGEX"));
                (yyval.dialog_control)->data = (yyvsp[(11) - (11)].rcdata_item);
                (yyval.dialog_control)->data = (yyvsp[(11) - (11)].rcdata_item);
              }
              }
          }
          }
    break;
    break;
 
 
  case 73:
  case 73:
#line 648 "rcparse.y"
#line 648 "rcparse.y"
    {
    {
            (yyval.dialog_control) = define_control ((yyvsp[(2) - (12)].id), (yyvsp[(3) - (12)].il), (yyvsp[(6) - (12)].il), (yyvsp[(7) - (12)].il), (yyvsp[(8) - (12)].il), (yyvsp[(9) - (12)].il), (yyvsp[(4) - (12)].id), style, (yyvsp[(10) - (12)].il));
            (yyval.dialog_control) = define_control ((yyvsp[(2) - (12)].id), (yyvsp[(3) - (12)].il), (yyvsp[(6) - (12)].il), (yyvsp[(7) - (12)].il), (yyvsp[(8) - (12)].il), (yyvsp[(9) - (12)].il), (yyvsp[(4) - (12)].id), style, (yyvsp[(10) - (12)].il));
            if (dialog.ex == NULL)
            if (dialog.ex == NULL)
              rcparse_warning (_("help ID requires DIALOGEX"));
              rcparse_warning (_("help ID requires DIALOGEX"));
            (yyval.dialog_control)->help = (yyvsp[(11) - (12)].il);
            (yyval.dialog_control)->help = (yyvsp[(11) - (12)].il);
            (yyval.dialog_control)->data = (yyvsp[(12) - (12)].rcdata_item);
            (yyval.dialog_control)->data = (yyvsp[(12) - (12)].rcdata_item);
          }
          }
    break;
    break;
 
 
  case 74:
  case 74:
#line 656 "rcparse.y"
#line 656 "rcparse.y"
    {
    {
              default_style = SS_CENTER | WS_GROUP;
              default_style = SS_CENTER | WS_GROUP;
              base_style = SS_CENTER;
              base_style = SS_CENTER;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_STATIC;
              class.u.id = CTL_STATIC;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 75:
  case 75:
#line 664 "rcparse.y"
#line 664 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 76:
  case 76:
#line 668 "rcparse.y"
#line 668 "rcparse.y"
    {
    {
              default_style = BS_DEFPUSHBUTTON | WS_TABSTOP;
              default_style = BS_DEFPUSHBUTTON | WS_TABSTOP;
              base_style = BS_DEFPUSHBUTTON | WS_TABSTOP;
              base_style = BS_DEFPUSHBUTTON | WS_TABSTOP;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_BUTTON;
              class.u.id = CTL_BUTTON;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 77:
  case 77:
#line 676 "rcparse.y"
#line 676 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 78:
  case 78:
#line 680 "rcparse.y"
#line 680 "rcparse.y"
    {
    {
              default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_EDIT;
              class.u.id = CTL_EDIT;
              res_text_field = res_null_text;
              res_text_field = res_null_text;
            }
            }
    break;
    break;
 
 
  case 79:
  case 79:
#line 688 "rcparse.y"
#line 688 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(3) - (3)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(3) - (3)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 80:
  case 80:
#line 692 "rcparse.y"
#line 692 "rcparse.y"
    {
    {
              default_style = BS_GROUPBOX;
              default_style = BS_GROUPBOX;
              base_style = BS_GROUPBOX;
              base_style = BS_GROUPBOX;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_BUTTON;
              class.u.id = CTL_BUTTON;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 81:
  case 81:
#line 700 "rcparse.y"
#line 700 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 82:
  case 82:
#line 704 "rcparse.y"
#line 704 "rcparse.y"
    {
    {
              default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_EDIT;
              class.u.id = CTL_EDIT;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 83:
  case 83:
#line 712 "rcparse.y"
#line 712 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            if (dialog.ex == NULL)
            if (dialog.ex == NULL)
              rcparse_warning (_("IEDIT requires DIALOGEX"));
              rcparse_warning (_("IEDIT requires DIALOGEX"));
            res_string_to_id (&(yyval.dialog_control)->class, "HEDIT");
            res_string_to_id (&(yyval.dialog_control)->class, "HEDIT");
          }
          }
    break;
    break;
 
 
  case 84:
  case 84:
#line 719 "rcparse.y"
#line 719 "rcparse.y"
    {
    {
            (yyval.dialog_control) = define_icon_control ((yyvsp[(2) - (6)].id), (yyvsp[(3) - (6)].il), (yyvsp[(4) - (6)].il), (yyvsp[(5) - (6)].il), 0, 0, 0, (yyvsp[(6) - (6)].rcdata_item),
            (yyval.dialog_control) = define_icon_control ((yyvsp[(2) - (6)].id), (yyvsp[(3) - (6)].il), (yyvsp[(4) - (6)].il), (yyvsp[(5) - (6)].il), 0, 0, 0, (yyvsp[(6) - (6)].rcdata_item),
                                      dialog.ex);
                                      dialog.ex);
          }
          }
    break;
    break;
 
 
  case 85:
  case 85:
#line 725 "rcparse.y"
#line 725 "rcparse.y"
    {
    {
            (yyval.dialog_control) = define_icon_control ((yyvsp[(2) - (8)].id), (yyvsp[(3) - (8)].il), (yyvsp[(4) - (8)].il), (yyvsp[(5) - (8)].il), 0, 0, 0, (yyvsp[(8) - (8)].rcdata_item),
            (yyval.dialog_control) = define_icon_control ((yyvsp[(2) - (8)].id), (yyvsp[(3) - (8)].il), (yyvsp[(4) - (8)].il), (yyvsp[(5) - (8)].il), 0, 0, 0, (yyvsp[(8) - (8)].rcdata_item),
                                      dialog.ex);
                                      dialog.ex);
          }
          }
    break;
    break;
 
 
  case 86:
  case 86:
#line 731 "rcparse.y"
#line 731 "rcparse.y"
    {
    {
            (yyval.dialog_control) = define_icon_control ((yyvsp[(2) - (10)].id), (yyvsp[(3) - (10)].il), (yyvsp[(4) - (10)].il), (yyvsp[(5) - (10)].il), style, (yyvsp[(9) - (10)].il), 0, (yyvsp[(10) - (10)].rcdata_item),
            (yyval.dialog_control) = define_icon_control ((yyvsp[(2) - (10)].id), (yyvsp[(3) - (10)].il), (yyvsp[(4) - (10)].il), (yyvsp[(5) - (10)].il), style, (yyvsp[(9) - (10)].il), 0, (yyvsp[(10) - (10)].rcdata_item),
                                      dialog.ex);
                                      dialog.ex);
          }
          }
    break;
    break;
 
 
  case 87:
  case 87:
#line 737 "rcparse.y"
#line 737 "rcparse.y"
    {
    {
            (yyval.dialog_control) = define_icon_control ((yyvsp[(2) - (11)].id), (yyvsp[(3) - (11)].il), (yyvsp[(4) - (11)].il), (yyvsp[(5) - (11)].il), style, (yyvsp[(9) - (11)].il), (yyvsp[(10) - (11)].il), (yyvsp[(11) - (11)].rcdata_item),
            (yyval.dialog_control) = define_icon_control ((yyvsp[(2) - (11)].id), (yyvsp[(3) - (11)].il), (yyvsp[(4) - (11)].il), (yyvsp[(5) - (11)].il), style, (yyvsp[(9) - (11)].il), (yyvsp[(10) - (11)].il), (yyvsp[(11) - (11)].rcdata_item),
                                      dialog.ex);
                                      dialog.ex);
          }
          }
    break;
    break;
 
 
  case 88:
  case 88:
#line 742 "rcparse.y"
#line 742 "rcparse.y"
    {
    {
              default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_EDIT;
              class.u.id = CTL_EDIT;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 89:
  case 89:
#line 750 "rcparse.y"
#line 750 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            if (dialog.ex == NULL)
            if (dialog.ex == NULL)
              rcparse_warning (_("IEDIT requires DIALOGEX"));
              rcparse_warning (_("IEDIT requires DIALOGEX"));
            res_string_to_id (&(yyval.dialog_control)->class, "IEDIT");
            res_string_to_id (&(yyval.dialog_control)->class, "IEDIT");
          }
          }
    break;
    break;
 
 
  case 90:
  case 90:
#line 757 "rcparse.y"
#line 757 "rcparse.y"
    {
    {
              default_style = LBS_NOTIFY | WS_BORDER;
              default_style = LBS_NOTIFY | WS_BORDER;
              base_style = LBS_NOTIFY | WS_BORDER;
              base_style = LBS_NOTIFY | WS_BORDER;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_LISTBOX;
              class.u.id = CTL_LISTBOX;
              res_text_field = res_null_text;
              res_text_field = res_null_text;
            }
            }
    break;
    break;
 
 
  case 91:
  case 91:
#line 765 "rcparse.y"
#line 765 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(3) - (3)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(3) - (3)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 92:
  case 92:
#line 769 "rcparse.y"
#line 769 "rcparse.y"
    {
    {
              default_style = SS_LEFT | WS_GROUP;
              default_style = SS_LEFT | WS_GROUP;
              base_style = SS_LEFT;
              base_style = SS_LEFT;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_STATIC;
              class.u.id = CTL_STATIC;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 93:
  case 93:
#line 777 "rcparse.y"
#line 777 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 94:
  case 94:
#line 781 "rcparse.y"
#line 781 "rcparse.y"
    {
    {
              default_style = BS_PUSHBOX | WS_TABSTOP;
              default_style = BS_PUSHBOX | WS_TABSTOP;
              base_style = BS_PUSHBOX;
              base_style = BS_PUSHBOX;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_BUTTON;
              class.u.id = CTL_BUTTON;
            }
            }
    break;
    break;
 
 
  case 95:
  case 95:
#line 788 "rcparse.y"
#line 788 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 96:
  case 96:
#line 792 "rcparse.y"
#line 792 "rcparse.y"
    {
    {
              default_style = BS_PUSHBUTTON | WS_TABSTOP;
              default_style = BS_PUSHBUTTON | WS_TABSTOP;
              base_style = BS_PUSHBUTTON | WS_TABSTOP;
              base_style = BS_PUSHBUTTON | WS_TABSTOP;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_BUTTON;
              class.u.id = CTL_BUTTON;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 97:
  case 97:
#line 800 "rcparse.y"
#line 800 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 98:
  case 98:
#line 804 "rcparse.y"
#line 804 "rcparse.y"
    {
    {
              default_style = BS_RADIOBUTTON | WS_TABSTOP;
              default_style = BS_RADIOBUTTON | WS_TABSTOP;
              base_style = BS_RADIOBUTTON;
              base_style = BS_RADIOBUTTON;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_BUTTON;
              class.u.id = CTL_BUTTON;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 99:
  case 99:
#line 812 "rcparse.y"
#line 812 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 100:
  case 100:
#line 816 "rcparse.y"
#line 816 "rcparse.y"
    {
    {
              default_style = SS_RIGHT | WS_GROUP;
              default_style = SS_RIGHT | WS_GROUP;
              base_style = SS_RIGHT;
              base_style = SS_RIGHT;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_STATIC;
              class.u.id = CTL_STATIC;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 101:
  case 101:
#line 824 "rcparse.y"
#line 824 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 102:
  case 102:
#line 828 "rcparse.y"
#line 828 "rcparse.y"
    {
    {
              default_style = SBS_HORZ;
              default_style = SBS_HORZ;
              base_style = 0;
              base_style = 0;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_SCROLLBAR;
              class.u.id = CTL_SCROLLBAR;
              res_text_field = res_null_text;
              res_text_field = res_null_text;
            }
            }
    break;
    break;
 
 
  case 103:
  case 103:
#line 836 "rcparse.y"
#line 836 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(3) - (3)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(3) - (3)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 104:
  case 104:
#line 840 "rcparse.y"
#line 840 "rcparse.y"
    {
    {
              default_style = BS_3STATE | WS_TABSTOP;
              default_style = BS_3STATE | WS_TABSTOP;
              base_style = BS_3STATE;
              base_style = BS_3STATE;
              class.named = 0;
              class.named = 0;
              class.u.id = CTL_BUTTON;
              class.u.id = CTL_BUTTON;
              res_text_field = (yyvsp[(2) - (2)].id);
              res_text_field = (yyvsp[(2) - (2)].id);
            }
            }
    break;
    break;
 
 
  case 105:
  case 105:
#line 848 "rcparse.y"
#line 848 "rcparse.y"
    {
    {
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
            (yyval.dialog_control) = (yyvsp[(4) - (4)].dialog_control);
          }
          }
    break;
    break;
 
 
  case 106:
  case 106:
#line 853 "rcparse.y"
#line 853 "rcparse.y"
    { style = WS_CHILD | WS_VISIBLE; }
    { style = WS_CHILD | WS_VISIBLE; }
    break;
    break;
 
 
  case 107:
  case 107:
#line 855 "rcparse.y"
#line 855 "rcparse.y"
    {
    {
            rc_res_id cid;
            rc_res_id cid;
            cid.named = 0;
            cid.named = 0;
            cid.u.id = CTL_BUTTON;
            cid.u.id = CTL_BUTTON;
            (yyval.dialog_control) = define_control ((yyvsp[(2) - (15)].id), (yyvsp[(3) - (15)].il), (yyvsp[(5) - (15)].il), (yyvsp[(7) - (15)].il), (yyvsp[(9) - (15)].il), (yyvsp[(11) - (15)].il), cid,
            (yyval.dialog_control) = define_control ((yyvsp[(2) - (15)].id), (yyvsp[(3) - (15)].il), (yyvsp[(5) - (15)].il), (yyvsp[(7) - (15)].il), (yyvsp[(9) - (15)].il), (yyvsp[(11) - (15)].il), cid,
                                 style, (yyvsp[(15) - (15)].il));
                                 style, (yyvsp[(15) - (15)].il));
          }
          }
    break;
    break;
 
 
  case 108:
  case 108:
#line 873 "rcparse.y"
#line 873 "rcparse.y"
    {
    {
            (yyval.dialog_control) = define_control (res_text_field, (yyvsp[(1) - (6)].il), (yyvsp[(2) - (6)].il), (yyvsp[(3) - (6)].il), (yyvsp[(4) - (6)].il), (yyvsp[(5) - (6)].il), class,
            (yyval.dialog_control) = define_control (res_text_field, (yyvsp[(1) - (6)].il), (yyvsp[(2) - (6)].il), (yyvsp[(3) - (6)].il), (yyvsp[(4) - (6)].il), (yyvsp[(5) - (6)].il), class,
                                 default_style | WS_CHILD | WS_VISIBLE, 0);
                                 default_style | WS_CHILD | WS_VISIBLE, 0);
            if ((yyvsp[(6) - (6)].rcdata_item) != NULL)
            if ((yyvsp[(6) - (6)].rcdata_item) != NULL)
              {
              {
                if (dialog.ex == NULL)
                if (dialog.ex == NULL)
                  rcparse_warning (_("control data requires DIALOGEX"));
                  rcparse_warning (_("control data requires DIALOGEX"));
                (yyval.dialog_control)->data = (yyvsp[(6) - (6)].rcdata_item);
                (yyval.dialog_control)->data = (yyvsp[(6) - (6)].rcdata_item);
              }
              }
          }
          }
    break;
    break;
 
 
  case 109:
  case 109:
#line 885 "rcparse.y"
#line 885 "rcparse.y"
    {
    {
            (yyval.dialog_control) = define_control (res_text_field, (yyvsp[(1) - (8)].il), (yyvsp[(2) - (8)].il), (yyvsp[(3) - (8)].il), (yyvsp[(4) - (8)].il), (yyvsp[(5) - (8)].il), class, style, (yyvsp[(7) - (8)].il));
            (yyval.dialog_control) = define_control (res_text_field, (yyvsp[(1) - (8)].il), (yyvsp[(2) - (8)].il), (yyvsp[(3) - (8)].il), (yyvsp[(4) - (8)].il), (yyvsp[(5) - (8)].il), class, style, (yyvsp[(7) - (8)].il));
            if ((yyvsp[(8) - (8)].rcdata_item) != NULL)
            if ((yyvsp[(8) - (8)].rcdata_item) != NULL)
              {
              {
                if (dialog.ex == NULL)
                if (dialog.ex == NULL)
                  rcparse_warning (_("control data requires DIALOGEX"));
                  rcparse_warning (_("control data requires DIALOGEX"));
                (yyval.dialog_control)->data = (yyvsp[(8) - (8)].rcdata_item);
                (yyval.dialog_control)->data = (yyvsp[(8) - (8)].rcdata_item);
              }
              }
          }
          }
    break;
    break;
 
 
  case 110:
  case 110:
#line 896 "rcparse.y"
#line 896 "rcparse.y"
    {
    {
            (yyval.dialog_control) = define_control (res_text_field, (yyvsp[(1) - (9)].il), (yyvsp[(2) - (9)].il), (yyvsp[(3) - (9)].il), (yyvsp[(4) - (9)].il), (yyvsp[(5) - (9)].il), class, style, (yyvsp[(7) - (9)].il));
            (yyval.dialog_control) = define_control (res_text_field, (yyvsp[(1) - (9)].il), (yyvsp[(2) - (9)].il), (yyvsp[(3) - (9)].il), (yyvsp[(4) - (9)].il), (yyvsp[(5) - (9)].il), class, style, (yyvsp[(7) - (9)].il));
            if (dialog.ex == NULL)
            if (dialog.ex == NULL)
              rcparse_warning (_("help ID requires DIALOGEX"));
              rcparse_warning (_("help ID requires DIALOGEX"));
            (yyval.dialog_control)->help = (yyvsp[(8) - (9)].il);
            (yyval.dialog_control)->help = (yyvsp[(8) - (9)].il);
            (yyval.dialog_control)->data = (yyvsp[(9) - (9)].rcdata_item);
            (yyval.dialog_control)->data = (yyvsp[(9) - (9)].rcdata_item);
          }
          }
    break;
    break;
 
 
  case 111:
  case 111:
#line 907 "rcparse.y"
#line 907 "rcparse.y"
    {
    {
            if ((yyvsp[(2) - (2)].id).named)
            if ((yyvsp[(2) - (2)].id).named)
              res_unistring_to_id (&(yyval.id), (yyvsp[(2) - (2)].id).u.n.name);
              res_unistring_to_id (&(yyval.id), (yyvsp[(2) - (2)].id).u.n.name);
            else
            else
              (yyval.id)=(yyvsp[(2) - (2)].id);
              (yyval.id)=(yyvsp[(2) - (2)].id);
          }
          }
    break;
    break;
 
 
  case 112:
  case 112:
#line 917 "rcparse.y"
#line 917 "rcparse.y"
    {
    {
            res_string_to_id (&(yyval.id), "");
            res_string_to_id (&(yyval.id), "");
          }
          }
    break;
    break;
 
 
  case 113:
  case 113:
#line 920 "rcparse.y"
#line 920 "rcparse.y"
    { (yyval.id)=(yyvsp[(1) - (2)].id); }
    { (yyval.id)=(yyvsp[(1) - (2)].id); }
    break;
    break;
 
 
  case 114:
  case 114:
#line 925 "rcparse.y"
#line 925 "rcparse.y"
    {
    {
            (yyval.id).named = 0;
            (yyval.id).named = 0;
            (yyval.id).u.id = (yyvsp[(1) - (1)].il);
            (yyval.id).u.id = (yyvsp[(1) - (1)].il);
          }
          }
    break;
    break;
 
 
  case 115:
  case 115:
#line 930 "rcparse.y"
#line 930 "rcparse.y"
    {
    {
            (yyval.id).named = 1;
            (yyval.id).named = 1;
            (yyval.id).u.n.name = (yyvsp[(1) - (1)].uni);
            (yyval.id).u.n.name = (yyvsp[(1) - (1)].uni);
            (yyval.id).u.n.length = unichar_len ((yyvsp[(1) - (1)].uni));
            (yyval.id).u.n.length = unichar_len ((yyvsp[(1) - (1)].uni));
          }
          }
    break;
    break;
 
 
  case 116:
  case 116:
#line 939 "rcparse.y"
#line 939 "rcparse.y"
    {
    {
            (yyval.rcdata_item) = NULL;
            (yyval.rcdata_item) = NULL;
          }
          }
    break;
    break;
 
 
  case 117:
  case 117:
#line 943 "rcparse.y"
#line 943 "rcparse.y"
    {
    {
            (yyval.rcdata_item) = (yyvsp[(2) - (3)].rcdata).first;
            (yyval.rcdata_item) = (yyvsp[(2) - (3)].rcdata).first;
          }
          }
    break;
    break;
 
 
  case 118:
  case 118:
#line 952 "rcparse.y"
#line 952 "rcparse.y"
    { style = WS_CHILD | WS_VISIBLE; }
    { style = WS_CHILD | WS_VISIBLE; }
    break;
    break;
 
 
  case 120:
  case 120:
#line 958 "rcparse.y"
#line 958 "rcparse.y"
    { style = SS_ICON | WS_CHILD | WS_VISIBLE; }
    { style = SS_ICON | WS_CHILD | WS_VISIBLE; }
    break;
    break;
 
 
  case 122:
  case 122:
#line 964 "rcparse.y"
#line 964 "rcparse.y"
    { style = base_style | WS_CHILD | WS_VISIBLE; }
    { style = base_style | WS_CHILD | WS_VISIBLE; }
    break;
    break;
 
 
  case 124:
  case 124:
#line 972 "rcparse.y"
#line 972 "rcparse.y"
    {
    {
            define_font ((yyvsp[(1) - (4)].id), &(yyvsp[(3) - (4)].res_info), (yyvsp[(4) - (4)].s));
            define_font ((yyvsp[(1) - (4)].id), &(yyvsp[(3) - (4)].res_info), (yyvsp[(4) - (4)].s));
            if (yychar != YYEMPTY)
            if (yychar != YYEMPTY)
              YYERROR;
              YYERROR;
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 125:
  case 125:
#line 984 "rcparse.y"
#line 984 "rcparse.y"
    {
    {
            define_icon ((yyvsp[(1) - (4)].id), &(yyvsp[(3) - (4)].res_info), (yyvsp[(4) - (4)].s));
            define_icon ((yyvsp[(1) - (4)].id), &(yyvsp[(3) - (4)].res_info), (yyvsp[(4) - (4)].s));
            if (yychar != YYEMPTY)
            if (yychar != YYEMPTY)
              YYERROR;
              YYERROR;
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 126:
  case 126:
#line 997 "rcparse.y"
#line 997 "rcparse.y"
    {
    {
            language = (yyvsp[(2) - (3)].il) | ((yyvsp[(3) - (3)].il) << SUBLANG_SHIFT);
            language = (yyvsp[(2) - (3)].il) | ((yyvsp[(3) - (3)].il) << SUBLANG_SHIFT);
          }
          }
    break;
    break;
 
 
  case 127:
  case 127:
#line 1006 "rcparse.y"
#line 1006 "rcparse.y"
    {
    {
            define_menu ((yyvsp[(1) - (6)].id), &(yyvsp[(3) - (6)].res_info), (yyvsp[(5) - (6)].menuitem));
            define_menu ((yyvsp[(1) - (6)].id), &(yyvsp[(3) - (6)].res_info), (yyvsp[(5) - (6)].menuitem));
            if (yychar != YYEMPTY)
            if (yychar != YYEMPTY)
              YYERROR;
              YYERROR;
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 128:
  case 128:
#line 1016 "rcparse.y"
#line 1016 "rcparse.y"
    {
    {
            (yyval.menuitem) = NULL;
            (yyval.menuitem) = NULL;
          }
          }
    break;
    break;
 
 
  case 129:
  case 129:
#line 1020 "rcparse.y"
#line 1020 "rcparse.y"
    {
    {
            if ((yyvsp[(1) - (2)].menuitem) == NULL)
            if ((yyvsp[(1) - (2)].menuitem) == NULL)
              (yyval.menuitem) = (yyvsp[(2) - (2)].menuitem);
              (yyval.menuitem) = (yyvsp[(2) - (2)].menuitem);
            else
            else
              {
              {
                rc_menuitem **pp;
                rc_menuitem **pp;
 
 
                for (pp = &(yyvsp[(1) - (2)].menuitem)->next; *pp != NULL; pp = &(*pp)->next)
                for (pp = &(yyvsp[(1) - (2)].menuitem)->next; *pp != NULL; pp = &(*pp)->next)
                  ;
                  ;
                *pp = (yyvsp[(2) - (2)].menuitem);
                *pp = (yyvsp[(2) - (2)].menuitem);
                (yyval.menuitem) = (yyvsp[(1) - (2)].menuitem);
                (yyval.menuitem) = (yyvsp[(1) - (2)].menuitem);
              }
              }
          }
          }
    break;
    break;
 
 
  case 130:
  case 130:
#line 1037 "rcparse.y"
#line 1037 "rcparse.y"
    {
    {
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (4)].uni), (yyvsp[(3) - (4)].il), (yyvsp[(4) - (4)].is), 0, 0, NULL);
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (4)].uni), (yyvsp[(3) - (4)].il), (yyvsp[(4) - (4)].is), 0, 0, NULL);
          }
          }
    break;
    break;
 
 
  case 131:
  case 131:
#line 1041 "rcparse.y"
#line 1041 "rcparse.y"
    {
    {
            (yyval.menuitem) = define_menuitem (NULL, 0, 0, 0, 0, NULL);
            (yyval.menuitem) = define_menuitem (NULL, 0, 0, 0, 0, NULL);
          }
          }
    break;
    break;
 
 
  case 132:
  case 132:
#line 1045 "rcparse.y"
#line 1045 "rcparse.y"
    {
    {
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (6)].uni), 0, (yyvsp[(3) - (6)].is), 0, 0, (yyvsp[(5) - (6)].menuitem));
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (6)].uni), 0, (yyvsp[(3) - (6)].is), 0, 0, (yyvsp[(5) - (6)].menuitem));
          }
          }
    break;
    break;
 
 
  case 133:
  case 133:
#line 1052 "rcparse.y"
#line 1052 "rcparse.y"
    {
    {
            (yyval.is) = 0;
            (yyval.is) = 0;
          }
          }
    break;
    break;
 
 
  case 134:
  case 134:
#line 1056 "rcparse.y"
#line 1056 "rcparse.y"
    {
    {
            (yyval.is) = (yyvsp[(1) - (3)].is) | (yyvsp[(3) - (3)].is);
            (yyval.is) = (yyvsp[(1) - (3)].is) | (yyvsp[(3) - (3)].is);
          }
          }
    break;
    break;
 
 
  case 135:
  case 135:
#line 1060 "rcparse.y"
#line 1060 "rcparse.y"
    {
    {
            (yyval.is) = (yyvsp[(1) - (2)].is) | (yyvsp[(2) - (2)].is);
            (yyval.is) = (yyvsp[(1) - (2)].is) | (yyvsp[(2) - (2)].is);
          }
          }
    break;
    break;
 
 
  case 136:
  case 136:
#line 1067 "rcparse.y"
#line 1067 "rcparse.y"
    {
    {
            (yyval.is) = MENUITEM_CHECKED;
            (yyval.is) = MENUITEM_CHECKED;
          }
          }
    break;
    break;
 
 
  case 137:
  case 137:
#line 1071 "rcparse.y"
#line 1071 "rcparse.y"
    {
    {
            (yyval.is) = MENUITEM_GRAYED;
            (yyval.is) = MENUITEM_GRAYED;
          }
          }
    break;
    break;
 
 
  case 138:
  case 138:
#line 1075 "rcparse.y"
#line 1075 "rcparse.y"
    {
    {
            (yyval.is) = MENUITEM_HELP;
            (yyval.is) = MENUITEM_HELP;
          }
          }
    break;
    break;
 
 
  case 139:
  case 139:
#line 1079 "rcparse.y"
#line 1079 "rcparse.y"
    {
    {
            (yyval.is) = MENUITEM_INACTIVE;
            (yyval.is) = MENUITEM_INACTIVE;
          }
          }
    break;
    break;
 
 
  case 140:
  case 140:
#line 1083 "rcparse.y"
#line 1083 "rcparse.y"
    {
    {
            (yyval.is) = MENUITEM_MENUBARBREAK;
            (yyval.is) = MENUITEM_MENUBARBREAK;
          }
          }
    break;
    break;
 
 
  case 141:
  case 141:
#line 1087 "rcparse.y"
#line 1087 "rcparse.y"
    {
    {
            (yyval.is) = MENUITEM_MENUBREAK;
            (yyval.is) = MENUITEM_MENUBREAK;
          }
          }
    break;
    break;
 
 
  case 142:
  case 142:
#line 1096 "rcparse.y"
#line 1096 "rcparse.y"
    {
    {
            define_menu ((yyvsp[(1) - (6)].id), &(yyvsp[(3) - (6)].res_info), (yyvsp[(5) - (6)].menuitem));
            define_menu ((yyvsp[(1) - (6)].id), &(yyvsp[(3) - (6)].res_info), (yyvsp[(5) - (6)].menuitem));
            if (yychar != YYEMPTY)
            if (yychar != YYEMPTY)
              YYERROR;
              YYERROR;
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 143:
  case 143:
#line 1106 "rcparse.y"
#line 1106 "rcparse.y"
    {
    {
            (yyval.menuitem) = NULL;
            (yyval.menuitem) = NULL;
          }
          }
    break;
    break;
 
 
  case 144:
  case 144:
#line 1110 "rcparse.y"
#line 1110 "rcparse.y"
    {
    {
            if ((yyvsp[(1) - (2)].menuitem) == NULL)
            if ((yyvsp[(1) - (2)].menuitem) == NULL)
              (yyval.menuitem) = (yyvsp[(2) - (2)].menuitem);
              (yyval.menuitem) = (yyvsp[(2) - (2)].menuitem);
            else
            else
              {
              {
                rc_menuitem **pp;
                rc_menuitem **pp;
 
 
                for (pp = &(yyvsp[(1) - (2)].menuitem)->next; *pp != NULL; pp = &(*pp)->next)
                for (pp = &(yyvsp[(1) - (2)].menuitem)->next; *pp != NULL; pp = &(*pp)->next)
                  ;
                  ;
                *pp = (yyvsp[(2) - (2)].menuitem);
                *pp = (yyvsp[(2) - (2)].menuitem);
                (yyval.menuitem) = (yyvsp[(1) - (2)].menuitem);
                (yyval.menuitem) = (yyvsp[(1) - (2)].menuitem);
              }
              }
          }
          }
    break;
    break;
 
 
  case 145:
  case 145:
#line 1127 "rcparse.y"
#line 1127 "rcparse.y"
    {
    {
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (2)].uni), 0, 0, 0, 0, NULL);
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (2)].uni), 0, 0, 0, 0, NULL);
          }
          }
    break;
    break;
 
 
  case 146:
  case 146:
#line 1131 "rcparse.y"
#line 1131 "rcparse.y"
    {
    {
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (3)].uni), (yyvsp[(3) - (3)].il), 0, 0, 0, NULL);
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (3)].uni), (yyvsp[(3) - (3)].il), 0, 0, 0, NULL);
          }
          }
    break;
    break;
 
 
  case 147:
  case 147:
#line 1135 "rcparse.y"
#line 1135 "rcparse.y"
    {
    {
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (5)].uni), (yyvsp[(3) - (5)].il), (yyvsp[(4) - (5)].il), (yyvsp[(5) - (5)].il), 0, NULL);
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (5)].uni), (yyvsp[(3) - (5)].il), (yyvsp[(4) - (5)].il), (yyvsp[(5) - (5)].il), 0, NULL);
          }
          }
    break;
    break;
 
 
  case 148:
  case 148:
#line 1139 "rcparse.y"
#line 1139 "rcparse.y"
    {
    {
            (yyval.menuitem) = define_menuitem (NULL, 0, 0, 0, 0, NULL);
            (yyval.menuitem) = define_menuitem (NULL, 0, 0, 0, 0, NULL);
          }
          }
    break;
    break;
 
 
  case 149:
  case 149:
#line 1143 "rcparse.y"
#line 1143 "rcparse.y"
    {
    {
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (5)].uni), 0, 0, 0, 0, (yyvsp[(4) - (5)].menuitem));
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (5)].uni), 0, 0, 0, 0, (yyvsp[(4) - (5)].menuitem));
          }
          }
    break;
    break;
 
 
  case 150:
  case 150:
#line 1147 "rcparse.y"
#line 1147 "rcparse.y"
    {
    {
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (6)].uni), (yyvsp[(3) - (6)].il), 0, 0, 0, (yyvsp[(5) - (6)].menuitem));
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (6)].uni), (yyvsp[(3) - (6)].il), 0, 0, 0, (yyvsp[(5) - (6)].menuitem));
          }
          }
    break;
    break;
 
 
  case 151:
  case 151:
#line 1151 "rcparse.y"
#line 1151 "rcparse.y"
    {
    {
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (7)].uni), (yyvsp[(3) - (7)].il), (yyvsp[(4) - (7)].il), 0, 0, (yyvsp[(6) - (7)].menuitem));
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (7)].uni), (yyvsp[(3) - (7)].il), (yyvsp[(4) - (7)].il), 0, 0, (yyvsp[(6) - (7)].menuitem));
          }
          }
    break;
    break;
 
 
  case 152:
  case 152:
#line 1156 "rcparse.y"
#line 1156 "rcparse.y"
    {
    {
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (9)].uni), (yyvsp[(3) - (9)].il), (yyvsp[(4) - (9)].il), (yyvsp[(5) - (9)].il), (yyvsp[(6) - (9)].il), (yyvsp[(8) - (9)].menuitem));
            (yyval.menuitem) = define_menuitem ((yyvsp[(2) - (9)].uni), (yyvsp[(3) - (9)].il), (yyvsp[(4) - (9)].il), (yyvsp[(5) - (9)].il), (yyvsp[(6) - (9)].il), (yyvsp[(8) - (9)].menuitem));
          }
          }
    break;
    break;
 
 
  case 153:
  case 153:
#line 1165 "rcparse.y"
#line 1165 "rcparse.y"
    {
    {
            define_messagetable ((yyvsp[(1) - (4)].id), &(yyvsp[(3) - (4)].res_info), (yyvsp[(4) - (4)].s));
            define_messagetable ((yyvsp[(1) - (4)].id), &(yyvsp[(3) - (4)].res_info), (yyvsp[(4) - (4)].s));
            if (yychar != YYEMPTY)
            if (yychar != YYEMPTY)
              YYERROR;
              YYERROR;
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 154:
  case 154:
#line 1177 "rcparse.y"
#line 1177 "rcparse.y"
    {
    {
            rcparse_rcdata ();
            rcparse_rcdata ();
          }
          }
    break;
    break;
 
 
  case 155:
  case 155:
#line 1181 "rcparse.y"
#line 1181 "rcparse.y"
    {
    {
            rcparse_normal ();
            rcparse_normal ();
            (yyval.rcdata) = (yyvsp[(2) - (2)].rcdata);
            (yyval.rcdata) = (yyvsp[(2) - (2)].rcdata);
          }
          }
    break;
    break;
 
 
  case 156:
  case 156:
#line 1189 "rcparse.y"
#line 1189 "rcparse.y"
    {
    {
            (yyval.rcdata).first = NULL;
            (yyval.rcdata).first = NULL;
            (yyval.rcdata).last = NULL;
            (yyval.rcdata).last = NULL;
          }
          }
    break;
    break;
 
 
  case 157:
  case 157:
#line 1194 "rcparse.y"
#line 1194 "rcparse.y"
    {
    {
            (yyval.rcdata) = (yyvsp[(1) - (1)].rcdata);
            (yyval.rcdata) = (yyvsp[(1) - (1)].rcdata);
          }
          }
    break;
    break;
 
 
  case 158:
  case 158:
#line 1201 "rcparse.y"
#line 1201 "rcparse.y"
    {
    {
            rc_rcdata_item *ri;
            rc_rcdata_item *ri;
 
 
            ri = define_rcdata_string ((yyvsp[(1) - (1)].ss).s, (yyvsp[(1) - (1)].ss).length);
            ri = define_rcdata_string ((yyvsp[(1) - (1)].ss).s, (yyvsp[(1) - (1)].ss).length);
            (yyval.rcdata).first = ri;
            (yyval.rcdata).first = ri;
            (yyval.rcdata).last = ri;
            (yyval.rcdata).last = ri;
          }
          }
    break;
    break;
 
 
  case 159:
  case 159:
#line 1209 "rcparse.y"
#line 1209 "rcparse.y"
    {
    {
            rc_rcdata_item *ri;
            rc_rcdata_item *ri;
 
 
            ri = define_rcdata_unistring ((yyvsp[(1) - (1)].suni).s, (yyvsp[(1) - (1)].suni).length);
            ri = define_rcdata_unistring ((yyvsp[(1) - (1)].suni).s, (yyvsp[(1) - (1)].suni).length);
            (yyval.rcdata).first = ri;
            (yyval.rcdata).first = ri;
            (yyval.rcdata).last = ri;
            (yyval.rcdata).last = ri;
          }
          }
    break;
    break;
 
 
  case 160:
  case 160:
#line 1217 "rcparse.y"
#line 1217 "rcparse.y"
    {
    {
            rc_rcdata_item *ri;
            rc_rcdata_item *ri;
 
 
            ri = define_rcdata_number ((yyvsp[(1) - (1)].i).val, (yyvsp[(1) - (1)].i).dword);
            ri = define_rcdata_number ((yyvsp[(1) - (1)].i).val, (yyvsp[(1) - (1)].i).dword);
            (yyval.rcdata).first = ri;
            (yyval.rcdata).first = ri;
            (yyval.rcdata).last = ri;
            (yyval.rcdata).last = ri;
          }
          }
    break;
    break;
 
 
  case 161:
  case 161:
#line 1225 "rcparse.y"
#line 1225 "rcparse.y"
    {
    {
            rc_rcdata_item *ri;
            rc_rcdata_item *ri;
 
 
            ri = define_rcdata_string ((yyvsp[(3) - (3)].ss).s, (yyvsp[(3) - (3)].ss).length);
            ri = define_rcdata_string ((yyvsp[(3) - (3)].ss).s, (yyvsp[(3) - (3)].ss).length);
            (yyval.rcdata).first = (yyvsp[(1) - (3)].rcdata).first;
            (yyval.rcdata).first = (yyvsp[(1) - (3)].rcdata).first;
            (yyvsp[(1) - (3)].rcdata).last->next = ri;
            (yyvsp[(1) - (3)].rcdata).last->next = ri;
            (yyval.rcdata).last = ri;
            (yyval.rcdata).last = ri;
          }
          }
    break;
    break;
 
 
  case 162:
  case 162:
#line 1234 "rcparse.y"
#line 1234 "rcparse.y"
    {
    {
            rc_rcdata_item *ri;
            rc_rcdata_item *ri;
 
 
            ri = define_rcdata_unistring ((yyvsp[(3) - (3)].suni).s, (yyvsp[(3) - (3)].suni).length);
            ri = define_rcdata_unistring ((yyvsp[(3) - (3)].suni).s, (yyvsp[(3) - (3)].suni).length);
            (yyval.rcdata).first = (yyvsp[(1) - (3)].rcdata).first;
            (yyval.rcdata).first = (yyvsp[(1) - (3)].rcdata).first;
            (yyvsp[(1) - (3)].rcdata).last->next = ri;
            (yyvsp[(1) - (3)].rcdata).last->next = ri;
            (yyval.rcdata).last = ri;
            (yyval.rcdata).last = ri;
          }
          }
    break;
    break;
 
 
  case 163:
  case 163:
#line 1243 "rcparse.y"
#line 1243 "rcparse.y"
    {
    {
            rc_rcdata_item *ri;
            rc_rcdata_item *ri;
 
 
            ri = define_rcdata_number ((yyvsp[(3) - (3)].i).val, (yyvsp[(3) - (3)].i).dword);
            ri = define_rcdata_number ((yyvsp[(3) - (3)].i).val, (yyvsp[(3) - (3)].i).dword);
            (yyval.rcdata).first = (yyvsp[(1) - (3)].rcdata).first;
            (yyval.rcdata).first = (yyvsp[(1) - (3)].rcdata).first;
            (yyvsp[(1) - (3)].rcdata).last->next = ri;
            (yyvsp[(1) - (3)].rcdata).last->next = ri;
            (yyval.rcdata).last = ri;
            (yyval.rcdata).last = ri;
          }
          }
    break;
    break;
 
 
  case 164:
  case 164:
#line 1252 "rcparse.y"
#line 1252 "rcparse.y"
    {
    {
            (yyval.rcdata)=(yyvsp[(1) - (2)].rcdata);
            (yyval.rcdata)=(yyvsp[(1) - (2)].rcdata);
          }
          }
    break;
    break;
 
 
  case 165:
  case 165:
#line 1261 "rcparse.y"
#line 1261 "rcparse.y"
    { sub_res_info = (yyvsp[(2) - (3)].res_info); }
    { sub_res_info = (yyvsp[(2) - (3)].res_info); }
    break;
    break;
 
 
  case 168:
  case 168:
#line 1268 "rcparse.y"
#line 1268 "rcparse.y"
    {
    {
            define_stringtable (&sub_res_info, (yyvsp[(2) - (3)].il), (yyvsp[(3) - (3)].uni));
            define_stringtable (&sub_res_info, (yyvsp[(2) - (3)].il), (yyvsp[(3) - (3)].uni));
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 169:
  case 169:
#line 1273 "rcparse.y"
#line 1273 "rcparse.y"
    {
    {
            define_stringtable (&sub_res_info, (yyvsp[(2) - (4)].il), (yyvsp[(4) - (4)].uni));
            define_stringtable (&sub_res_info, (yyvsp[(2) - (4)].il), (yyvsp[(4) - (4)].uni));
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 170:
  case 170:
#line 1278 "rcparse.y"
#line 1278 "rcparse.y"
    {
    {
            rcparse_warning (_("invalid stringtable resource."));
            rcparse_warning (_("invalid stringtable resource."));
            abort ();
            abort ();
          }
          }
    break;
    break;
 
 
  case 171:
  case 171:
#line 1286 "rcparse.y"
#line 1286 "rcparse.y"
    {
    {
            (yyval.id)=(yyvsp[(1) - (1)].id);
            (yyval.id)=(yyvsp[(1) - (1)].id);
          }
          }
    break;
    break;
 
 
  case 172:
  case 172:
#line 1290 "rcparse.y"
#line 1290 "rcparse.y"
    {
    {
          (yyval.id).named = 0;
          (yyval.id).named = 0;
          (yyval.id).u.id = 23;
          (yyval.id).u.id = 23;
        }
        }
    break;
    break;
 
 
  case 173:
  case 173:
#line 1295 "rcparse.y"
#line 1295 "rcparse.y"
    {
    {
          (yyval.id).named = 0;
          (yyval.id).named = 0;
          (yyval.id).u.id = RT_RCDATA;
          (yyval.id).u.id = RT_RCDATA;
        }
        }
    break;
    break;
 
 
  case 174:
  case 174:
#line 1300 "rcparse.y"
#line 1300 "rcparse.y"
    {
    {
          (yyval.id).named = 0;
          (yyval.id).named = 0;
          (yyval.id).u.id = RT_MANIFEST;
          (yyval.id).u.id = RT_MANIFEST;
        }
        }
    break;
    break;
 
 
  case 175:
  case 175:
#line 1305 "rcparse.y"
#line 1305 "rcparse.y"
    {
    {
          (yyval.id).named = 0;
          (yyval.id).named = 0;
          (yyval.id).u.id = RT_PLUGPLAY;
          (yyval.id).u.id = RT_PLUGPLAY;
        }
        }
    break;
    break;
 
 
  case 176:
  case 176:
#line 1310 "rcparse.y"
#line 1310 "rcparse.y"
    {
    {
          (yyval.id).named = 0;
          (yyval.id).named = 0;
          (yyval.id).u.id = RT_VXD;
          (yyval.id).u.id = RT_VXD;
        }
        }
    break;
    break;
 
 
  case 177:
  case 177:
#line 1315 "rcparse.y"
#line 1315 "rcparse.y"
    {
    {
          (yyval.id).named = 0;
          (yyval.id).named = 0;
          (yyval.id).u.id = RT_DLGINCLUDE;
          (yyval.id).u.id = RT_DLGINCLUDE;
        }
        }
    break;
    break;
 
 
  case 178:
  case 178:
#line 1320 "rcparse.y"
#line 1320 "rcparse.y"
    {
    {
          (yyval.id).named = 0;
          (yyval.id).named = 0;
          (yyval.id).u.id = RT_DLGINIT;
          (yyval.id).u.id = RT_DLGINIT;
        }
        }
    break;
    break;
 
 
  case 179:
  case 179:
#line 1325 "rcparse.y"
#line 1325 "rcparse.y"
    {
    {
          (yyval.id).named = 0;
          (yyval.id).named = 0;
          (yyval.id).u.id = RT_ANICURSOR;
          (yyval.id).u.id = RT_ANICURSOR;
        }
        }
    break;
    break;
 
 
  case 180:
  case 180:
#line 1330 "rcparse.y"
#line 1330 "rcparse.y"
    {
    {
          (yyval.id).named = 0;
          (yyval.id).named = 0;
          (yyval.id).u.id = RT_ANIICON;
          (yyval.id).u.id = RT_ANIICON;
        }
        }
    break;
    break;
 
 
  case 181:
  case 181:
#line 1341 "rcparse.y"
#line 1341 "rcparse.y"
    {
    {
            define_user_data ((yyvsp[(1) - (6)].id), (yyvsp[(2) - (6)].id), &(yyvsp[(3) - (6)].res_info), (yyvsp[(5) - (6)].rcdata).first);
            define_user_data ((yyvsp[(1) - (6)].id), (yyvsp[(2) - (6)].id), &(yyvsp[(3) - (6)].res_info), (yyvsp[(5) - (6)].rcdata).first);
            if (yychar != YYEMPTY)
            if (yychar != YYEMPTY)
              YYERROR;
              YYERROR;
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 182:
  case 182:
#line 1348 "rcparse.y"
#line 1348 "rcparse.y"
    {
    {
            define_user_file ((yyvsp[(1) - (4)].id), (yyvsp[(2) - (4)].id), &(yyvsp[(3) - (4)].res_info), (yyvsp[(4) - (4)].s));
            define_user_file ((yyvsp[(1) - (4)].id), (yyvsp[(2) - (4)].id), &(yyvsp[(3) - (4)].res_info), (yyvsp[(4) - (4)].s));
            if (yychar != YYEMPTY)
            if (yychar != YYEMPTY)
              YYERROR;
              YYERROR;
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 183:
  case 183:
#line 1358 "rcparse.y"
#line 1358 "rcparse.y"
    {
    {
          define_toolbar ((yyvsp[(1) - (8)].id), &(yyvsp[(3) - (8)].res_info), (yyvsp[(4) - (8)].il), (yyvsp[(5) - (8)].il), (yyvsp[(7) - (8)].toobar_item));
          define_toolbar ((yyvsp[(1) - (8)].id), &(yyvsp[(3) - (8)].res_info), (yyvsp[(4) - (8)].il), (yyvsp[(5) - (8)].il), (yyvsp[(7) - (8)].toobar_item));
        }
        }
    break;
    break;
 
 
  case 184:
  case 184:
#line 1363 "rcparse.y"
#line 1363 "rcparse.y"
    { (yyval.toobar_item)= NULL; }
    { (yyval.toobar_item)= NULL; }
    break;
    break;
 
 
  case 185:
  case 185:
#line 1365 "rcparse.y"
#line 1365 "rcparse.y"
    {
    {
          rc_toolbar_item *c,*n;
          rc_toolbar_item *c,*n;
          c = (yyvsp[(1) - (3)].toobar_item);
          c = (yyvsp[(1) - (3)].toobar_item);
          n= (rc_toolbar_item *)
          n= (rc_toolbar_item *)
              res_alloc (sizeof (rc_toolbar_item));
              res_alloc (sizeof (rc_toolbar_item));
          if (c != NULL)
          if (c != NULL)
            while (c->next != NULL)
            while (c->next != NULL)
              c = c->next;
              c = c->next;
          n->prev = c;
          n->prev = c;
          n->next = NULL;
          n->next = NULL;
          if (c != NULL)
          if (c != NULL)
            c->next = n;
            c->next = n;
          n->id = (yyvsp[(3) - (3)].id);
          n->id = (yyvsp[(3) - (3)].id);
          if ((yyvsp[(1) - (3)].toobar_item) == NULL)
          if ((yyvsp[(1) - (3)].toobar_item) == NULL)
            (yyval.toobar_item) = n;
            (yyval.toobar_item) = n;
          else
          else
            (yyval.toobar_item) = (yyvsp[(1) - (3)].toobar_item);
            (yyval.toobar_item) = (yyvsp[(1) - (3)].toobar_item);
        }
        }
    break;
    break;
 
 
  case 186:
  case 186:
#line 1384 "rcparse.y"
#line 1384 "rcparse.y"
    {
    {
          rc_toolbar_item *c,*n;
          rc_toolbar_item *c,*n;
          c = (yyvsp[(1) - (2)].toobar_item);
          c = (yyvsp[(1) - (2)].toobar_item);
          n= (rc_toolbar_item *)
          n= (rc_toolbar_item *)
              res_alloc (sizeof (rc_toolbar_item));
              res_alloc (sizeof (rc_toolbar_item));
          if (c != NULL)
          if (c != NULL)
            while (c->next != NULL)
            while (c->next != NULL)
              c = c->next;
              c = c->next;
          n->prev = c;
          n->prev = c;
          n->next = NULL;
          n->next = NULL;
          if (c != NULL)
          if (c != NULL)
            c->next = n;
            c->next = n;
          n->id.named = 0;
          n->id.named = 0;
          n->id.u.id = 0;
          n->id.u.id = 0;
          if ((yyvsp[(1) - (2)].toobar_item) == NULL)
          if ((yyvsp[(1) - (2)].toobar_item) == NULL)
            (yyval.toobar_item) = n;
            (yyval.toobar_item) = n;
          else
          else
            (yyval.toobar_item) = (yyvsp[(1) - (2)].toobar_item);
            (yyval.toobar_item) = (yyvsp[(1) - (2)].toobar_item);
        }
        }
    break;
    break;
 
 
  case 187:
  case 187:
#line 1409 "rcparse.y"
#line 1409 "rcparse.y"
    {
    {
            define_versioninfo ((yyvsp[(1) - (6)].id), language, (yyvsp[(3) - (6)].fixver), (yyvsp[(5) - (6)].verinfo));
            define_versioninfo ((yyvsp[(1) - (6)].id), language, (yyvsp[(3) - (6)].fixver), (yyvsp[(5) - (6)].verinfo));
            if (yychar != YYEMPTY)
            if (yychar != YYEMPTY)
              YYERROR;
              YYERROR;
            rcparse_discard_strings ();
            rcparse_discard_strings ();
          }
          }
    break;
    break;
 
 
  case 188:
  case 188:
#line 1419 "rcparse.y"
#line 1419 "rcparse.y"
    {
    {
            (yyval.fixver) = ((rc_fixed_versioninfo *)
            (yyval.fixver) = ((rc_fixed_versioninfo *)
                  res_alloc (sizeof (rc_fixed_versioninfo)));
                  res_alloc (sizeof (rc_fixed_versioninfo)));
            memset ((yyval.fixver), 0, sizeof (rc_fixed_versioninfo));
            memset ((yyval.fixver), 0, sizeof (rc_fixed_versioninfo));
          }
          }
    break;
    break;
 
 
  case 189:
  case 189:
#line 1425 "rcparse.y"
#line 1425 "rcparse.y"
    {
    {
            (yyvsp[(1) - (6)].fixver)->file_version_ms = ((yyvsp[(3) - (6)].il) << 16) | (yyvsp[(4) - (6)].il);
            (yyvsp[(1) - (6)].fixver)->file_version_ms = ((yyvsp[(3) - (6)].il) << 16) | (yyvsp[(4) - (6)].il);
            (yyvsp[(1) - (6)].fixver)->file_version_ls = ((yyvsp[(5) - (6)].il) << 16) | (yyvsp[(6) - (6)].il);
            (yyvsp[(1) - (6)].fixver)->file_version_ls = ((yyvsp[(5) - (6)].il) << 16) | (yyvsp[(6) - (6)].il);
            (yyval.fixver) = (yyvsp[(1) - (6)].fixver);
            (yyval.fixver) = (yyvsp[(1) - (6)].fixver);
          }
          }
    break;
    break;
 
 
  case 190:
  case 190:
#line 1431 "rcparse.y"
#line 1431 "rcparse.y"
    {
    {
            (yyvsp[(1) - (6)].fixver)->product_version_ms = ((yyvsp[(3) - (6)].il) << 16) | (yyvsp[(4) - (6)].il);
            (yyvsp[(1) - (6)].fixver)->product_version_ms = ((yyvsp[(3) - (6)].il) << 16) | (yyvsp[(4) - (6)].il);
            (yyvsp[(1) - (6)].fixver)->product_version_ls = ((yyvsp[(5) - (6)].il) << 16) | (yyvsp[(6) - (6)].il);
            (yyvsp[(1) - (6)].fixver)->product_version_ls = ((yyvsp[(5) - (6)].il) << 16) | (yyvsp[(6) - (6)].il);
            (yyval.fixver) = (yyvsp[(1) - (6)].fixver);
            (yyval.fixver) = (yyvsp[(1) - (6)].fixver);
          }
          }
    break;
    break;
 
 
  case 191:
  case 191:
#line 1437 "rcparse.y"
#line 1437 "rcparse.y"
    {
    {
            (yyvsp[(1) - (3)].fixver)->file_flags_mask = (yyvsp[(3) - (3)].il);
            (yyvsp[(1) - (3)].fixver)->file_flags_mask = (yyvsp[(3) - (3)].il);
            (yyval.fixver) = (yyvsp[(1) - (3)].fixver);
            (yyval.fixver) = (yyvsp[(1) - (3)].fixver);
          }
          }
    break;
    break;
 
 
  case 192:
  case 192:
#line 1442 "rcparse.y"
#line 1442 "rcparse.y"
    {
    {
            (yyvsp[(1) - (3)].fixver)->file_flags = (yyvsp[(3) - (3)].il);
            (yyvsp[(1) - (3)].fixver)->file_flags = (yyvsp[(3) - (3)].il);
            (yyval.fixver) = (yyvsp[(1) - (3)].fixver);
            (yyval.fixver) = (yyvsp[(1) - (3)].fixver);
          }
          }
    break;
    break;
 
 
  case 193:
  case 193:
#line 1447 "rcparse.y"
#line 1447 "rcparse.y"
    {
    {
            (yyvsp[(1) - (3)].fixver)->file_os = (yyvsp[(3) - (3)].il);
            (yyvsp[(1) - (3)].fixver)->file_os = (yyvsp[(3) - (3)].il);
            (yyval.fixver) = (yyvsp[(1) - (3)].fixver);
            (yyval.fixver) = (yyvsp[(1) - (3)].fixver);
          }
          }
    break;
    break;
 
 
  case 194:
  case 194:
#line 1452 "rcparse.y"
#line 1452 "rcparse.y"
    {
    {
            (yyvsp[(1) - (3)].fixver)->file_type = (yyvsp[(3) - (3)].il);
            (yyvsp[(1) - (3)].fixver)->file_type = (yyvsp[(3) - (3)].il);
            (yyval.fixver) = (yyvsp[(1) - (3)].fixver);
            (yyval.fixver) = (yyvsp[(1) - (3)].fixver);
          }
          }
    break;
    break;
 
 
  case 195:
  case 195:
#line 1457 "rcparse.y"
#line 1457 "rcparse.y"
    {
    {
            (yyvsp[(1) - (3)].fixver)->file_subtype = (yyvsp[(3) - (3)].il);
            (yyvsp[(1) - (3)].fixver)->file_subtype = (yyvsp[(3) - (3)].il);
            (yyval.fixver) = (yyvsp[(1) - (3)].fixver);
            (yyval.fixver) = (yyvsp[(1) - (3)].fixver);
          }
          }
    break;
    break;
 
 
  case 196:
  case 196:
#line 1471 "rcparse.y"
#line 1471 "rcparse.y"
    {
    {
            (yyval.verinfo) = NULL;
            (yyval.verinfo) = NULL;
          }
          }
    break;
    break;
 
 
  case 197:
  case 197:
#line 1475 "rcparse.y"
#line 1475 "rcparse.y"
    {
    {
            (yyval.verinfo) = append_ver_stringfileinfo ((yyvsp[(1) - (8)].verinfo), (yyvsp[(4) - (8)].s), (yyvsp[(6) - (8)].verstring));
            (yyval.verinfo) = append_ver_stringfileinfo ((yyvsp[(1) - (8)].verinfo), (yyvsp[(4) - (8)].s), (yyvsp[(6) - (8)].verstring));
          }
          }
    break;
    break;
 
 
  case 198:
  case 198:
#line 1479 "rcparse.y"
#line 1479 "rcparse.y"
    {
    {
            (yyval.verinfo) = append_ver_varfileinfo ((yyvsp[(1) - (7)].verinfo), (yyvsp[(5) - (7)].uni), (yyvsp[(6) - (7)].vervar));
            (yyval.verinfo) = append_ver_varfileinfo ((yyvsp[(1) - (7)].verinfo), (yyvsp[(5) - (7)].uni), (yyvsp[(6) - (7)].vervar));
          }
          }
    break;
    break;
 
 
  case 199:
  case 199:
#line 1486 "rcparse.y"
#line 1486 "rcparse.y"
    {
    {
            (yyval.verstring) = NULL;
            (yyval.verstring) = NULL;
          }
          }
    break;
    break;
 
 
  case 200:
  case 200:
#line 1490 "rcparse.y"
#line 1490 "rcparse.y"
    {
    {
            (yyval.verstring) = append_verval ((yyvsp[(1) - (5)].verstring), (yyvsp[(3) - (5)].uni), (yyvsp[(5) - (5)].uni));
            (yyval.verstring) = append_verval ((yyvsp[(1) - (5)].verstring), (yyvsp[(3) - (5)].uni), (yyvsp[(5) - (5)].uni));
          }
          }
    break;
    break;
 
 
  case 201:
  case 201:
#line 1497 "rcparse.y"
#line 1497 "rcparse.y"
    {
    {
            (yyval.vervar) = NULL;
            (yyval.vervar) = NULL;
          }
          }
    break;
    break;
 
 
  case 202:
  case 202:
#line 1501 "rcparse.y"
#line 1501 "rcparse.y"
    {
    {
            (yyval.vervar) = append_vertrans ((yyvsp[(1) - (3)].vervar), (yyvsp[(2) - (3)].il), (yyvsp[(3) - (3)].il));
            (yyval.vervar) = append_vertrans ((yyvsp[(1) - (3)].vervar), (yyvsp[(2) - (3)].il), (yyvsp[(3) - (3)].il));
          }
          }
    break;
    break;
 
 
  case 203:
  case 203:
#line 1510 "rcparse.y"
#line 1510 "rcparse.y"
    {
    {
            (yyval.id).named = 0;
            (yyval.id).named = 0;
            (yyval.id).u.id = (yyvsp[(1) - (1)].il);
            (yyval.id).u.id = (yyvsp[(1) - (1)].il);
          }
          }
    break;
    break;
 
 
  case 204:
  case 204:
#line 1515 "rcparse.y"
#line 1515 "rcparse.y"
    {
    {
            res_unistring_to_id (&(yyval.id), (yyvsp[(1) - (1)].uni));
            res_unistring_to_id (&(yyval.id), (yyvsp[(1) - (1)].uni));
          }
          }
    break;
    break;
 
 
  case 205:
  case 205:
#line 1524 "rcparse.y"
#line 1524 "rcparse.y"
    {
    {
            (yyval.uni) = (yyvsp[(1) - (1)].uni);
            (yyval.uni) = (yyvsp[(1) - (1)].uni);
          }
          }
    break;
    break;
 
 
  case 206:
  case 206:
#line 1528 "rcparse.y"
#line 1528 "rcparse.y"
    {
    {
            unichar *h = NULL;
            unichar *h = NULL;
            unicode_from_ascii ((rc_uint_type *) NULL, &h, (yyvsp[(1) - (1)].s));
            unicode_from_ascii ((rc_uint_type *) NULL, &h, (yyvsp[(1) - (1)].s));
            (yyval.uni) = h;
            (yyval.uni) = h;
          }
          }
    break;
    break;
 
 
  case 207:
  case 207:
#line 1538 "rcparse.y"
#line 1538 "rcparse.y"
    {
    {
            (yyval.id).named = 0;
            (yyval.id).named = 0;
            (yyval.id).u.id = (yyvsp[(1) - (2)].il);
            (yyval.id).u.id = (yyvsp[(1) - (2)].il);
          }
          }
    break;
    break;
 
 
  case 208:
  case 208:
#line 1543 "rcparse.y"
#line 1543 "rcparse.y"
    {
    {
            res_unistring_to_id (&(yyval.id), (yyvsp[(1) - (1)].uni));
            res_unistring_to_id (&(yyval.id), (yyvsp[(1) - (1)].uni));
          }
          }
    break;
    break;
 
 
  case 209:
  case 209:
#line 1547 "rcparse.y"
#line 1547 "rcparse.y"
    {
    {
            res_unistring_to_id (&(yyval.id), (yyvsp[(1) - (2)].uni));
            res_unistring_to_id (&(yyval.id), (yyvsp[(1) - (2)].uni));
          }
          }
    break;
    break;
 
 
  case 210:
  case 210:
#line 1557 "rcparse.y"
#line 1557 "rcparse.y"
    {
    {
            memset (&(yyval.res_info), 0, sizeof (rc_res_res_info));
            memset (&(yyval.res_info), 0, sizeof (rc_res_res_info));
            (yyval.res_info).language = language;
            (yyval.res_info).language = language;
            /* FIXME: Is this the right default?  */
            /* FIXME: Is this the right default?  */
            (yyval.res_info).memflags = MEMFLAG_MOVEABLE | MEMFLAG_PURE | MEMFLAG_DISCARDABLE;
            (yyval.res_info).memflags = MEMFLAG_MOVEABLE | MEMFLAG_PURE | MEMFLAG_DISCARDABLE;
          }
          }
    break;
    break;
 
 
  case 211:
  case 211:
#line 1564 "rcparse.y"
#line 1564 "rcparse.y"
    {
    {
            (yyval.res_info) = (yyvsp[(1) - (2)].res_info);
            (yyval.res_info) = (yyvsp[(1) - (2)].res_info);
            (yyval.res_info).memflags |= (yyvsp[(2) - (2)].memflags).on;
            (yyval.res_info).memflags |= (yyvsp[(2) - (2)].memflags).on;
            (yyval.res_info).memflags &=~ (yyvsp[(2) - (2)].memflags).off;
            (yyval.res_info).memflags &=~ (yyvsp[(2) - (2)].memflags).off;
          }
          }
    break;
    break;
 
 
  case 212:
  case 212:
#line 1570 "rcparse.y"
#line 1570 "rcparse.y"
    {
    {
            (yyval.res_info) = (yyvsp[(1) - (3)].res_info);
            (yyval.res_info) = (yyvsp[(1) - (3)].res_info);
            (yyval.res_info).characteristics = (yyvsp[(3) - (3)].il);
            (yyval.res_info).characteristics = (yyvsp[(3) - (3)].il);
          }
          }
    break;
    break;
 
 
  case 213:
  case 213:
#line 1575 "rcparse.y"
#line 1575 "rcparse.y"
    {
    {
            (yyval.res_info) = (yyvsp[(1) - (4)].res_info);
            (yyval.res_info) = (yyvsp[(1) - (4)].res_info);
            (yyval.res_info).language = (yyvsp[(3) - (4)].il) | ((yyvsp[(4) - (4)].il) << SUBLANG_SHIFT);
            (yyval.res_info).language = (yyvsp[(3) - (4)].il) | ((yyvsp[(4) - (4)].il) << SUBLANG_SHIFT);
          }
          }
    break;
    break;
 
 
  case 214:
  case 214:
#line 1580 "rcparse.y"
#line 1580 "rcparse.y"
    {
    {
            (yyval.res_info) = (yyvsp[(1) - (3)].res_info);
            (yyval.res_info) = (yyvsp[(1) - (3)].res_info);
            (yyval.res_info).version = (yyvsp[(3) - (3)].il);
            (yyval.res_info).version = (yyvsp[(3) - (3)].il);
          }
          }
    break;
    break;
 
 
  case 215:
  case 215:
#line 1590 "rcparse.y"
#line 1590 "rcparse.y"
    {
    {
            memset (&(yyval.res_info), 0, sizeof (rc_res_res_info));
            memset (&(yyval.res_info), 0, sizeof (rc_res_res_info));
            (yyval.res_info).language = language;
            (yyval.res_info).language = language;
            (yyval.res_info).memflags = MEMFLAG_MOVEABLE | MEMFLAG_DISCARDABLE;
            (yyval.res_info).memflags = MEMFLAG_MOVEABLE | MEMFLAG_DISCARDABLE;
          }
          }
    break;
    break;
 
 
  case 216:
  case 216:
#line 1596 "rcparse.y"
#line 1596 "rcparse.y"
    {
    {
            (yyval.res_info) = (yyvsp[(1) - (2)].res_info);
            (yyval.res_info) = (yyvsp[(1) - (2)].res_info);
            (yyval.res_info).memflags |= (yyvsp[(2) - (2)].memflags).on;
            (yyval.res_info).memflags |= (yyvsp[(2) - (2)].memflags).on;
            (yyval.res_info).memflags &=~ (yyvsp[(2) - (2)].memflags).off;
            (yyval.res_info).memflags &=~ (yyvsp[(2) - (2)].memflags).off;
          }
          }
    break;
    break;
 
 
  case 217:
  case 217:
#line 1607 "rcparse.y"
#line 1607 "rcparse.y"
    {
    {
            memset (&(yyval.res_info), 0, sizeof (rc_res_res_info));
            memset (&(yyval.res_info), 0, sizeof (rc_res_res_info));
            (yyval.res_info).language = language;
            (yyval.res_info).language = language;
            (yyval.res_info).memflags = MEMFLAG_MOVEABLE | MEMFLAG_PURE | MEMFLAG_DISCARDABLE;
            (yyval.res_info).memflags = MEMFLAG_MOVEABLE | MEMFLAG_PURE | MEMFLAG_DISCARDABLE;
          }
          }
    break;
    break;
 
 
  case 218:
  case 218:
#line 1613 "rcparse.y"
#line 1613 "rcparse.y"
    {
    {
            (yyval.res_info) = (yyvsp[(1) - (2)].res_info);
            (yyval.res_info) = (yyvsp[(1) - (2)].res_info);
            (yyval.res_info).memflags |= (yyvsp[(2) - (2)].memflags).on;
            (yyval.res_info).memflags |= (yyvsp[(2) - (2)].memflags).on;
            (yyval.res_info).memflags &=~ (yyvsp[(2) - (2)].memflags).off;
            (yyval.res_info).memflags &=~ (yyvsp[(2) - (2)].memflags).off;
          }
          }
    break;
    break;
 
 
  case 219:
  case 219:
#line 1625 "rcparse.y"
#line 1625 "rcparse.y"
    {
    {
            (yyval.memflags).on = MEMFLAG_MOVEABLE;
            (yyval.memflags).on = MEMFLAG_MOVEABLE;
            (yyval.memflags).off = 0;
            (yyval.memflags).off = 0;
          }
          }
    break;
    break;
 
 
  case 220:
  case 220:
#line 1630 "rcparse.y"
#line 1630 "rcparse.y"
    {
    {
            (yyval.memflags).on = 0;
            (yyval.memflags).on = 0;
            (yyval.memflags).off = MEMFLAG_MOVEABLE;
            (yyval.memflags).off = MEMFLAG_MOVEABLE;
          }
          }
    break;
    break;
 
 
  case 221:
  case 221:
#line 1635 "rcparse.y"
#line 1635 "rcparse.y"
    {
    {
            (yyval.memflags).on = MEMFLAG_PURE;
            (yyval.memflags).on = MEMFLAG_PURE;
            (yyval.memflags).off = 0;
            (yyval.memflags).off = 0;
          }
          }
    break;
    break;
 
 
  case 222:
  case 222:
#line 1640 "rcparse.y"
#line 1640 "rcparse.y"
    {
    {
            (yyval.memflags).on = 0;
            (yyval.memflags).on = 0;
            (yyval.memflags).off = MEMFLAG_PURE;
            (yyval.memflags).off = MEMFLAG_PURE;
          }
          }
    break;
    break;
 
 
  case 223:
  case 223:
#line 1645 "rcparse.y"
#line 1645 "rcparse.y"
    {
    {
            (yyval.memflags).on = MEMFLAG_PRELOAD;
            (yyval.memflags).on = MEMFLAG_PRELOAD;
            (yyval.memflags).off = 0;
            (yyval.memflags).off = 0;
          }
          }
    break;
    break;
 
 
  case 224:
  case 224:
#line 1650 "rcparse.y"
#line 1650 "rcparse.y"
    {
    {
            (yyval.memflags).on = 0;
            (yyval.memflags).on = 0;
            (yyval.memflags).off = MEMFLAG_PRELOAD;
            (yyval.memflags).off = MEMFLAG_PRELOAD;
          }
          }
    break;
    break;
 
 
  case 225:
  case 225:
#line 1655 "rcparse.y"
#line 1655 "rcparse.y"
    {
    {
            (yyval.memflags).on = MEMFLAG_DISCARDABLE;
            (yyval.memflags).on = MEMFLAG_DISCARDABLE;
            (yyval.memflags).off = 0;
            (yyval.memflags).off = 0;
          }
          }
    break;
    break;
 
 
  case 226:
  case 226:
#line 1665 "rcparse.y"
#line 1665 "rcparse.y"
    {
    {
            (yyval.s) = (yyvsp[(1) - (1)].s);
            (yyval.s) = (yyvsp[(1) - (1)].s);
          }
          }
    break;
    break;
 
 
  case 227:
  case 227:
#line 1669 "rcparse.y"
#line 1669 "rcparse.y"
    {
    {
            (yyval.s) = (yyvsp[(1) - (1)].s);
            (yyval.s) = (yyvsp[(1) - (1)].s);
          }
          }
    break;
    break;
 
 
  case 228:
  case 228:
#line 1677 "rcparse.y"
#line 1677 "rcparse.y"
    {
    {
            (yyval.uni) = (yyvsp[(1) - (1)].uni);
            (yyval.uni) = (yyvsp[(1) - (1)].uni);
          }
          }
    break;
    break;
 
 
  case 229:
  case 229:
#line 1682 "rcparse.y"
#line 1682 "rcparse.y"
    {
    {
            rc_uint_type l1 = unichar_len ((yyvsp[(1) - (2)].uni));
            rc_uint_type l1 = unichar_len ((yyvsp[(1) - (2)].uni));
            rc_uint_type l2 = unichar_len ((yyvsp[(2) - (2)].uni));
            rc_uint_type l2 = unichar_len ((yyvsp[(2) - (2)].uni));
            unichar *h = (unichar *) res_alloc ((l1 + l2 + 1) * sizeof (unichar));
            unichar *h = (unichar *) res_alloc ((l1 + l2 + 1) * sizeof (unichar));
            if (l1 != 0)
            if (l1 != 0)
              memcpy (h, (yyvsp[(1) - (2)].uni), l1 * sizeof (unichar));
              memcpy (h, (yyvsp[(1) - (2)].uni), l1 * sizeof (unichar));
            if (l2 != 0)
            if (l2 != 0)
              memcpy (h + l1, (yyvsp[(2) - (2)].uni), l2  * sizeof (unichar));
              memcpy (h + l1, (yyvsp[(2) - (2)].uni), l2  * sizeof (unichar));
            h[l1 + l2] = 0;
            h[l1 + l2] = 0;
            (yyval.uni) = h;
            (yyval.uni) = h;
          }
          }
    break;
    break;
 
 
  case 230:
  case 230:
#line 1697 "rcparse.y"
#line 1697 "rcparse.y"
    {
    {
            (yyval.uni) = unichar_dup ((yyvsp[(1) - (1)].uni));
            (yyval.uni) = unichar_dup ((yyvsp[(1) - (1)].uni));
          }
          }
    break;
    break;
 
 
  case 231:
  case 231:
#line 1701 "rcparse.y"
#line 1701 "rcparse.y"
    {
    {
            unichar *h = NULL;
            unichar *h = NULL;
            unicode_from_ascii ((rc_uint_type *) NULL, &h, (yyvsp[(1) - (1)].s));
            unicode_from_ascii ((rc_uint_type *) NULL, &h, (yyvsp[(1) - (1)].s));
            (yyval.uni) = h;
            (yyval.uni) = h;
          }
          }
    break;
    break;
 
 
  case 232:
  case 232:
#line 1710 "rcparse.y"
#line 1710 "rcparse.y"
    {
    {
            (yyval.ss) = (yyvsp[(1) - (1)].ss);
            (yyval.ss) = (yyvsp[(1) - (1)].ss);
          }
          }
    break;
    break;
 
 
  case 233:
  case 233:
#line 1714 "rcparse.y"
#line 1714 "rcparse.y"
    {
    {
            rc_uint_type l = (yyvsp[(1) - (2)].ss).length + (yyvsp[(2) - (2)].ss).length;
            rc_uint_type l = (yyvsp[(1) - (2)].ss).length + (yyvsp[(2) - (2)].ss).length;
            char *h = (char *) res_alloc (l);
            char *h = (char *) res_alloc (l);
            memcpy (h, (yyvsp[(1) - (2)].ss).s, (yyvsp[(1) - (2)].ss).length);
            memcpy (h, (yyvsp[(1) - (2)].ss).s, (yyvsp[(1) - (2)].ss).length);
            memcpy (h + (yyvsp[(1) - (2)].ss).length, (yyvsp[(2) - (2)].ss).s, (yyvsp[(2) - (2)].ss).length);
            memcpy (h + (yyvsp[(1) - (2)].ss).length, (yyvsp[(2) - (2)].ss).s, (yyvsp[(2) - (2)].ss).length);
            (yyval.ss).s = h;
            (yyval.ss).s = h;
            (yyval.ss).length = l;
            (yyval.ss).length = l;
          }
          }
    break;
    break;
 
 
  case 234:
  case 234:
#line 1726 "rcparse.y"
#line 1726 "rcparse.y"
    {
    {
            (yyval.suni) = (yyvsp[(1) - (1)].suni);
            (yyval.suni) = (yyvsp[(1) - (1)].suni);
          }
          }
    break;
    break;
 
 
  case 235:
  case 235:
#line 1730 "rcparse.y"
#line 1730 "rcparse.y"
    {
    {
            rc_uint_type l = (yyvsp[(1) - (2)].suni).length + (yyvsp[(2) - (2)].suni).length;
            rc_uint_type l = (yyvsp[(1) - (2)].suni).length + (yyvsp[(2) - (2)].suni).length;
            unichar *h = (unichar *) res_alloc (l * sizeof (unichar));
            unichar *h = (unichar *) res_alloc (l * sizeof (unichar));
            memcpy (h, (yyvsp[(1) - (2)].suni).s, (yyvsp[(1) - (2)].suni).length * sizeof (unichar));
            memcpy (h, (yyvsp[(1) - (2)].suni).s, (yyvsp[(1) - (2)].suni).length * sizeof (unichar));
            memcpy (h + (yyvsp[(1) - (2)].suni).length, (yyvsp[(2) - (2)].suni).s, (yyvsp[(2) - (2)].suni).length  * sizeof (unichar));
            memcpy (h + (yyvsp[(1) - (2)].suni).length, (yyvsp[(2) - (2)].suni).s, (yyvsp[(2) - (2)].suni).length  * sizeof (unichar));
            (yyval.suni).s = h;
            (yyval.suni).s = h;
            (yyval.suni).length = l;
            (yyval.suni).length = l;
          }
          }
    break;
    break;
 
 
  case 236:
  case 236:
#line 1752 "rcparse.y"
#line 1752 "rcparse.y"
    {
    {
            style |= (yyvsp[(1) - (1)].il);
            style |= (yyvsp[(1) - (1)].il);
          }
          }
    break;
    break;
 
 
  case 237:
  case 237:
#line 1756 "rcparse.y"
#line 1756 "rcparse.y"
    {
    {
            style &=~ (yyvsp[(2) - (2)].il);
            style &=~ (yyvsp[(2) - (2)].il);
          }
          }
    break;
    break;
 
 
  case 238:
  case 238:
#line 1760 "rcparse.y"
#line 1760 "rcparse.y"
    {
    {
            style |= (yyvsp[(3) - (3)].il);
            style |= (yyvsp[(3) - (3)].il);
          }
          }
    break;
    break;
 
 
  case 239:
  case 239:
#line 1764 "rcparse.y"
#line 1764 "rcparse.y"
    {
    {
            style &=~ (yyvsp[(4) - (4)].il);
            style &=~ (yyvsp[(4) - (4)].il);
          }
          }
    break;
    break;
 
 
  case 240:
  case 240:
#line 1771 "rcparse.y"
#line 1771 "rcparse.y"
    {
    {
            (yyval.il) = (yyvsp[(1) - (1)].i).val;
            (yyval.il) = (yyvsp[(1) - (1)].i).val;
          }
          }
    break;
    break;
 
 
  case 241:
  case 241:
#line 1775 "rcparse.y"
#line 1775 "rcparse.y"
    {
    {
            (yyval.il) = (yyvsp[(2) - (3)].il);
            (yyval.il) = (yyvsp[(2) - (3)].il);
          }
          }
    break;
    break;
 
 
  case 242:
  case 242:
#line 1784 "rcparse.y"
#line 1784 "rcparse.y"
    {
    {
            (yyval.il) = 0;
            (yyval.il) = 0;
          }
          }
    break;
    break;
 
 
  case 243:
  case 243:
#line 1788 "rcparse.y"
#line 1788 "rcparse.y"
    {
    {
            (yyval.il) = (yyvsp[(1) - (1)].il);
            (yyval.il) = (yyvsp[(1) - (1)].il);
          }
          }
    break;
    break;
 
 
  case 244:
  case 244:
#line 1797 "rcparse.y"
#line 1797 "rcparse.y"
    {
    {
            (yyval.il) = (yyvsp[(2) - (2)].il);
            (yyval.il) = (yyvsp[(2) - (2)].il);
          }
          }
    break;
    break;
 
 
  case 245:
  case 245:
#line 1806 "rcparse.y"
#line 1806 "rcparse.y"
    {
    {
            (yyval.il) = (yyvsp[(1) - (1)].i).val;
            (yyval.il) = (yyvsp[(1) - (1)].i).val;
          }
          }
    break;
    break;
 
 
  case 246:
  case 246:
#line 1815 "rcparse.y"
#line 1815 "rcparse.y"
    {
    {
            (yyval.i) = (yyvsp[(1) - (1)].i);
            (yyval.i) = (yyvsp[(1) - (1)].i);
          }
          }
    break;
    break;
 
 
  case 247:
  case 247:
#line 1819 "rcparse.y"
#line 1819 "rcparse.y"
    {
    {
            (yyval.i) = (yyvsp[(2) - (3)].i);
            (yyval.i) = (yyvsp[(2) - (3)].i);
          }
          }
    break;
    break;
 
 
  case 248:
  case 248:
#line 1823 "rcparse.y"
#line 1823 "rcparse.y"
    {
    {
            (yyval.i).val = ~ (yyvsp[(2) - (2)].i).val;
            (yyval.i).val = ~ (yyvsp[(2) - (2)].i).val;
            (yyval.i).dword = (yyvsp[(2) - (2)].i).dword;
            (yyval.i).dword = (yyvsp[(2) - (2)].i).dword;
          }
          }
    break;
    break;
 
 
  case 249:
  case 249:
#line 1828 "rcparse.y"
#line 1828 "rcparse.y"
    {
    {
            (yyval.i).val = - (yyvsp[(2) - (2)].i).val;
            (yyval.i).val = - (yyvsp[(2) - (2)].i).val;
            (yyval.i).dword = (yyvsp[(2) - (2)].i).dword;
            (yyval.i).dword = (yyvsp[(2) - (2)].i).dword;
          }
          }
    break;
    break;
 
 
  case 250:
  case 250:
#line 1833 "rcparse.y"
#line 1833 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val * (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val * (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 251:
  case 251:
#line 1838 "rcparse.y"
#line 1838 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val / (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val / (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 252:
  case 252:
#line 1843 "rcparse.y"
#line 1843 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val % (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val % (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 253:
  case 253:
#line 1848 "rcparse.y"
#line 1848 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val + (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val + (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 254:
  case 254:
#line 1853 "rcparse.y"
#line 1853 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val - (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val - (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 255:
  case 255:
#line 1858 "rcparse.y"
#line 1858 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val & (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val & (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 256:
  case 256:
#line 1863 "rcparse.y"
#line 1863 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val ^ (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val ^ (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 257:
  case 257:
#line 1868 "rcparse.y"
#line 1868 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val | (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val | (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 258:
  case 258:
#line 1879 "rcparse.y"
#line 1879 "rcparse.y"
    {
    {
            (yyval.il) = (yyvsp[(2) - (2)].il);
            (yyval.il) = (yyvsp[(2) - (2)].il);
          }
          }
    break;
    break;
 
 
  case 259:
  case 259:
#line 1888 "rcparse.y"
#line 1888 "rcparse.y"
    {
    {
            (yyval.il) = (yyvsp[(1) - (1)].i).val;
            (yyval.il) = (yyvsp[(1) - (1)].i).val;
          }
          }
    break;
    break;
 
 
  case 260:
  case 260:
#line 1899 "rcparse.y"
#line 1899 "rcparse.y"
    {
    {
            (yyval.i) = (yyvsp[(1) - (1)].i);
            (yyval.i) = (yyvsp[(1) - (1)].i);
          }
          }
    break;
    break;
 
 
  case 261:
  case 261:
#line 1903 "rcparse.y"
#line 1903 "rcparse.y"
    {
    {
            (yyval.i) = (yyvsp[(2) - (3)].i);
            (yyval.i) = (yyvsp[(2) - (3)].i);
          }
          }
    break;
    break;
 
 
  case 262:
  case 262:
#line 1907 "rcparse.y"
#line 1907 "rcparse.y"
    {
    {
            (yyval.i).val = ~ (yyvsp[(2) - (2)].i).val;
            (yyval.i).val = ~ (yyvsp[(2) - (2)].i).val;
            (yyval.i).dword = (yyvsp[(2) - (2)].i).dword;
            (yyval.i).dword = (yyvsp[(2) - (2)].i).dword;
          }
          }
    break;
    break;
 
 
  case 263:
  case 263:
#line 1912 "rcparse.y"
#line 1912 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val * (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val * (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 264:
  case 264:
#line 1917 "rcparse.y"
#line 1917 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val / (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val / (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 265:
  case 265:
#line 1922 "rcparse.y"
#line 1922 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val % (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val % (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 266:
  case 266:
#line 1927 "rcparse.y"
#line 1927 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val + (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val + (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 267:
  case 267:
#line 1932 "rcparse.y"
#line 1932 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val - (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val - (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 268:
  case 268:
#line 1937 "rcparse.y"
#line 1937 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val & (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val & (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 269:
  case 269:
#line 1942 "rcparse.y"
#line 1942 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val ^ (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val ^ (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
  case 270:
  case 270:
#line 1947 "rcparse.y"
#line 1947 "rcparse.y"
    {
    {
            (yyval.i).val = (yyvsp[(1) - (3)].i).val | (yyvsp[(3) - (3)].i).val;
            (yyval.i).val = (yyvsp[(1) - (3)].i).val | (yyvsp[(3) - (3)].i).val;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
            (yyval.i).dword = (yyvsp[(1) - (3)].i).dword || (yyvsp[(3) - (3)].i).dword;
          }
          }
    break;
    break;
 
 
 
 
/* Line 1267 of yacc.c.  */
/* Line 1267 of yacc.c.  */
#line 4374 "rcparse.c"
#line 4374 "rcparse.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 1953 "rcparse.y"
#line 1953 "rcparse.y"
 
 
 
 
/* Set the language from the command line.  */
/* Set the language from the command line.  */
 
 
void
void
rcparse_set_language (int lang)
rcparse_set_language (int lang)
{
{
  language = lang;
  language = lang;
}
}
 
 
 
 

powered by: WebSVN 2.1.0

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