ftp.nice.ch/pub/next/developer/languages/c/djgpp-NS.s.tar.gz#/djgpp/src/gcc-260/objc-par.c

This is objc-par.c in view mode; [Download] [Up]

/*  A Bison parser, made from objc-parse.y with Bison version GNU Bison version 1.22
  */

#define YYBISON 1  /* Identify Bison output.  */

#define	IDENTIFIER	258
#define	TYPENAME	259
#define	SCSPEC	260
#define	TYPESPEC	261
#define	TYPE_QUAL	262
#define	CONSTANT	263
#define	STRING	264
#define	ELLIPSIS	265
#define	SIZEOF	266
#define	ENUM	267
#define	STRUCT	268
#define	UNION	269
#define	IF	270
#define	ELSE	271
#define	WHILE	272
#define	DO	273
#define	FOR	274
#define	SWITCH	275
#define	CASE	276
#define	DEFAULT	277
#define	BREAK	278
#define	CONTINUE	279
#define	RETURN	280
#define	GOTO	281
#define	ASM_KEYWORD	282
#define	TYPEOF	283
#define	ALIGNOF	284
#define	ALIGN	285
#define	ATTRIBUTE	286
#define	EXTENSION	287
#define	LABEL	288
#define	REALPART	289
#define	IMAGPART	290
#define	ASSIGN	291
#define	OROR	292
#define	ANDAND	293
#define	EQCOMPARE	294
#define	ARITHCOMPARE	295
#define	LSHIFT	296
#define	RSHIFT	297
#define	UNARY	298
#define	PLUSPLUS	299
#define	MINUSMINUS	300
#define	HYPERUNARY	301
#define	POINTSAT	302
#define	INTERFACE	303
#define	IMPLEMENTATION	304
#define	END	305
#define	SELECTOR	306
#define	DEFS	307
#define	ENCODE	308
#define	CLASSNAME	309
#define	PUBLIC	310
#define	PRIVATE	311
#define	PROTECTED	312
#define	PROTOCOL	313
#define	OBJECTNAME	314
#define	CLASS	315
#define	ALIAS	316
#define	OBJC_STRING	317

#line 31 "objc-parse.y"

#include <stdio.h>
#include <errno.h>
#include <setjmp.h>

#include "config.h"
#include "tree.h"
#include "input.h"
#include "c-lex.h"
#include "c-tree.h"
#include "flags.h"

#ifdef MULTIBYTE_CHARS
#include <stdlib.h>
#include <locale.h>
#endif

#include "objc-act.h"

/* Since parsers are distinct for each language, put the language string
   definition here.  */
char *language_string = "GNU Obj-C";

#ifndef errno
extern int errno;
#endif

void yyerror ();

/* Like YYERROR but do call yyerror.  */
#define YYERROR1 { yyerror ("syntax error"); YYERROR; }

/* Cause the `yydebug' variable to be defined.  */
#define YYDEBUG 1

#line 69 "objc-parse.y"
typedef union {long itype; tree ttype; enum tree_code code;
	char *filename; int lineno; } YYSTYPE;
#line 191 "objc-parse.y"

/* Number of statements (loosely speaking) seen so far.  */
static int stmt_count;

/* Input file and line number of the end of the body of last simple_if;
   used by the stmt-rule immediately after simple_if returns.  */
static char *if_stmt_file;
static int if_stmt_line;

/* List of types and structure classes of the current declaration.  */
static tree current_declspecs;

/* Stack of saved values of current_declspecs.  */
static tree declspec_stack;

/* 1 if we explained undeclared var errors.  */
static int undeclared_variable_notice;

/* Objective-C specific information */

tree objc_interface_context;
tree objc_implementation_context;
tree objc_method_context;
tree objc_ivar_chain;
tree objc_ivar_context;
enum tree_code objc_inherit_code;
int objc_receiver_context;
int objc_public_flag;


/* Tell yyparse how to print a token's value, if yydebug is set.  */

#define YYPRINT(FILE,YYCHAR,YYLVAL) yyprint(FILE,YYCHAR,YYLVAL)
extern void yyprint ();

#ifndef YYLTYPE
typedef
  struct yyltype
    {
      int timestamp;
      int first_line;
      int first_column;
      int last_line;
      int last_column;
      char *text;
   }
  yyltype;

#define YYLTYPE yyltype
#endif

#include <stdio.h>

#ifndef __cplusplus
#ifndef __STDC__
#define const
#endif
#endif



#define	YYFINAL		880
#define	YYFLAG		-32768
#define	YYNTBASE	85

#define YYTRANSLATE(x) ((unsigned)(x) <= 317 ? yytranslate[x] : 291)

static const char yytranslate[] = {     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,    81,     2,     2,     2,    53,    44,     2,    60,
    77,    51,    49,    82,    50,    59,    52,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,    39,    78,     2,
    37,     2,    38,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
    61,     2,    84,    43,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,    83,    42,    79,    80,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     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,     5,
     6,     7,     8,     9,    10,    11,    12,    13,    14,    15,
    16,    17,    18,    19,    20,    21,    22,    23,    24,    25,
    26,    27,    28,    29,    30,    31,    32,    33,    34,    35,
    36,    40,    41,    45,    46,    47,    48,    54,    55,    56,
    57,    58,    62,    63,    64,    65,    66,    67,    68,    69,
    70,    71,    72,    73,    74,    75,    76
};

#if YYDEBUG != 0
static const short yyprhs[] = {     0,
     0,     1,     3,     4,     7,     8,    12,    14,    16,    18,
    24,    28,    33,    38,    41,    44,    47,    50,    52,    53,
    54,    62,    67,    68,    69,    77,    82,    83,    84,    91,
    95,    97,    99,   101,   103,   105,   107,   109,   111,   113,
   115,   117,   119,   120,   122,   124,   128,   130,   133,   134,
   138,   141,   144,   147,   152,   155,   160,   163,   166,   168,
   173,   174,   182,   184,   188,   192,   196,   200,   204,   208,
   212,   216,   220,   224,   228,   232,   236,   240,   246,   250,
   254,   256,   258,   260,   264,   268,   269,   274,   279,   284,
   288,   292,   295,   298,   300,   302,   304,   306,   308,   310,
   313,   315,   318,   319,   321,   324,   328,   330,   332,   335,
   338,   343,   348,   351,   354,   358,   360,   362,   365,   368,
   369,   374,   379,   383,   387,   390,   393,   396,   400,   401,
   404,   407,   409,   411,   414,   417,   420,   424,   425,   428,
   430,   432,   434,   437,   440,   445,   450,   452,   454,   456,
   458,   462,   464,   468,   469,   474,   475,   482,   486,   487,
   494,   498,   499,   501,   503,   506,   513,   515,   519,   520,
   522,   527,   534,   539,   541,   543,   545,   547,   549,   550,
   555,   557,   558,   561,   563,   567,   569,   570,   575,   577,
   578,   583,   584,   590,   591,   595,   596,   600,   602,   604,
   608,   612,   617,   621,   625,   627,   629,   633,   638,   642,
   646,   648,   652,   656,   660,   665,   669,   671,   672,   679,
   684,   687,   688,   695,   700,   703,   704,   712,   713,   720,
   723,   724,   726,   727,   729,   731,   734,   735,   739,   742,
   747,   751,   753,   757,   759,   761,   763,   767,   772,   779,
   785,   787,   791,   793,   795,   799,   802,   805,   806,   808,
   810,   813,   814,   817,   821,   825,   828,   832,   837,   841,
   844,   848,   851,   853,   856,   859,   860,   862,   865,   866,
   867,   869,   871,   874,   878,   880,   883,   886,   893,   899,
   905,   908,   911,   916,   917,   922,   923,   924,   928,   933,
   937,   939,   941,   943,   945,   948,   949,   954,   956,   960,
   961,   962,   970,   976,   979,   980,   981,   982,   995,   996,
  1003,  1006,  1009,  1012,  1016,  1023,  1032,  1043,  1056,  1060,
  1065,  1067,  1069,  1070,  1077,  1081,  1087,  1090,  1093,  1094,
  1096,  1097,  1099,  1100,  1102,  1104,  1108,  1113,  1115,  1119,
  1120,  1123,  1126,  1127,  1132,  1135,  1136,  1138,  1140,  1144,
  1146,  1150,  1153,  1156,  1159,  1162,  1165,  1166,  1169,  1171,
  1174,  1176,  1180,  1182,  1186,  1188,  1190,  1192,  1194,  1196,
  1198,  1200,  1204,  1208,  1213,  1214,  1215,  1226,  1227,  1234,
  1235,  1236,  1249,  1250,  1259,  1260,  1267,  1270,  1271,  1280,
  1285,  1286,  1296,  1302,  1303,  1310,  1311,  1315,  1319,  1321,
  1323,  1325,  1327,  1328,  1332,  1335,  1339,  1343,  1345,  1346,
  1348,  1352,  1354,  1358,  1361,  1362,  1363,  1364,  1372,  1373,
  1374,  1375,  1383,  1384,  1385,  1388,  1390,  1392,  1395,  1396,
  1400,  1402,  1404,  1405,  1406,  1412,  1413,  1414,  1420,  1425,
  1427,  1433,  1436,  1437,  1440,  1441,  1443,  1445,  1447,  1450,
  1453,  1458,  1461,  1464,  1466,  1470,  1472,  1474,  1476,  1477,
  1480,  1481,  1485,  1487,  1489,  1492,  1494,  1496,  1498,  1500,
  1502,  1504,  1506,  1508,  1510,  1512,  1514,  1516,  1518,  1520,
  1522,  1524,  1526,  1528,  1530,  1532,  1534,  1536,  1538,  1540,
  1542,  1549,  1553,  1559,  1562,  1564,  1566,  1568,  1571,  1573,
  1577,  1580,  1582,  1584,  1585,  1586,  1593,  1595,  1597,  1599,
  1602,  1605,  1607,  1612,  1617
};

static const short yyrhs[] = {    -1,
    86,     0,     0,    87,    89,     0,     0,    86,    88,    89,
     0,    91,     0,    90,     0,   223,     0,    27,    60,   100,
    77,    78,     0,   118,   128,    78,     0,   122,   118,   128,
    78,     0,   120,   118,   127,    78,     0,   122,    78,     0,
   120,    78,     0,     1,    78,     0,     1,    79,     0,    78,
     0,     0,     0,   120,   118,   152,    92,   112,    93,   182,
     0,   120,   118,   152,     1,     0,     0,     0,   122,   118,
   155,    94,   112,    95,   182,     0,   122,   118,   155,     1,
     0,     0,     0,   118,   155,    96,   112,    97,   182,     0,
   118,   155,     1,     0,     3,     0,     4,     0,    73,     0,
    68,     0,    44,     0,    50,     0,    49,     0,    55,     0,
    56,     0,    80,     0,    81,     0,   102,     0,     0,   102,
     0,   107,     0,   102,    82,   107,     0,   108,     0,    51,
   105,     0,     0,    32,   104,   105,     0,    99,   105,     0,
    41,    98,     0,    11,   103,     0,    11,    60,   170,    77,
     0,    29,   103,     0,    29,    60,   170,    77,     0,    34,
   105,     0,    35,   105,     0,   103,     0,    60,   170,    77,
   105,     0,     0,    60,   170,    77,    83,   106,   142,    79,
     0,   105,     0,   107,    49,   107,     0,   107,    50,   107,
     0,   107,    51,   107,     0,   107,    52,   107,     0,   107,
    53,   107,     0,   107,    47,   107,     0,   107,    48,   107,
     0,   107,    46,   107,     0,   107,    45,   107,     0,   107,
    44,   107,     0,   107,    42,   107,     0,   107,    43,   107,
     0,   107,    41,   107,     0,   107,    40,   107,     0,   107,
    38,   206,    39,   107,     0,   107,    37,   107,     0,   107,
    36,   107,     0,     3,     0,     8,     0,   110,     0,    60,
   100,    77,     0,    60,     1,    77,     0,     0,    60,   109,
   183,    77,     0,   108,    60,   101,    77,     0,   108,    61,
   100,    84,     0,   108,    59,    98,     0,   108,    58,    98,
     0,   108,    55,     0,   108,    56,     0,   282,     0,   288,
     0,   289,     0,   290,     0,   111,     0,     9,     0,   110,
     9,     0,    76,     0,   111,    76,     0,     0,   114,     0,
   114,    10,     0,   188,   189,   115,     0,   113,     0,   177,
     0,   114,   113,     0,   113,   177,     0,   120,   118,   127,
    78,     0,   122,   118,   128,    78,     0,   120,    78,     0,
   122,    78,     0,   188,   189,   119,     0,   116,     0,   177,
     0,   117,   116,     0,   116,   177,     0,     0,   120,   118,
   127,    78,     0,   122,   118,   128,    78,     0,   120,   118,
   148,     0,   122,   118,   150,     0,   120,    78,     0,   122,
    78,     0,   125,   121,     0,   122,   125,   121,     0,     0,
   121,   126,     0,   121,     5,     0,     7,     0,     5,     0,
   122,     7,     0,   122,     5,     0,   125,   124,     0,   172,
   125,   124,     0,     0,   124,   126,     0,     6,     0,   156,
     0,     4,     0,    68,   239,     0,    73,   239,     0,    28,
    60,   100,    77,     0,    28,    60,   170,    77,     0,     6,
     0,     7,     0,   156,     0,   130,     0,   127,    82,   130,
     0,   132,     0,   128,    82,   130,     0,     0,    27,    60,
   110,    77,     0,     0,   152,   129,   134,    37,   131,   140,
     0,   152,   129,   134,     0,     0,   155,   129,   134,    37,
   133,   140,     0,   155,   129,   134,     0,     0,   135,     0,
   136,     0,   135,   136,     0,    31,    60,    60,   137,    77,
    77,     0,   138,     0,   137,    82,   138,     0,     0,   139,
     0,   139,    60,     3,    77,     0,   139,    60,     3,    82,
   102,    77,     0,   139,    60,   102,    77,     0,    98,     0,
     5,     0,     6,     0,     7,     0,   107,     0,     0,    83,
   141,   142,    79,     0,     1,     0,     0,   143,   161,     0,
   144,     0,   143,    82,   144,     0,   107,     0,     0,    83,
   145,   142,    79,     0,     1,     0,     0,    98,    39,   146,
   144,     0,     0,    59,    98,    37,   147,   144,     0,     0,
   152,   149,   183,     0,     0,   155,   151,   183,     0,   153,
     0,   155,     0,    60,   153,    77,     0,   153,    60,   218,
     0,   153,    61,   100,    84,     0,   153,    61,    84,     0,
    51,   173,   153,     0,     4,     0,    73,     0,   154,    60,
   218,     0,   154,    61,   100,    84,     0,   154,    61,    84,
     0,    51,   173,   154,     0,     4,     0,   155,    60,   218,
     0,    60,   155,    77,     0,    51,   173,   155,     0,   155,
    61,   100,    84,     0,   155,    61,    84,     0,     3,     0,
     0,    13,    98,    83,   157,   163,    79,     0,    13,    83,
   163,    79,     0,    13,    98,     0,     0,    14,    98,    83,
   158,   163,    79,     0,    14,    83,   163,    79,     0,    14,
    98,     0,     0,    12,    98,    83,   159,   168,   162,    79,
     0,     0,    12,    83,   160,   168,   162,    79,     0,    12,
    98,     0,     0,    82,     0,     0,    82,     0,   164,     0,
   164,   165,     0,     0,   164,   165,    78,     0,   164,    78,
     0,    66,    60,    68,    77,     0,   123,   118,   166,     0,
   123,     0,   172,   118,   166,     0,   172,     0,     1,     0,
   167,     0,   166,    82,   167,     0,   188,   189,   152,   134,
     0,   188,   189,   152,    39,   107,   134,     0,   188,   189,
    39,   107,   134,     0,   169,     0,   168,    82,   169,     0,
     1,     0,    98,     0,    98,    37,   107,     0,   123,   171,
     0,   172,   171,     0,     0,   174,     0,     7,     0,   172,
     7,     0,     0,   173,     7,     0,    60,   174,    77,     0,
    51,   173,   174,     0,    51,   173,     0,   174,    60,   211,
     0,   174,    61,   100,    84,     0,   174,    61,    84,     0,
    60,   211,     0,    61,   100,    84,     0,    61,    84,     0,
   191,     0,   175,   191,     0,   175,   177,     0,     0,   175,
     0,     1,    78,     0,     0,     0,   180,     0,   181,     0,
   180,   181,     0,    33,   222,    78,     0,   183,     0,     1,
   183,     0,    83,    79,     0,    83,   178,   179,   117,   176,
    79,     0,    83,   178,   179,     1,    79,     0,    83,   178,
   179,   175,    79,     0,   185,   190,     0,   185,     1,     0,
    15,    60,   100,    77,     0,     0,    18,   187,   190,    17,
     0,     0,     0,   188,   189,   193,     0,   188,   189,   204,
   190,     0,   188,   189,   192,     0,   193,     0,   204,     0,
   183,     0,   201,     0,   100,    78,     0,     0,   184,    16,
   194,   190,     0,   184,     0,   184,    16,     1,     0,     0,
     0,    17,   195,    60,   100,    77,   196,   190,     0,   186,
    60,   100,    77,    78,     0,   186,     1,     0,     0,     0,
     0,    19,    60,   206,    78,   197,   206,    78,   198,   206,
    77,   199,   190,     0,     0,    20,    60,   100,    77,   200,
   190,     0,    23,    78,     0,    24,    78,     0,    25,    78,
     0,    25,   100,    78,     0,    27,   205,    60,   100,    77,
    78,     0,    27,   205,    60,   100,    39,   207,    77,    78,
     0,    27,   205,    60,   100,    39,   207,    39,   207,    77,
    78,     0,    27,   205,    60,   100,    39,   207,    39,   207,
    39,   210,    77,    78,     0,    26,    98,    78,     0,    26,
    51,   100,    78,     0,    78,     0,   202,     0,     0,    19,
    60,   108,    77,   203,   190,     0,    21,   107,    39,     0,
    21,   107,    10,   107,    39,     0,    22,    39,     0,    98,
    39,     0,     0,     7,     0,     0,   100,     0,     0,   208,
     0,   209,     0,   208,    82,   209,     0,     9,    60,   100,
    77,     0,   110,     0,   210,    82,   110,     0,     0,   212,
   213,     0,   215,    77,     0,     0,   216,    78,   214,   213,
     0,     1,    77,     0,     0,    10,     0,   216,     0,   216,
    82,    10,     0,   217,     0,   216,    82,   217,     0,   120,
   154,     0,   120,   155,     0,   120,   171,     0,   122,   155,
     0,   122,   171,     0,     0,   219,   220,     0,   213,     0,
   221,    77,     0,     3,     0,   221,    82,     3,     0,    98,
     0,   222,    82,    98,     0,   227,     0,   225,     0,   226,
     0,   237,     0,   246,     0,    64,     0,    98,     0,   224,
    82,    98,     0,    74,   224,    78,     0,    75,    98,    98,
    78,     0,     0,     0,    62,    98,   239,    83,   228,   240,
    79,   229,   253,    64,     0,     0,    62,    98,   239,   230,
   253,    64,     0,     0,     0,    62,    98,    39,    98,   239,
    83,   231,   240,    79,   232,   253,    64,     0,     0,    62,
    98,    39,    98,   239,   233,   253,    64,     0,     0,    63,
    98,    83,   234,   240,    79,     0,    63,    98,     0,     0,
    63,    98,    39,    98,    83,   235,   240,    79,     0,    63,
    98,    39,    98,     0,     0,    62,    98,    60,    98,    77,
   239,   236,   253,    64,     0,    63,    98,    60,    98,    77,
     0,     0,    72,    98,   239,   238,   253,    64,     0,     0,
    46,   224,    46,     0,   240,   241,   242,     0,   242,     0,
    70,     0,    71,     0,    69,     0,     0,   242,   243,    78,
     0,   242,    78,     0,   123,   118,   244,     0,   172,   118,
   244,     0,     1,     0,     0,   245,     0,   244,    82,   245,
     0,   152,     0,   152,    39,   107,     0,    39,   107,     0,
     0,     0,     0,    49,   247,   263,   248,   264,   249,   182,
     0,     0,     0,     0,    50,   250,   263,   251,   264,   252,
   182,     0,     0,     0,   254,   255,     0,   258,     0,    90,
     0,   255,   258,     0,     0,   255,   256,    90,     0,    78,
     0,     1,     0,     0,     0,    49,   259,   263,   260,   257,
     0,     0,     0,    50,   261,   263,   262,   257,     0,    60,
   170,    77,   272,     0,   272,     0,    60,   170,    77,   273,
   270,     0,   273,   270,     0,     0,    78,   265,     0,     0,
   266,     0,   267,     0,   177,     0,   266,   267,     0,   267,
   177,     0,   120,   118,   268,    78,     0,   120,    78,     0,
   122,    78,     0,   269,     0,   268,    82,   269,     0,   154,
     0,   155,     0,   171,     0,     0,    82,    10,     0,     0,
    82,   271,   215,     0,   274,     0,   276,     0,   273,   276,
     0,     3,     0,     4,     0,    73,     0,   275,     0,    12,
     0,    13,     0,    14,     0,    15,     0,    16,     0,    17,
     0,    18,     0,    19,     0,    20,     0,    21,     0,    22,
     0,    23,     0,    24,     0,    25,     0,    26,     0,    27,
     0,    11,     0,    28,     0,    29,     0,     6,     0,     7,
     0,   274,    39,    60,   170,    77,    98,     0,   274,    39,
    98,     0,    39,    60,   170,    77,    98,     0,    39,    98,
     0,   274,     0,   278,     0,   280,     0,   278,   280,     0,
   102,     0,   274,    39,   279,     0,    39,   279,     0,   100,
     0,    68,     0,     0,     0,    61,   283,   281,   284,   277,
    84,     0,   274,     0,   286,     0,   287,     0,   286,   287,
     0,   274,    39,     0,    39,     0,    65,    60,   285,    77,
     0,    72,    60,    98,    77,     0,    67,    60,   170,    77,
     0
};

#endif

#if YYDEBUG != 0
static const short yyrline[] = { 0,
   228,   233,   247,   249,   249,   250,   252,   254,   255,   256,
   266,   272,   274,   276,   278,   280,   281,   282,   287,   293,
   295,   296,   298,   303,   305,   306,   308,   313,   315,   316,
   320,   322,   323,   324,   327,   329,   331,   333,   335,   337,
   339,   343,   347,   350,   353,   356,   360,   362,   365,   368,
   371,   375,   401,   406,   408,   410,   412,   414,   418,   420,
   423,   427,   454,   456,   458,   460,   462,   464,   466,   468,
   470,   472,   474,   476,   478,   480,   482,   484,   486,   489,
   495,   655,   656,   658,   664,   666,   680,   703,   705,   707,
   719,   733,   735,   737,   739,   741,   743,   745,   750,   752,
   758,   760,   764,   766,   767,   777,   782,   784,   785,   786,
   789,   794,   798,   801,   809,   814,   816,   817,   818,   825,
   833,   838,   842,   846,   850,   852,   860,   863,   867,   869,
   871,   882,   886,   888,   891,   904,   907,   911,   913,   921,
   922,   923,   927,   929,   931,   933,   939,   940,   941,   944,
   946,   949,   951,   954,   957,   963,   970,   973,   979,   986,
   989,   996,   999,  1003,  1006,  1010,  1015,  1018,  1022,  1025,
  1027,  1030,  1033,  1040,  1042,  1043,  1044,  1049,  1051,  1056,
  1064,  1069,  1073,  1076,  1078,  1083,  1086,  1088,  1090,  1094,
  1097,  1097,  1100,  1102,  1119,  1123,  1140,  1147,  1149,  1154,
  1157,  1162,  1164,  1166,  1168,  1169,  1177,  1183,  1185,  1187,
  1189,  1195,  1201,  1203,  1205,  1207,  1209,  1212,  1217,  1221,
  1224,  1226,  1228,  1230,  1233,  1235,  1238,  1241,  1244,  1247,
  1251,  1253,  1256,  1258,  1262,  1265,  1270,  1272,  1274,  1278,
  1302,  1308,  1313,  1318,  1323,  1327,  1329,  1333,  1337,  1341,
  1351,  1353,  1355,  1360,  1363,  1367,  1370,  1374,  1377,  1380,
  1383,  1387,  1390,  1394,  1398,  1400,  1402,  1404,  1406,  1408,
  1410,  1412,  1420,  1422,  1423,  1426,  1428,  1431,  1434,  1447,
  1449,  1454,  1456,  1459,  1473,  1476,  1479,  1481,  1489,  1497,
  1508,  1513,  1516,  1529,  1537,  1541,  1545,  1549,  1555,  1559,
  1564,  1566,  1577,  1580,  1581,  1598,  1603,  1606,  1618,  1620,
  1630,  1640,  1641,  1649,  1652,  1664,  1668,  1685,  1695,  1704,
  1709,  1714,  1719,  1723,  1727,  1738,  1745,  1752,  1759,  1770,
  1774,  1777,  1782,  1805,  1839,  1864,  1893,  1908,  1919,  1923,
  1927,  1930,  1935,  1937,  1940,  1942,  1946,  1951,  1954,  1960,
  1965,  1970,  1972,  1981,  1982,  1988,  1990,  1995,  1997,  2001,
  2004,  2010,  2013,  2015,  2017,  2019,  2026,  2031,  2036,  2038,
  2047,  2050,  2055,  2058,  2064,  2066,  2067,  2068,  2069,  2070,
  2084,  2087,  2091,  2097,  2103,  2110,  2115,  2121,  2128,  2134,
  2140,  2145,  2151,  2158,  2164,  2170,  2176,  2184,  2190,  2196,
  2204,  2211,  2217,  2226,  2233,  2241,  2246,  2255,  2257,  2260,
  2262,  2263,  2266,  2271,  2272,  2289,  2295,  2300,  2304,  2307,
  2308,  2311,  2319,  2325,  2334,  2344,  2351,  2355,  2360,  2369,
  2376,  2380,  2390,  2392,  2393,  2395,  2397,  2398,  2399,  2400,
  2402,  2404,  2407,  2413,  2418,  2418,  2423,  2427,  2429,  2435,
  2440,  2445,  2454,  2456,  2462,  2464,  2467,  2469,  2470,  2471,
  2474,  2477,  2479,  2483,  2486,  2493,  2496,  2498,  2502,  2507,
  2512,  2517,  2524,  2528,  2531,  2537,  2539,  2540,  2541,  2544,
  2546,  2547,  2548,  2549,  2550,  2551,  2552,  2553,  2554,  2555,
  2556,  2557,  2558,  2559,  2560,  2561,  2562,  2563,  2564,  2564,
  2567,  2573,  2578,  2583,  2589,  2591,  2594,  2596,  2603,  2615,
  2620,  2626,  2628,  2634,  2638,  2639,  2645,  2647,  2650,  2652,
  2658,  2663,  2669,  2676,  2685
};

static const char * const yytname[] = {   "$","error","$illegal.","IDENTIFIER",
"TYPENAME","SCSPEC","TYPESPEC","TYPE_QUAL","CONSTANT","STRING","ELLIPSIS","SIZEOF",
"ENUM","STRUCT","UNION","IF","ELSE","WHILE","DO","FOR","SWITCH","CASE","DEFAULT",
"BREAK","CONTINUE","RETURN","GOTO","ASM_KEYWORD","TYPEOF","ALIGNOF","ALIGN",
"ATTRIBUTE","EXTENSION","LABEL","REALPART","IMAGPART","ASSIGN","'='","'?'","':'",
"OROR","ANDAND","'|'","'^'","'&'","EQCOMPARE","ARITHCOMPARE","LSHIFT","RSHIFT",
"'+'","'-'","'*'","'/'","'%'","UNARY","PLUSPLUS","MINUSMINUS","HYPERUNARY","POINTSAT",
"'.'","'('","'['","INTERFACE","IMPLEMENTATION","END","SELECTOR","DEFS","ENCODE",
"CLASSNAME","PUBLIC","PRIVATE","PROTECTED","PROTOCOL","OBJECTNAME","CLASS","ALIAS",
"OBJC_STRING","')'","';'","'}'","'~'","'!'","','","'{'","']'","program","extdefs",
"@1","@2","extdef","datadef","fndef","@3","@4","@5","@6","@7","@8","identifier",
"unop","expr","exprlist","nonnull_exprlist","unary_expr","@9","cast_expr","@10",
"expr_no_commas","primary","@11","string","objc_string","xdecls","lineno_datadecl",
"datadecls","datadecl","lineno_decl","decls","setspecs","decl","typed_declspecs",
"reserved_declspecs","declmods","typed_typespecs","reserved_typespecquals","typespec",
"typespecqual_reserved","initdecls","notype_initdecls","maybeasm","initdcl",
"@12","notype_initdcl","@13","maybe_attribute","attributes","attribute","attribute_list",
"attrib","any_word","init","@14","initlist_maybe_comma","initlist1","initelt",
"@15","@16","@17","nested_function","@18","notype_nested_function","@19","declarator",
"after_type_declarator","parm_declarator","notype_declarator","structsp","@20",
"@21","@22","@23","maybecomma","maybecomma_warn","component_decl_list","component_decl_list2",
"component_decl","components","component_declarator","enumlist","enumerator",
"typename","absdcl","nonempty_type_quals","type_quals","absdcl1","stmts","xstmts",
"errstmt","pushlevel","maybe_label_decls","label_decls","label_decl","compstmt_or_error",
"compstmt","simple_if","if_prefix","do_stmt_start","@24","save_filename","save_lineno",
"lineno_labeled_stmt","lineno_stmt_or_label","stmt_or_label","stmt","@25","@26",
"@27","@28","@29","@30","@31","all_iter_stmt","all_iter_stmt_simple","@32","label",
"maybe_type_qual","xexpr","asm_operands","nonnull_asm_operands","asm_operand",
"asm_clobbers","parmlist","@33","parmlist_1","@34","parmlist_2","parms","parm",
"parmlist_or_identifiers","@35","parmlist_or_identifiers_1","identifiers","identifiers_or_typenames",
"objcdef","identifier_list","classdecl","aliasdecl","classdef","@36","@37","@38",
"@39","@40","@41","@42","@43","@44","protocoldef","@45","protocolrefs","ivar_decl_list",
"visibility_spec","ivar_decls","ivar_decl","ivars","ivar_declarator","methoddef",
"@46","@47","@48","@49","@50","@51","methodprotolist","@52","methodprotolist2",
"@53","semi_or_error","methodproto","@54","@55","@56","@57","methoddecl","optarglist",
"myxdecls","mydecls","mydecl","myparms","myparm","optparmlist","@58","unaryselector",
"keywordselector","selector","reservedwords","keyworddecl","messageargs","keywordarglist",
"keywordexpr","keywordarg","receiver","objcmessageexpr","@59","@60","selectorarg",
"keywordnamelist","keywordname","objcselectorexpr","objcprotocolexpr","objcencodeexpr",
""
};
#endif

static const short yyr1[] = {     0,
    85,    85,    87,    86,    88,    86,    89,    89,    89,    89,
    90,    90,    90,    90,    90,    90,    90,    90,    92,    93,
    91,    91,    94,    95,    91,    91,    96,    97,    91,    91,
    98,    98,    98,    98,    99,    99,    99,    99,    99,    99,
    99,   100,   101,   101,   102,   102,   103,   103,   104,   103,
   103,   103,   103,   103,   103,   103,   103,   103,   105,   105,
   106,   105,   107,   107,   107,   107,   107,   107,   107,   107,
   107,   107,   107,   107,   107,   107,   107,   107,   107,   107,
   108,   108,   108,   108,   108,   109,   108,   108,   108,   108,
   108,   108,   108,   108,   108,   108,   108,   108,   110,   110,
   111,   111,   112,   112,   112,   113,   114,   114,   114,   114,
   115,   115,   115,   115,   116,   117,   117,   117,   117,   118,
   119,   119,   119,   119,   119,   119,   120,   120,   121,   121,
   121,   122,   122,   122,   122,   123,   123,   124,   124,   125,
   125,   125,   125,   125,   125,   125,   126,   126,   126,   127,
   127,   128,   128,   129,   129,   131,   130,   130,   133,   132,
   132,   134,   134,   135,   135,   136,   137,   137,   138,   138,
   138,   138,   138,   139,   139,   139,   139,   140,   141,   140,
   140,   142,   142,   143,   143,   144,   145,   144,   144,   146,
   144,   147,   144,   149,   148,   151,   150,   152,   152,   153,
   153,   153,   153,   153,   153,   153,   154,   154,   154,   154,
   154,   155,   155,   155,   155,   155,   155,   157,   156,   156,
   156,   158,   156,   156,   156,   159,   156,   160,   156,   156,
   161,   161,   162,   162,   163,   163,   164,   164,   164,   164,
   165,   165,   165,   165,   165,   166,   166,   167,   167,   167,
   168,   168,   168,   169,   169,   170,   170,   171,   171,   172,
   172,   173,   173,   174,   174,   174,   174,   174,   174,   174,
   174,   174,   175,   175,   175,   176,   176,   177,   178,   179,
   179,   180,   180,   181,   182,   182,   183,   183,   183,   183,
   184,   184,   185,   187,   186,   188,   189,   190,   190,   191,
   192,   192,   193,   193,   193,   194,   193,   193,   193,   195,
   196,   193,   193,   193,   197,   198,   199,   193,   200,   193,
   193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
   193,   201,   203,   202,   204,   204,   204,   204,   205,   205,
   206,   206,   207,   207,   208,   208,   209,   210,   210,   212,
   211,   213,   214,   213,   213,   215,   215,   215,   215,   216,
   216,   217,   217,   217,   217,   217,   219,   218,   220,   220,
   221,   221,   222,   222,   223,   223,   223,   223,   223,   223,
   224,   224,   225,   226,   228,   229,   227,   230,   227,   231,
   232,   227,   233,   227,   234,   227,   227,   235,   227,   227,
   236,   227,   227,   238,   237,   239,   239,   240,   240,   241,
   241,   241,   242,   242,   242,   243,   243,   243,   244,   244,
   244,   245,   245,   245,   247,   248,   249,   246,   250,   251,
   252,   246,   253,   254,   253,   255,   255,   255,   256,   255,
   257,   257,   259,   260,   258,   261,   262,   258,   263,   263,
   263,   263,   264,   264,   265,   265,   266,   266,   266,   266,
   267,   267,   267,   268,   268,   269,   269,   269,   270,   270,
   271,   270,   272,   273,   273,   274,   274,   274,   274,   275,
   275,   275,   275,   275,   275,   275,   275,   275,   275,   275,
   275,   275,   275,   275,   275,   275,   275,   275,   275,   275,
   276,   276,   276,   276,   277,   277,   278,   278,   279,   280,
   280,   281,   281,   283,   284,   282,   285,   285,   286,   286,
   287,   287,   288,   289,   290
};

static const short yyr2[] = {     0,
     0,     1,     0,     2,     0,     3,     1,     1,     1,     5,
     3,     4,     4,     2,     2,     2,     2,     1,     0,     0,
     7,     4,     0,     0,     7,     4,     0,     0,     6,     3,
     1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
     1,     1,     0,     1,     1,     3,     1,     2,     0,     3,
     2,     2,     2,     4,     2,     4,     2,     2,     1,     4,
     0,     7,     1,     3,     3,     3,     3,     3,     3,     3,
     3,     3,     3,     3,     3,     3,     3,     5,     3,     3,
     1,     1,     1,     3,     3,     0,     4,     4,     4,     3,
     3,     2,     2,     1,     1,     1,     1,     1,     1,     2,
     1,     2,     0,     1,     2,     3,     1,     1,     2,     2,
     4,     4,     2,     2,     3,     1,     1,     2,     2,     0,
     4,     4,     3,     3,     2,     2,     2,     3,     0,     2,
     2,     1,     1,     2,     2,     2,     3,     0,     2,     1,
     1,     1,     2,     2,     4,     4,     1,     1,     1,     1,
     3,     1,     3,     0,     4,     0,     6,     3,     0,     6,
     3,     0,     1,     1,     2,     6,     1,     3,     0,     1,
     4,     6,     4,     1,     1,     1,     1,     1,     0,     4,
     1,     0,     2,     1,     3,     1,     0,     4,     1,     0,
     4,     0,     5,     0,     3,     0,     3,     1,     1,     3,
     3,     4,     3,     3,     1,     1,     3,     4,     3,     3,
     1,     3,     3,     3,     4,     3,     1,     0,     6,     4,
     2,     0,     6,     4,     2,     0,     7,     0,     6,     2,
     0,     1,     0,     1,     1,     2,     0,     3,     2,     4,
     3,     1,     3,     1,     1,     1,     3,     4,     6,     5,
     1,     3,     1,     1,     3,     2,     2,     0,     1,     1,
     2,     0,     2,     3,     3,     2,     3,     4,     3,     2,
     3,     2,     1,     2,     2,     0,     1,     2,     0,     0,
     1,     1,     2,     3,     1,     2,     2,     6,     5,     5,
     2,     2,     4,     0,     4,     0,     0,     3,     4,     3,
     1,     1,     1,     1,     2,     0,     4,     1,     3,     0,
     0,     7,     5,     2,     0,     0,     0,    12,     0,     6,
     2,     2,     2,     3,     6,     8,    10,    12,     3,     4,
     1,     1,     0,     6,     3,     5,     2,     2,     0,     1,
     0,     1,     0,     1,     1,     3,     4,     1,     3,     0,
     2,     2,     0,     4,     2,     0,     1,     1,     3,     1,
     3,     2,     2,     2,     2,     2,     0,     2,     1,     2,
     1,     3,     1,     3,     1,     1,     1,     1,     1,     1,
     1,     3,     3,     4,     0,     0,    10,     0,     6,     0,
     0,    12,     0,     8,     0,     6,     2,     0,     8,     4,
     0,     9,     5,     0,     6,     0,     3,     3,     1,     1,
     1,     1,     0,     3,     2,     3,     3,     1,     0,     1,
     3,     1,     3,     2,     0,     0,     0,     7,     0,     0,
     0,     7,     0,     0,     2,     1,     1,     2,     0,     3,
     1,     1,     0,     0,     5,     0,     0,     5,     4,     1,
     5,     2,     0,     2,     0,     1,     1,     1,     2,     2,
     4,     2,     2,     1,     3,     1,     1,     1,     0,     2,
     0,     3,     1,     1,     2,     1,     1,     1,     1,     1,
     1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
     1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
     6,     3,     5,     2,     1,     1,     1,     2,     1,     3,
     2,     1,     1,     0,     0,     6,     1,     1,     1,     2,
     2,     1,     4,     4,     4
};

static const short yydefact[] = {     3,
     5,     0,     0,     0,   142,   133,   140,   132,     0,     0,
     0,     0,     0,   425,   429,     0,     0,   380,   406,     0,
   406,     0,     0,    18,     4,     8,     7,     0,   120,   120,
   129,   141,     9,   376,   377,   375,   378,   379,     6,    16,
    17,    31,    32,    34,    33,   228,   230,   237,   221,   237,
   225,     0,     0,     0,     0,   406,   397,     0,   143,   406,
   144,   381,     0,     0,   217,   262,     0,     0,   152,     0,
    15,     0,   135,   134,    14,     0,   129,   127,     0,   226,
     0,     0,     0,   218,     0,   222,    81,    82,    99,     0,
     0,    49,     0,     0,     0,    35,    37,    36,     0,    38,
    39,     0,   514,     0,     0,     0,   101,    40,    41,     0,
     0,    42,    59,    63,    45,    47,    83,    98,    94,    95,
    96,    97,   260,     0,   258,   138,     0,   258,   476,   477,
   499,   500,   496,   480,   481,   482,   483,   484,   485,   486,
   487,   488,   489,   490,   491,   492,   493,   494,   495,   497,
   498,     0,     0,   478,   426,   450,   469,   473,   479,   474,
   430,     0,     0,   388,     0,     0,   395,     0,   404,   383,
     0,     0,     0,     0,    11,     0,    30,     0,   367,     0,
     0,   162,   205,   262,     0,   206,     0,   150,     0,   198,
   199,     0,     0,   128,   131,   147,   148,   130,   149,   253,
   254,   233,   251,     0,     0,   220,   245,   239,   120,   236,
   120,   237,   224,   237,     0,    53,     0,    55,     0,    57,
    58,    52,    48,     0,     0,     0,     0,     0,     0,     0,
     0,    51,     0,     0,     0,     0,   341,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,    92,    93,     0,     0,    43,     0,   100,   102,   145,
   262,   350,     0,   256,   259,   136,   146,   261,   138,   257,
     0,   504,     0,   453,   471,   452,     0,   475,     0,   453,
   406,     0,   385,   434,   400,     0,   413,   407,   434,   382,
   384,   263,   214,   213,   153,   154,     0,   212,     0,   216,
     0,     0,    28,     0,   296,   108,   297,     0,   161,   163,
   164,     0,     0,    13,     0,    22,     0,   162,   367,     0,
    12,    26,     0,     0,   234,     0,   233,     0,   296,   238,
   296,     0,     0,     0,     0,    50,    85,    84,   279,     0,
     0,   513,   512,   515,   522,   517,     0,   518,   519,     0,
     0,    10,    46,    80,    79,   342,     0,    77,    76,    74,
    75,    73,    72,    71,    69,    70,    64,    65,    66,    67,
    68,    91,    90,     0,    44,     0,   266,     0,   270,     0,
   272,     0,   350,     0,   139,   137,     0,     0,     0,   427,
   470,   356,     0,   502,   431,   393,   406,   413,     0,     0,
   398,   403,     0,     0,     0,     0,     0,   371,   357,   258,
   258,   369,     0,   358,   360,   368,     0,   215,   278,     0,
   110,   105,   109,     0,     0,   159,   165,   204,   200,   151,
    20,   158,   201,   203,     0,    24,   255,   252,   229,     0,
   240,   241,   246,   297,   243,   219,   223,    54,    56,   287,
   280,    87,    61,    60,     0,   521,   523,     0,   520,   525,
   524,     0,    88,    89,   265,   264,   351,   271,   267,   269,
     0,     0,   449,   469,   120,     0,   458,   454,   456,     0,
     0,   472,   358,     0,     0,   390,   434,   401,     0,   389,
   443,   446,   437,     0,   120,   120,   439,   436,   413,   412,
   410,   411,   396,   413,   418,   415,   120,   120,     0,   405,
   155,   355,   211,   262,   350,   362,   363,   364,   262,   365,
   366,   352,   353,     0,   370,     0,     0,    29,   285,   106,
   120,   120,   169,     0,     0,   156,   202,     0,   227,   296,
     0,     0,     0,   281,   282,     0,     0,   505,     0,   506,
   507,    78,   268,   503,   451,   462,   258,   463,   459,   460,
   428,     0,   432,   413,     0,   434,   386,     0,     0,   154,
     0,     0,     0,   438,     0,     0,   419,   419,   414,   266,
   367,     0,   266,     0,   359,   361,   372,   286,   113,     0,
   114,     0,   175,   176,   177,   174,     0,   167,   170,   181,
   179,   178,   160,    21,     0,    25,   247,     0,   162,   373,
     0,     0,     0,   296,     0,   117,   297,   273,   283,   189,
    81,     0,   187,     0,   186,     0,   231,   184,   509,   511,
     0,   516,     0,   508,   466,   467,   468,     0,   464,   501,
     0,   394,     0,   434,   444,   447,   440,   399,     0,   422,
   416,   420,   417,   210,   207,   209,     0,   354,     0,     0,
     0,   169,     0,     0,   157,   162,     0,   248,   284,     0,
   289,   119,   118,     0,     0,   290,   275,   297,   274,     0,
     0,     0,   190,    62,     0,   183,   510,   461,   258,   391,
   402,     0,     0,     0,   424,     0,     0,   208,   111,   112,
   166,   168,    81,     0,     0,   250,   162,   374,   288,     0,
   142,     0,   310,   294,     0,     0,     0,     0,     0,     0,
     0,     0,   339,   406,   406,   331,     0,     0,   115,   120,
   120,   303,   308,     0,     0,   300,   301,   304,   332,   302,
   192,     0,     0,   185,   465,   434,   387,   442,   441,   445,
   448,   423,   421,   171,     0,   173,   180,   249,     0,     0,
   296,   341,     0,     0,   337,   321,   322,   323,     0,     0,
     0,   340,     0,   338,   305,   125,     0,   126,     0,     0,
   292,   297,   291,   314,     0,     0,   188,   191,     0,     0,
     0,     0,     0,    47,     0,     0,     0,   335,   324,     0,
   329,     0,     0,   123,   154,     0,   124,   154,   309,   296,
     0,     0,   193,   392,   172,   293,     0,   295,   333,   315,
   319,     0,   330,     0,   121,     0,   122,     0,   307,   298,
   296,     0,   311,   296,   341,   296,   336,   343,     0,   195,
   197,   299,   313,   296,   334,     0,   320,     0,     0,   344,
   345,   325,   312,   316,     0,   343,     0,     0,   341,     0,
     0,   326,   346,     0,   347,     0,     0,   317,   348,     0,
   327,   296,     0,     0,   318,   328,   349,     0,     0,     0
};

static const short yydefgoto[] = {   878,
     1,     2,     3,    25,    26,    27,   317,   535,   323,   538,
   181,   420,   624,   110,   356,   374,   112,   113,   219,   114,
   546,   115,   116,   226,   117,   118,   303,   304,   305,   530,
   613,   614,    28,   729,   410,    78,   411,   125,   266,    31,
   198,   187,    68,   182,   188,   605,    69,   534,   309,   310,
   311,   597,   598,   599,   603,   664,   626,   627,   628,   682,
   743,   786,   804,   826,   807,   828,   296,   190,   635,   191,
    32,   212,   214,   204,    79,   686,   326,    82,    83,   210,
   442,   443,   202,   203,   127,   637,   128,   173,   265,   615,
   675,   306,   451,   543,   544,   545,   528,   529,   733,   734,
   735,   761,   782,   424,   783,   618,   736,   737,   810,   760,
   844,   835,   859,   872,   836,   738,   739,   834,   740,   773,
   357,   849,   850,   851,   870,   379,   380,   412,   584,   413,
   414,   415,   298,   299,   416,   417,   611,    33,    63,    34,
    35,    36,   398,   644,   284,   564,   746,   487,   287,   499,
   566,    37,   289,    59,   403,   504,   404,   509,   651,   652,
    38,    54,   274,   481,    55,   280,   485,   399,   400,   497,
   573,   750,   498,   568,   693,   569,   694,   155,   390,   478,
   479,   480,   638,   639,   276,   392,   156,   157,   158,   159,
   160,   549,   550,   630,   551,   344,   119,   228,   455,   347,
   348,   349,   120,   121,   122
};

static const short yypact[] = {   143,
   154,  2699,  2699,   322,-32768,-32768,-32768,-32768,    57,   102,
   106,    71,   111,-32768,-32768,   192,   192,-32768,   141,   192,
   141,   192,   192,-32768,-32768,-32768,-32768,   224,   112,   674,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,   120,   153,   155,   153,
   176,  2450,  2285,  2943,  2943,    37,    40,   192,-32768,   141,
-32768,-32768,    26,   192,-32768,-32768,   224,   191,-32768,   230,
-32768,   189,-32768,-32768,-32768,   224,-32768,   722,   177,-32768,
   233,   231,  1721,-32768,   237,-32768,-32768,-32768,-32768,  2484,
  2539,-32768,  2450,  2450,   192,-32768,-32768,-32768,  2450,-32768,
-32768,  1308,-32768,   265,   271,   277,-32768,-32768,-32768,  2450,
   291,   324,-32768,-32768,  3217,   755,   344,   297,-32768,-32768,
-32768,-32768,-32768,   338,   335,-32768,   343,  3079,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,   331,   432,-32768,-32768,-32768,  2251,   384,-32768,-32768,
-32768,   192,   192,   375,   192,   192,-32768,    25,-32768,-32768,
   192,   353,   499,    17,-32768,   189,-32768,   421,-32768,  1712,
   633,   456,-32768,-32768,   189,-32768,   223,-32768,  1636,   381,
   391,   264,   539,   722,-32768,-32768,-32768,-32768,-32768,-32768,
   453,   412,-32768,   177,   431,-32768,-32768,-32768,   436,   423,
  2139,   153,-32768,   153,  1308,-32768,  1308,-32768,  2450,-32768,
-32768,-32768,-32768,   434,   441,   471,   462,  2340,  2972,   432,
   192,-32768,   478,  2450,  2450,  2450,  2450,  2450,  2450,  2450,
  2450,  2450,  2450,  2450,  2450,  2450,  2450,  2450,  2450,  2450,
  2450,-32768,-32768,   192,   192,  2450,  2450,-32768,-32768,-32768,
-32768,   335,  1772,-32768,   467,   629,-32768,-32768,-32768,-32768,
   432,-32768,   484,   480,   555,-32768,   384,-32768,   410,   480,
   141,   491,-32768,   510,   494,   508,-32768,-32768,   510,-32768,
-32768,-32768,   391,-32768,-32768,   567,   589,-32768,   583,-32768,
   522,   535,-32768,   449,    64,-32768,-32768,   554,   579,   456,
-32768,   131,    35,-32768,   189,-32768,   633,   456,-32768,  1832,
-32768,-32768,   633,  2450,   192,   540,   412,   541,-32768,-32768,
-32768,   544,   547,   543,   553,-32768,-32768,-32768,   550,   556,
  2170,-32768,-32768,-32768,-32768,   592,   571,  2972,-32768,   572,
   575,-32768,  3217,  3217,  3217,-32768,   605,  1282,  1440,  1520,
  2256,  2638,  2705,  2234,   552,   552,   415,   415,-32768,-32768,
-32768,-32768,-32768,   576,   324,   570,   234,   227,-32768,  2827,
-32768,   573,-32768,  1892,-32768,   629,   582,  3011,   670,-32768,
-32768,  3096,   432,-32768,-32768,   581,   141,-32768,   601,  2775,
-32768,-32768,   378,  2651,   603,    59,   591,-32768,-32768,   367,
  3068,-32768,   593,   301,-32768,-32768,    10,-32768,-32768,    54,
-32768,-32768,-32768,  3161,   612,-32768,-32768,   381,-32768,-32768,
-32768,   648,-32768,-32768,   606,-32768,  3217,-32768,-32768,   614,
-32768,   618,-32768,-32768,   618,-32768,-32768,-32768,-32768,-32768,
   671,-32768,-32768,-32768,  3040,-32768,-32768,   592,-32768,-32768,
-32768,  2450,-32768,-32768,   467,-32768,-32768,-32768,-32768,-32768,
   621,   192,-32768,  2251,   630,  2845,-32768,-32768,  3161,   780,
    54,-32768,   627,   637,    54,-32768,   510,-32768,   403,-32768,
-32768,-32768,-32768,   224,   112,   674,   228,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,  2364,   639,-32768,
-32768,-32768,-32768,-32768,    60,   487,   391,-32768,-32768,   391,
-32768,-32768,-32768,  3144,-32768,   719,   471,-32768,-32768,-32768,
   647,  2864,   249,  1627,    54,-32768,-32768,    54,-32768,-32768,
   260,   192,   903,   671,-32768,  1389,  2450,   687,   653,  3040,
-32768,  1361,-32768,-32768,-32768,-32768,   367,-32768,-32768,-32768,
-32768,   192,-32768,-32768,   667,   510,-32768,  2943,  2943,   172,
   189,   224,  2794,-32768,   454,  2668,   276,   276,-32768,   279,
-32768,  1952,   374,  2827,-32768,-32768,-32768,-32768,-32768,   189,
-32768,   224,-32768,-32768,-32768,-32768,    90,-32768,   672,-32768,
-32768,  3217,-32768,-32768,  1627,-32768,-32768,  2450,    50,-32768,
   312,   501,   817,   660,   984,-32768,-32768,-32768,-32768,-32768,
   702,   192,-32768,   705,  3217,   666,   664,-32768,   324,-32768,
  2450,-32768,   687,-32768,   487,   391,-32768,   315,-32768,-32768,
   502,-32768,   684,   510,-32768,-32768,-32768,-32768,  2450,   710,
   669,-32768,   669,   487,-32768,-32768,   676,-32768,   329,   334,
   677,   249,  2573,  1389,-32768,   726,  2450,-32768,-32768,   192,
-32768,-32768,-32768,  1065,   679,-32768,-32768,-32768,-32768,  2034,
   718,  1389,-32768,-32768,  1470,-32768,-32768,-32768,   367,-32768,
-32768,   697,    61,    61,  3217,  2450,   276,-32768,-32768,-32768,
-32768,-32768,   169,   220,   703,-32768,   726,-32768,-32768,  2115,
   749,   729,-32768,-32768,   730,   731,  2450,   756,   721,   724,
  2395,   418,   789,    47,   235,-32768,   758,   727,-32768,   728,
  2875,-32768,   784,  1146,    66,-32768,-32768,-32768,-32768,-32768,
-32768,   738,  1551,-32768,-32768,   510,-32768,-32768,-32768,-32768,
-32768,  3217,-32768,-32768,  2450,-32768,-32768,-32768,  2450,   747,
-32768,  2450,  2450,  3199,-32768,-32768,-32768,-32768,   741,  2450,
   769,-32768,   767,-32768,-32768,-32768,   189,-32768,   224,  1227,
-32768,-32768,-32768,-32768,  2450,  1551,-32768,-32768,   745,   232,
   773,  2450,   837,   636,   777,   779,  2450,-32768,-32768,   782,
-32768,  2450,   348,-32768,    58,   411,-32768,   481,-32768,-32768,
  2115,   785,-32768,-32768,-32768,-32768,   787,-32768,-32768,-32768,
-32768,  3154,-32768,    41,-32768,   471,-32768,   471,-32768,-32768,
-32768,   791,-32768,-32768,  2450,-32768,-32768,   848,   792,-32768,
-32768,-32768,-32768,-32768,-32768,   793,-32768,   805,    74,   794,
-32768,-32768,-32768,-32768,  2450,   848,   796,   848,  2450,   798,
   149,-32768,-32768,   802,-32768,   589,   803,-32768,   344,   246,
-32768,-32768,   808,   589,-32768,-32768,   344,   880,   883,-32768
};

static const short yypgoto[] = {-32768,
-32768,-32768,-32768,   884,  -360,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,    -7,-32768,   -52,-32768,  -226,   518,-32768,   -35,
-32768,   116,   126,-32768,  -283,-32768,  -116,   586,-32768,-32768,
   278,-32768,   -11,-32768,     9,   822,    19,   -66,   625,    -1,
  -218,  -554,   -56,  -181,  -138,-32768,-32768,-32768,  -290,-32768,
   595,-32768,   239,-32768,   298,-32768,  -591,-32768,  -629,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,   -65,  -139,  -363,   -23,
   -41,-32768,-32768,-32768,-32768,-32768,   607,    16,-32768,-32768,
   588,   393,   732,   615,   -69,   -26,   -57,  -145,  -208,   325,
-32768,  -272,-32768,-32768,-32768,   397,  -352,  -201,-32768,-32768,
-32768,-32768,  -111,  -402,  -712,  -525,-32768,   132,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,   134,-32768,
  -693,    86,-32768,    88,-32768,   565,-32768,  -345,-32768,   557,
   558,   427,  -285,-32768,-32768,-32768,-32768,-32768,   897,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,   -15,  -355,-32768,   452,-32768,   379,   263,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,  -266,-32768,-32768,
-32768,   267,   465,-32768,-32768,-32768,-32768,   -31,   685,-32768,
-32768,   488,-32768,   280,   492,-32768,   584,   585,  -126,-32768,
  -130,-32768,-32768,   346,   424,-32768,-32768,-32768,-32768,-32768,
-32768,   632,-32768,-32768,-32768
};


#define	YYLAST		3270


static const short yytable[] = {   111,
   124,    47,    49,    51,    70,    61,   189,   318,    56,    57,
    29,    29,    60,   406,    62,    64,   209,    72,    76,   192,
    30,    30,   405,   161,   340,   211,   278,   432,    77,   375,
   277,   421,   227,   433,   467,   659,   199,   295,   312,   493,
   164,   541,   489,   174,   169,   313,   516,   385,   793,   225,
    62,   126,   193,   378,   527,   744,   172,   220,   221,    42,
    43,   748,    65,   223,  -104,    85,   784,   258,   795,   307,
   288,   201,   705,   422,   232,   162,   179,   180,   165,   838,
   308,   126,    58,   273,   178,   -34,   525,   222,   667,   679,
   742,   526,    58,   294,   319,   320,   163,   829,   264,   166,
   126,   270,   346,   170,    42,    43,   171,   171,    42,    43,
   519,   429,   856,   788,   318,   377,   477,   839,   842,   515,
   263,   845,   167,   847,    44,   785,   269,   301,   561,    45,
    52,   853,   563,    65,   183,   511,   339,   292,   749,    46,
  -194,   846,    -1,   575,   272,   334,  -104,   335,   679,   293,
   857,   126,   199,    -2,   281,   282,   813,   285,   286,   875,
   350,   174,   225,   290,   225,   864,   661,   385,   465,    44,
    53,   662,   428,    44,    45,   343,   430,   200,    45,    42,
    43,   184,   604,   336,    48,   606,    58,   866,    50,    71,
   185,    65,   183,   307,    42,    43,   201,   329,   178,   331,
   431,   387,    80,   186,   376,   307,   436,   560,   641,   269,
   382,   307,   647,   126,   680,   126,   654,   444,    81,   444,
   565,   458,   803,   351,   199,   867,    65,   332,   126,   333,
   177,   179,   180,   -27,   -27,   -27,   -27,    84,   658,   184,
   292,   -27,   -27,   -27,    44,   754,   372,   373,   185,    45,
   755,    42,    43,   593,   594,   595,   178,   -27,    86,    44,
  -154,   186,    65,   183,    45,   396,  -154,   435,   175,   126,
   616,   394,   176,   -33,    66,   710,   491,   492,    65,   183,
    58,    65,   513,    67,   261,   292,   383,   384,   293,   179,
   180,  -435,   205,   262,   263,   655,   756,   -27,   608,   643,
   314,   234,   -27,   466,   315,   454,   378,  -154,   815,   206,
   184,  -154,   -27,   234,   649,   213,    44,   201,   668,   185,
   629,    45,   873,   484,   229,   588,   184,   874,   548,   514,
   230,   471,   186,    42,    43,   185,   231,   507,   515,   263,
   672,   321,   677,   278,   199,   176,   508,   277,   186,   353,
   354,   355,   258,   358,   359,   360,   361,   362,   363,   364,
   365,   366,   367,   368,   369,   370,   371,   233,   580,    65,
   513,   465,   259,   583,   465,   706,    65,   692,   523,   811,
   292,   488,   524,   518,   521,   261,   517,   520,   494,   669,
   271,   126,   688,   670,   262,   263,   689,   475,    44,    40,
    41,   677,   126,    45,   629,   234,   699,   476,   495,    77,
   315,   700,    42,    43,   260,   176,   758,   514,   496,   267,
    42,    43,   279,   633,   519,   825,   515,   263,   444,   315,
   291,   617,   531,   515,   263,     5,   704,     7,   123,   437,
   319,   320,   532,     9,    10,    11,   500,   501,   502,   302,
   179,   180,  -107,  -107,  -107,  -107,   503,   283,  -107,    13,
  -107,  -107,  -107,   557,   554,   249,   250,   251,   770,   393,
   570,   500,   501,   502,    77,   609,  -107,    44,   732,   789,
   297,   567,    45,   571,   572,    44,   308,   475,   827,   324,
    45,   174,   176,   325,    77,   577,   578,   476,   328,    19,
   330,    65,   617,   678,    21,   292,   269,   178,   732,   507,
   337,   650,   650,  -242,  -242,   192,  -107,   338,   508,   590,
   592,  -107,   500,   501,   502,   596,   383,   384,   790,   657,
    77,  -107,   648,   636,   610,   660,   645,   646,   341,   322,
   179,   180,   -23,   -23,   -23,   -23,   581,   582,   570,    66,
   -23,   -23,   -23,   339,   640,   352,   293,   389,    67,   293,
   388,   494,   678,  -196,   391,   178,   -23,   397,   570,  -154,
   500,   501,   502,  -433,   126,  -154,   401,   552,   419,   671,
   690,   495,   869,   407,   402,   408,     5,     6,     7,     8,
   877,   496,   409,   178,     9,    10,    11,    89,   179,   180,
   247,   248,   249,   250,   251,   418,   -23,   216,   218,   732,
    13,   -23,   419,   425,   681,   426,  -154,   441,   439,   448,
  -154,   -23,   446,   318,   840,   447,   841,   728,   450,   449,
   456,   650,   452,   302,   196,   197,  -296,  -296,  -296,  -296,
     9,    10,    11,   462,  -296,  -296,  -296,   457,   460,   602,
    19,   461,   463,   464,   596,    21,   468,   728,   472,  -356,
  -296,   625,   708,   486,   490,   636,   510,   512,   769,   522,
   302,   533,   727,     5,     6,     7,     8,     5,    73,     7,
    74,     9,    10,    11,   536,     9,    10,    11,   730,   537,
   252,   253,   539,   254,   255,   256,   257,    13,   731,   540,
  -296,    13,   727,   542,   553,  -296,   791,   556,   524,    61,
   796,   805,   819,   562,   771,  -103,   579,   800,   777,   779,
   602,   587,   806,   666,   589,   631,   195,   196,   197,    77,
   642,   663,   812,     9,    10,    11,   632,    19,  -276,   817,
   -31,    19,    21,   683,   684,   685,    21,   691,   696,   824,
   697,    75,  -455,   701,   741,   808,   308,   709,   728,   698,
   747,   235,   236,   237,   695,   238,   239,   240,   241,   242,
   243,   244,   245,   246,   247,   248,   249,   250,   251,   625,
   302,   757,   707,  -457,  -457,  -457,  -457,   -32,   759,   762,
   763,  -457,  -457,  -457,   765,   772,   774,   625,   766,   780,
   625,   767,   860,   727,   775,   776,   792,  -457,   814,   252,
   253,   752,   254,   255,   256,   257,   787,   302,   799,  -116,
  -116,  -116,  -116,  -116,  -116,  -116,   802,  -116,  -116,  -116,
  -116,  -116,   764,  -116,  -116,  -116,  -116,  -116,  -116,  -116,
  -116,  -116,  -116,  -116,  -116,  -116,   801,  -457,  -116,   816,
  -116,  -116,  -457,   818,   820,   821,   848,  -116,   625,   823,
  -116,   832,  -457,   833,   855,  -116,  -116,  -116,   843,   852,
   854,  -116,  -116,   862,   865,   858,  -116,  -116,   868,   879,
   871,  -116,   880,  -116,  -116,   876,    39,   794,  -116,  -116,
   423,   673,  -116,   386,  -116,  -116,  -116,  -116,   194,  -116,
   702,   625,   665,   612,   427,  -296,  -296,  -296,  -296,  -296,
  -296,  -296,   822,  -296,  -296,  -296,  -296,  -296,   445,  -296,
  -296,  -296,  -296,  -296,  -296,  -296,  -296,  -296,  -296,  -296,
  -296,  -296,   607,   440,  -296,   327,  -296,  -296,   674,   438,
   619,   861,   830,  -296,   831,   863,  -296,   469,   482,   483,
   586,  -296,  -296,  -296,   168,   576,   653,  -296,  -296,   753,
   751,   574,  -296,  -296,   395,   555,   559,  -296,   745,  -296,
  -296,   473,   474,   634,  -296,  -296,   687,     0,  -296,   459,
  -296,     0,  -296,  -296,   302,  -296,  -296,  -296,     0,     0,
     0,  -296,  -296,     0,  -296,     0,     0,     0,  -296,     0,
  -296,  -296,  -296,  -296,  -296,  -296,  -296,  -296,  -296,  -296,
  -296,     0,  -296,     0,     0,  -296,     0,  -296,  -296,     0,
     0,     0,     0,     0,  -296,     0,     0,  -296,     0,     0,
     0,     0,  -296,  -296,  -296,     0,     0,     0,  -296,  -296,
     0,     0,     0,  -296,  -296,     0,     0,     0,  -296,     0,
  -296,  -296,     0,     0,     0,  -296,  -296,     0,     0,  -296,
     0,  -296,   676,  -296,  -296,   302,  -296,  -296,  -296,     0,
     0,     0,  -296,  -296,     0,  -296,     0,     0,     0,  -296,
     0,  -296,  -296,  -296,  -296,  -296,  -296,  -296,  -296,  -296,
  -296,  -296,     0,  -296,     0,     0,  -296,     0,  -296,  -296,
     0,     0,     0,     0,     0,  -296,     0,     0,  -296,     0,
     0,     0,     0,  -296,  -296,  -296,     0,     0,     0,  -296,
  -296,     0,     0,     0,  -296,  -296,     0,     0,     0,  -296,
     0,  -296,  -296,     0,     0,     0,  -296,  -296,     0,     0,
  -296,     0,  -296,  -277,  -296,  -296,   781,  -296,  -296,  -296,
     0,     0,     0,  -296,  -296,     0,  -296,     0,     0,     0,
  -296,     0,  -296,  -296,  -296,  -296,  -296,  -296,  -296,  -296,
  -296,  -296,  -296,     0,  -296,     0,     0,  -296,     0,  -296,
  -296,     0,     0,     0,     0,     0,  -296,     0,     0,  -296,
     0,     0,     0,     0,  -296,  -296,  -296,     0,     0,     0,
  -296,  -296,     0,     0,     0,  -296,  -296,     0,     0,     0,
  -296,     0,  -296,  -296,     0,     0,     0,  -296,  -296,     0,
     0,  -296,     0,  -296,     0,  -296,  -296,   809,  -296,  -306,
  -306,     0,     0,     0,  -306,  -306,     0,  -306,     0,     0,
     0,  -306,     0,  -306,  -306,  -306,  -306,  -306,  -306,  -306,
  -306,  -306,  -306,  -306,     0,  -306,     0,     0,  -306,     0,
  -306,  -306,     0,     0,     0,     0,     0,  -306,     0,     0,
  -306,     0,     0,     0,     0,  -306,  -306,  -306,     0,     0,
     0,  -306,  -306,     0,     0,     0,  -306,  -306,     0,     0,
     0,  -306,     0,  -306,  -306,     0,     0,     0,  -306,  -306,
     0,     0,  -306,     0,  -306,     0,  -306,  -306,   224,  -306,
    87,     5,     0,     7,   123,    88,    89,     0,    90,     9,
    10,    11,   239,   240,   241,   242,   243,   244,   245,   246,
   247,   248,   249,   250,   251,    13,    91,     0,     0,    92,
     0,    93,    94,     0,     0,     0,     0,     0,    95,     0,
     0,    96,     0,     0,     0,     0,    97,    98,    99,     0,
     0,     0,   100,   101,     0,     0,     0,   102,   103,     0,
     0,     0,   104,     0,   105,    19,     0,     0,     0,   106,
    21,     0,     0,   107,     0,     0,     0,   108,   109,   620,
   -86,   621,    43,     0,     0,     0,    88,    89,   237,    90,
   238,   239,   240,   241,   242,   243,   244,   245,   246,   247,
   248,   249,   250,   251,     0,     0,     0,    91,     0,     0,
    92,     0,    93,    94,     0,     0,     0,     0,     0,    95,
     0,     0,    96,     0,     0,     0,     0,    97,    98,    99,
     0,     0,     0,   100,   101,     0,     0,   622,   102,   103,
     0,     0,     0,   104,     0,   105,    44,     0,     0,     0,
   106,    45,     0,     0,   107,     0,     0,  -182,   108,   109,
   620,   623,   621,    43,     0,     0,     0,    88,    89,     0,
    90,   240,   241,   242,   243,   244,   245,   246,   247,   248,
   249,   250,   251,     0,     0,     0,     0,     0,    91,     0,
     0,    92,     0,    93,    94,     0,     0,     0,     0,     0,
    95,     0,     0,    96,     0,     0,     0,     0,    97,    98,
    99,     0,     0,     0,   100,   101,     0,     0,   622,   102,
   103,     0,     0,     0,   104,     0,   105,    44,     0,     0,
     0,   106,    45,     0,     0,   107,     0,     0,  -232,   108,
   109,   620,   623,   621,    43,     0,     0,     0,    88,    89,
     0,    90,   241,   242,   243,   244,   245,   246,   247,   248,
   249,   250,   251,     0,     0,     0,     0,     0,     0,    91,
     0,     0,    92,     0,    93,    94,     0,     0,     0,     0,
     0,    95,     0,     0,    96,     0,     0,     0,     0,    97,
    98,    99,     0,     0,     0,   100,   101,     0,     0,   622,
   102,   103,     0,     0,     0,   104,     0,   105,    44,     0,
     0,     0,   106,    45,     0,     0,   107,   600,     0,    87,
   108,   109,     0,   623,    88,    89,   316,    90,     0,   -19,
   -19,   -19,   -19,     0,     0,     0,     0,   -19,   -19,   -19,
     0,     0,     0,     0,     0,    91,     0,     0,    92,     0,
    93,    94,   178,   -19,     0,     0,  -154,    95,     0,     0,
    96,     0,  -154,     0,     0,    97,    98,    99,     0,     0,
     0,   100,   101,     0,     0,     0,   102,   103,     0,     0,
     0,   104,     0,   105,     0,     0,     0,     0,   106,     0,
     0,     0,   107,   -19,     0,     0,   108,   109,   -19,   601,
     0,     0,     0,  -154,    87,     0,     0,  -154,   -19,    88,
    89,   207,    90,     0,     5,     0,     7,   123,     0,     0,
     0,     0,     9,    10,    11,     0,     0,     0,     0,     0,
    91,     0,     0,    92,     0,    93,    94,     0,    13,     0,
     0,     0,    95,     0,     0,    96,     0,     0,     0,     0,
    97,    98,    99,     0,     0,     0,   100,   101,     0,     0,
     0,   102,   103,     0,    87,     0,   104,     0,   105,    88,
    89,     0,    90,   106,     0,     0,     0,   107,    19,     0,
     0,   108,   109,    21,     0,   300,     0,     0,   208,  -235,
    91,     0,     0,    92,     0,    93,    94,     0,     0,     0,
     0,     0,    95,     0,     0,    96,     0,     0,     0,     0,
    97,    98,    99,     0,     0,     0,   100,   101,     0,     0,
     0,   102,   103,     0,    87,     0,   104,     0,   105,    88,
    89,     0,    90,   106,     0,     0,     0,   107,     0,     0,
     0,   108,   109,     0,     0,   381,     0,     0,     0,     0,
    91,     0,     0,    92,     0,    93,    94,     0,     0,     0,
     0,     0,    95,     0,     0,    96,     0,     0,     0,     0,
    97,    98,    99,     0,     0,     0,   100,   101,     0,     0,
     0,   102,   103,     0,    87,     0,   104,     0,   105,    88,
    89,     0,    90,   106,     0,     0,     0,   107,     0,     0,
     0,   108,   109,     0,     0,   434,     0,     0,     0,     0,
    91,     0,     0,    92,     0,    93,    94,     0,     0,     0,
     0,     0,    95,     0,     0,    96,     0,     0,     0,     0,
    97,    98,    99,     0,     0,     0,   100,   101,     0,     0,
     0,   102,   103,     0,    87,     0,   104,     0,   105,    88,
    89,     0,    90,   106,     0,     0,     0,   107,     0,     0,
     0,   108,   109,     0,     0,   470,     0,     0,     0,     0,
    91,     0,     0,    92,     0,    93,    94,     0,     0,     0,
     0,     0,    95,     0,     0,    96,     0,     0,     0,     0,
    97,    98,    99,     0,     0,     0,   100,   101,     0,     0,
     0,   102,   103,     0,     0,     0,   104,     0,   105,     0,
     0,     0,     0,   106,     0,     0,     0,   107,     0,     0,
     0,   108,   109,     0,     0,   656,   621,   711,     6,     7,
     8,    88,    89,     0,    90,     9,    10,    11,   712,     0,
   713,   714,   715,   716,   717,   718,   719,   720,   721,   722,
   723,    13,    91,     0,     0,    92,     0,    93,    94,     0,
     0,     0,     0,     0,    95,     0,     0,    96,     0,     0,
     0,     0,    97,    98,    99,     0,     0,     0,   100,   101,
     0,     0,     0,   102,   103,     0,     0,     0,   104,     0,
   105,   724,     0,     0,     0,   106,   725,     0,     0,   107,
     0,   726,     0,   108,   109,     0,   339,   621,    43,     0,
     0,     0,    88,    89,     0,    90,     0,     0,     0,   712,
     0,   713,   714,   715,   716,   717,   718,   719,   720,   721,
   722,   723,     5,    91,     7,   268,    92,     0,    93,    94,
     9,    10,    11,     0,     0,    95,     0,     0,    96,     0,
     0,     0,     0,    97,    98,    99,    13,     0,     0,   100,
   101,     0,    87,     0,   102,   103,     0,    88,    89,   104,
    90,   105,    44,     0,     0,     0,   106,    45,     0,     0,
   107,     0,   726,     0,   108,   109,     0,   339,    91,     0,
     0,    92,     0,    93,    94,     0,    19,     0,     0,     0,
    95,    21,     0,    96,     0,     0,  -244,  -244,    97,    98,
    99,     0,     0,     0,   100,   101,     0,     0,     0,   102,
   103,     0,     0,     0,   104,     0,   105,     0,     0,     0,
     0,   106,     0,     0,     0,   107,     0,     0,     0,   108,
   109,     0,   453,   129,   130,     0,   131,   132,     0,     0,
     0,   133,   134,   135,   136,   137,   138,   139,   140,   141,
   142,   143,   144,   145,   146,   147,   148,   149,   150,   151,
   245,   246,   247,   248,   249,   250,   251,    87,     5,   152,
     7,   123,    88,    89,     0,    90,     9,    10,    11,   242,
   243,   244,   245,   246,   247,   248,   249,   250,   251,     0,
     0,     0,    13,    91,     0,     0,    92,     0,    93,    94,
     0,     0,     0,   154,     0,    95,     0,     0,    96,     0,
     0,     0,   275,    97,    98,    99,     0,     0,     0,   100,
   101,     0,    87,     0,   102,   103,     0,    88,    89,   104,
    90,   105,    19,     0,     0,     0,   106,    21,     0,     0,
   107,     0,     0,     0,   108,   109,     0,     5,    91,     7,
   268,    92,     0,    93,    94,     9,    10,    11,     0,     0,
    95,     0,     0,    96,     0,     0,     0,     0,    97,    98,
    99,    13,     0,     0,   100,   101,     0,    87,     0,   102,
   103,     0,    88,    89,   104,    90,   105,   342,     0,     0,
     0,   106,     0,     0,     0,   107,     0,     0,     0,   108,
   109,     0,     0,    91,     0,     0,    92,     0,    93,    94,
     0,    19,     0,     0,     0,    95,    21,     0,    96,     0,
     0,     0,     0,    97,    98,    99,     0,     0,     0,   100,
   101,     0,    87,     0,   102,   103,     0,    88,    89,   104,
    90,   105,     0,     0,     0,     0,   106,     0,     0,     0,
   107,     0,   768,     0,   108,   109,     0,     0,    91,     0,
     0,    92,     0,    93,    94,     0,    87,     0,     0,     0,
    95,    88,    89,    96,    90,     0,     0,     0,    97,    98,
    99,     0,     0,     0,   100,   101,     0,     0,     0,   102,
   103,     0,    91,     0,   104,    92,   105,    93,    94,     0,
     0,   106,     0,     0,    95,   107,     0,    96,     0,   108,
   109,     0,    97,    98,    99,     0,     0,     0,   100,   101,
     0,    87,     0,   215,   103,     0,    88,    89,   104,    90,
   105,     0,     0,     0,     0,   106,     0,     0,     0,   107,
     0,     0,     0,   108,   109,     0,     0,    91,     0,     0,
    92,     0,    93,    94,     0,   703,     0,     0,     0,    95,
    88,    89,    96,    90,     0,     0,     0,    97,    98,    99,
     0,     0,     0,   100,   101,     0,     0,     0,   217,   103,
     0,    91,     0,   104,    92,   105,    93,    94,     0,     0,
   106,     0,     0,    95,   107,     0,    96,     0,   108,   109,
     0,    97,    98,    99,     0,     0,     0,   100,   101,     0,
     0,     0,   102,   103,     0,     0,     0,   104,     0,   105,
     0,     0,     0,     0,   106,     0,     0,     0,   107,     0,
     0,   505,   108,   109,     5,     0,     7,   123,     0,     0,
     0,     0,     9,    10,    11,     0,     0,     0,   505,     0,
     0,     5,     0,     7,   123,     0,     0,     0,    13,     9,
    10,    11,   243,   244,   245,   246,   247,   248,   249,   250,
   251,     0,     0,     0,     0,    13,     0,     0,     0,     4,
     0,  -120,     5,     6,     7,     8,     0,     0,     0,     0,
     9,    10,    11,     0,     0,     0,     0,     0,    19,  -409,
  -409,  -409,     0,    21,     0,    12,    13,     0,   506,  -409,
     0,     0,     0,     0,     0,    19,  -408,  -408,  -408,     0,
    21,     0,     0,     0,     0,   506,  -408,    14,    15,  -120,
   244,   245,   246,   247,   248,   249,   250,   251,  -120,     0,
    16,    17,    18,     0,     0,     0,    19,     0,     0,     0,
    20,    21,    22,    23,     0,     4,    24,  -120,     5,     6,
     7,     8,     0,     0,     0,     0,     9,    10,    11,     0,
     0,     0,     0,     0,     4,     0,  -120,     5,     6,     7,
     8,     0,    13,     0,     0,     9,    10,    11,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,    13,     0,   491,   492,  -120,     0,   407,     0,     0,
     5,     6,     7,     8,  -120,     0,   409,     0,     9,    10,
    11,     0,    19,     0,  -120,     0,     0,    21,     5,    73,
     7,    74,    24,  -120,    13,     0,     9,    10,    11,     0,
     0,    19,     0,     0,     0,     0,    21,     5,    73,     7,
    74,    24,    13,     0,     0,     9,    10,    11,     5,    73,
     7,    74,     0,     0,     0,     0,     9,    10,    11,     0,
     0,    13,     0,     0,    19,     0,     0,     0,     0,    21,
     0,     0,    13,  -356,     0,     0,     0,     0,     0,     0,
     0,     0,    19,     0,     0,     0,     0,    21,     0,     0,
     0,     0,   558,     0,     0,     0,     0,     0,     0,     0,
     0,    19,     0,     0,     0,     0,    21,     0,     0,     0,
     0,   591,    19,     0,     0,   129,   130,    21,   131,   132,
     0,     0,   778,   133,   134,   135,   136,   137,   138,   139,
   140,   141,   142,   143,   144,   145,   146,   147,   148,   149,
   150,   151,     0,     0,   129,   130,     0,   131,   132,     0,
     0,   152,   133,   134,   135,   136,   137,   138,   139,   140,
   141,   142,   143,   144,   145,   146,   147,   148,   149,   150,
   151,     0,   153,     0,     0,     0,     0,     0,     0,     0,
   345,     0,     0,   129,   130,   154,   131,   132,     0,     0,
     0,   133,   134,   135,   136,   137,   138,   139,   140,   141,
   142,   143,   144,   145,   146,   147,   148,   149,   150,   151,
     0,     0,   129,   130,   154,   131,   132,     0,     0,   152,
   133,   134,   135,   136,   137,   138,   139,   140,   141,   142,
   143,   144,   145,   146,   147,   148,   149,   150,   151,     0,
    65,     5,    73,     7,    74,     0,     0,     0,   547,     9,
    10,    11,     5,   154,     7,   268,     0,     0,     0,     0,
     9,    10,    11,     0,     0,    13,     0,     0,     0,     5,
     6,     7,     8,     0,     0,   409,    13,     9,    10,    11,
     0,     0,   154,     0,     0,     0,     0,     0,   519,     0,
     0,     0,     0,    13,     0,     0,     0,   515,   263,   261,
     0,     0,     0,     0,     0,    19,     0,     0,   262,   263,
    21,     0,     0,     0,     0,     0,    19,     5,     6,     7,
     8,    21,     0,   585,     0,     9,    10,    11,     0,     0,
     0,     0,     0,    19,     5,     6,     7,     8,    21,     0,
     0,    13,     9,    10,    11,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,    13,   235,
   236,   237,   837,   238,   239,   240,   241,   242,   243,   244,
   245,   246,   247,   248,   249,   250,   251,     0,   797,     0,
     0,    19,     0,     0,     0,     0,    21,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,    19,     0,
     0,     0,     0,    21,   235,   236,   237,   798,   238,   239,
   240,   241,   242,   243,   244,   245,   246,   247,   248,   249,
   250,   251,   235,   236,   237,     0,   238,   239,   240,   241,
   242,   243,   244,   245,   246,   247,   248,   249,   250,   251
};

static const short yycheck[] = {    52,
    53,     9,    10,    11,    28,    21,    72,   189,    16,    17,
     2,     3,    20,   297,    22,    23,    83,    29,    30,    76,
     2,     3,   289,    55,   226,    83,   157,   318,    30,   256,
   157,   304,   102,   319,   380,   590,    78,   176,   184,   400,
    56,   444,   398,    67,    60,   185,   410,   266,   761,   102,
    58,    53,    76,   262,     1,   685,    64,    93,    94,     3,
     4,     1,     3,    99,     1,    50,     1,     9,   762,   181,
    46,    79,   664,    10,   110,    39,    60,    61,    39,    39,
    31,    83,    46,   153,    27,    39,    77,    95,    39,   615,
   682,    82,    46,    77,    60,    61,    60,   810,   125,    60,
   102,   128,   229,    78,     3,     4,    82,    82,     3,     4,
    51,    77,    39,   743,   296,   261,   389,    77,   831,    60,
    61,   834,    83,   836,    68,    60,   128,   180,   481,    73,
    60,   844,   485,     3,     4,    77,    83,     7,    78,    83,
    83,   835,     0,   499,   152,   215,    83,   217,   674,   173,
    77,   153,   194,     0,   162,   163,   786,   165,   166,   872,
   230,   185,   215,   171,   217,   859,    77,   386,   377,    68,
    60,    82,   312,    68,    73,   228,   315,     1,    73,     3,
     4,    51,   535,   219,    83,   538,    46,    39,    83,    78,
    60,     3,     4,   305,     3,     4,   204,   209,    27,   211,
   317,   271,    83,    73,   257,   317,   323,   480,   564,   211,
   263,   323,   573,   215,   617,   217,   580,   329,    66,   331,
   487,   348,   777,   231,   266,    77,     3,   212,   230,   214,
     1,    60,    61,     4,     5,     6,     7,    83,   584,    51,
     7,    12,    13,    14,    68,    77,   254,   255,    60,    73,
    82,     3,     4,     5,     6,     7,    27,    28,    83,    68,
    31,    73,     3,     4,    73,   281,    37,   320,    78,   271,
   543,   279,    82,    39,    51,   678,    49,    50,     3,     4,
    46,     3,     4,    60,    51,     7,    60,    61,   312,    60,
    61,    64,    60,    60,    61,   581,    77,    68,    39,   566,
    78,    82,    73,    77,    82,   341,   515,    78,    77,    79,
    51,    82,    83,    82,    39,    79,    68,   325,   609,    60,
   547,    73,    77,   393,    60,   527,    51,    82,   455,    51,
    60,   384,    73,     3,     4,    60,    60,   404,    60,    61,
   613,    78,   615,   474,   386,    82,   404,   474,    73,   234,
   235,   236,     9,   238,   239,   240,   241,   242,   243,   244,
   245,   246,   247,   248,   249,   250,   251,    77,   514,     3,
     4,   580,    76,   519,   583,   666,     3,   644,    78,   782,
     7,   397,    82,   410,   411,    51,   410,   411,   400,    78,
    60,   393,    78,    82,    60,    61,    82,   389,    68,    78,
    79,   674,   404,    73,   631,    82,    78,   389,   400,   411,
    82,    78,     3,     4,    77,    82,   707,    51,   400,    77,
     3,     4,    39,   550,    51,    78,    60,    61,   540,    82,
    78,   543,   424,    60,    61,     4,   663,     6,     7,   324,
    60,    61,   424,    12,    13,    14,    69,    70,    71,     1,
    60,    61,     4,     5,     6,     7,    79,    83,    10,    28,
    12,    13,    14,   475,   472,    51,    52,    53,    51,    60,
   494,    69,    70,    71,   476,   541,    28,    68,   680,   746,
    60,    79,    73,   495,   496,    68,    31,   479,    78,    37,
    73,   515,    82,    82,   496,   507,   508,   479,    68,    68,
    78,     3,   614,   615,    73,     7,   508,    27,   710,   576,
    77,   577,   578,    78,    79,   572,    68,    77,   576,   531,
   532,    73,    69,    70,    71,   533,    60,    61,   755,   582,
   532,    83,    79,   557,   542,   592,   568,   569,    77,     1,
    60,    61,     4,     5,     6,     7,    60,    61,   572,    51,
    12,    13,    14,    83,   562,    78,   580,    78,    60,   583,
    77,   573,   674,    83,    10,    27,    28,    77,   592,    31,
    69,    70,    71,    64,   576,    37,    83,   462,    78,    79,
    79,   573,   866,     1,    77,     3,     4,     5,     6,     7,
   874,   573,    10,    27,    12,    13,    14,     9,    60,    61,
    49,    50,    51,    52,    53,    84,    68,    90,    91,   811,
    28,    73,    78,    60,   622,    37,    78,    77,    79,    77,
    82,    83,    79,   805,   826,    79,   828,   680,    79,    77,
    39,   697,    77,     1,     6,     7,     4,     5,     6,     7,
    12,    13,    14,    39,    12,    13,    14,    77,    77,   534,
    68,    77,    77,    84,   662,    73,    84,   710,    77,    77,
    28,   546,   670,    83,    64,   689,    64,    77,   721,    77,
     1,    60,   680,     4,     5,     6,     7,     4,     5,     6,
     7,    12,    13,    14,    37,    12,    13,    14,   680,    84,
    55,    56,    79,    58,    59,    60,    61,    28,   680,    82,
    68,    28,   710,    33,    84,    73,   759,    78,    82,   725,
   763,   777,    77,    77,   722,    83,    78,   770,   730,   731,
   605,     3,   779,   608,    78,    39,     5,     6,     7,   731,
    64,    60,   785,    12,    13,    14,    84,    68,    79,   792,
    39,    68,    73,    39,    79,    82,    73,    64,    39,   802,
    82,    78,    83,    77,    37,   779,    31,    79,   811,    84,
    64,    36,    37,    38,   649,    40,    41,    42,    43,    44,
    45,    46,    47,    48,    49,    50,    51,    52,    53,   664,
     1,    79,   667,     4,     5,     6,     7,    39,    60,    60,
    60,    12,    13,    14,    39,     7,    39,   682,    78,    16,
   685,    78,   855,   811,    78,    78,    60,    28,    64,    55,
    56,   696,    58,    59,    60,    61,    79,     1,    78,     3,
     4,     5,     6,     7,     8,     9,    60,    11,    12,    13,
    14,    15,   717,    17,    18,    19,    20,    21,    22,    23,
    24,    25,    26,    27,    28,    29,    78,    68,    32,    77,
    34,    35,    73,    17,    78,    77,     9,    41,   743,    78,
    44,    77,    83,    77,    60,    49,    50,    51,    78,    78,
    78,    55,    56,    78,    77,    82,    60,    61,    77,     0,
    78,    65,     0,    67,    68,    78,     3,   762,    72,    73,
   305,   614,    76,   269,    78,    79,    80,    81,    77,    83,
   662,   786,   605,     1,   310,     3,     4,     5,     6,     7,
     8,     9,   797,    11,    12,    13,    14,    15,   331,    17,
    18,    19,    20,    21,    22,    23,    24,    25,    26,    27,
    28,    29,   540,   327,    32,   204,    34,    35,   614,   325,
   544,   856,   811,    41,   811,   858,    44,   383,   392,   392,
   524,    49,    50,    51,    58,   504,   578,    55,    56,   697,
   694,   497,    60,    61,   280,   474,   479,    65,   689,    67,
    68,   388,   388,   550,    72,    73,   631,    -1,    76,   348,
    78,    -1,    80,    81,     1,    83,     3,     4,    -1,    -1,
    -1,     8,     9,    -1,    11,    -1,    -1,    -1,    15,    -1,
    17,    18,    19,    20,    21,    22,    23,    24,    25,    26,
    27,    -1,    29,    -1,    -1,    32,    -1,    34,    35,    -1,
    -1,    -1,    -1,    -1,    41,    -1,    -1,    44,    -1,    -1,
    -1,    -1,    49,    50,    51,    -1,    -1,    -1,    55,    56,
    -1,    -1,    -1,    60,    61,    -1,    -1,    -1,    65,    -1,
    67,    68,    -1,    -1,    -1,    72,    73,    -1,    -1,    76,
    -1,    78,    79,    80,    81,     1,    83,     3,     4,    -1,
    -1,    -1,     8,     9,    -1,    11,    -1,    -1,    -1,    15,
    -1,    17,    18,    19,    20,    21,    22,    23,    24,    25,
    26,    27,    -1,    29,    -1,    -1,    32,    -1,    34,    35,
    -1,    -1,    -1,    -1,    -1,    41,    -1,    -1,    44,    -1,
    -1,    -1,    -1,    49,    50,    51,    -1,    -1,    -1,    55,
    56,    -1,    -1,    -1,    60,    61,    -1,    -1,    -1,    65,
    -1,    67,    68,    -1,    -1,    -1,    72,    73,    -1,    -1,
    76,    -1,    78,    79,    80,    81,     1,    83,     3,     4,
    -1,    -1,    -1,     8,     9,    -1,    11,    -1,    -1,    -1,
    15,    -1,    17,    18,    19,    20,    21,    22,    23,    24,
    25,    26,    27,    -1,    29,    -1,    -1,    32,    -1,    34,
    35,    -1,    -1,    -1,    -1,    -1,    41,    -1,    -1,    44,
    -1,    -1,    -1,    -1,    49,    50,    51,    -1,    -1,    -1,
    55,    56,    -1,    -1,    -1,    60,    61,    -1,    -1,    -1,
    65,    -1,    67,    68,    -1,    -1,    -1,    72,    73,    -1,
    -1,    76,    -1,    78,    -1,    80,    81,     1,    83,     3,
     4,    -1,    -1,    -1,     8,     9,    -1,    11,    -1,    -1,
    -1,    15,    -1,    17,    18,    19,    20,    21,    22,    23,
    24,    25,    26,    27,    -1,    29,    -1,    -1,    32,    -1,
    34,    35,    -1,    -1,    -1,    -1,    -1,    41,    -1,    -1,
    44,    -1,    -1,    -1,    -1,    49,    50,    51,    -1,    -1,
    -1,    55,    56,    -1,    -1,    -1,    60,    61,    -1,    -1,
    -1,    65,    -1,    67,    68,    -1,    -1,    -1,    72,    73,
    -1,    -1,    76,    -1,    78,    -1,    80,    81,     1,    83,
     3,     4,    -1,     6,     7,     8,     9,    -1,    11,    12,
    13,    14,    41,    42,    43,    44,    45,    46,    47,    48,
    49,    50,    51,    52,    53,    28,    29,    -1,    -1,    32,
    -1,    34,    35,    -1,    -1,    -1,    -1,    -1,    41,    -1,
    -1,    44,    -1,    -1,    -1,    -1,    49,    50,    51,    -1,
    -1,    -1,    55,    56,    -1,    -1,    -1,    60,    61,    -1,
    -1,    -1,    65,    -1,    67,    68,    -1,    -1,    -1,    72,
    73,    -1,    -1,    76,    -1,    -1,    -1,    80,    81,     1,
    83,     3,     4,    -1,    -1,    -1,     8,     9,    38,    11,
    40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
    50,    51,    52,    53,    -1,    -1,    -1,    29,    -1,    -1,
    32,    -1,    34,    35,    -1,    -1,    -1,    -1,    -1,    41,
    -1,    -1,    44,    -1,    -1,    -1,    -1,    49,    50,    51,
    -1,    -1,    -1,    55,    56,    -1,    -1,    59,    60,    61,
    -1,    -1,    -1,    65,    -1,    67,    68,    -1,    -1,    -1,
    72,    73,    -1,    -1,    76,    -1,    -1,    79,    80,    81,
     1,    83,     3,     4,    -1,    -1,    -1,     8,     9,    -1,
    11,    42,    43,    44,    45,    46,    47,    48,    49,    50,
    51,    52,    53,    -1,    -1,    -1,    -1,    -1,    29,    -1,
    -1,    32,    -1,    34,    35,    -1,    -1,    -1,    -1,    -1,
    41,    -1,    -1,    44,    -1,    -1,    -1,    -1,    49,    50,
    51,    -1,    -1,    -1,    55,    56,    -1,    -1,    59,    60,
    61,    -1,    -1,    -1,    65,    -1,    67,    68,    -1,    -1,
    -1,    72,    73,    -1,    -1,    76,    -1,    -1,    79,    80,
    81,     1,    83,     3,     4,    -1,    -1,    -1,     8,     9,
    -1,    11,    43,    44,    45,    46,    47,    48,    49,    50,
    51,    52,    53,    -1,    -1,    -1,    -1,    -1,    -1,    29,
    -1,    -1,    32,    -1,    34,    35,    -1,    -1,    -1,    -1,
    -1,    41,    -1,    -1,    44,    -1,    -1,    -1,    -1,    49,
    50,    51,    -1,    -1,    -1,    55,    56,    -1,    -1,    59,
    60,    61,    -1,    -1,    -1,    65,    -1,    67,    68,    -1,
    -1,    -1,    72,    73,    -1,    -1,    76,     1,    -1,     3,
    80,    81,    -1,    83,     8,     9,     1,    11,    -1,     4,
     5,     6,     7,    -1,    -1,    -1,    -1,    12,    13,    14,
    -1,    -1,    -1,    -1,    -1,    29,    -1,    -1,    32,    -1,
    34,    35,    27,    28,    -1,    -1,    31,    41,    -1,    -1,
    44,    -1,    37,    -1,    -1,    49,    50,    51,    -1,    -1,
    -1,    55,    56,    -1,    -1,    -1,    60,    61,    -1,    -1,
    -1,    65,    -1,    67,    -1,    -1,    -1,    -1,    72,    -1,
    -1,    -1,    76,    68,    -1,    -1,    80,    81,    73,    83,
    -1,    -1,    -1,    78,     3,    -1,    -1,    82,    83,     8,
     9,     1,    11,    -1,     4,    -1,     6,     7,    -1,    -1,
    -1,    -1,    12,    13,    14,    -1,    -1,    -1,    -1,    -1,
    29,    -1,    -1,    32,    -1,    34,    35,    -1,    28,    -1,
    -1,    -1,    41,    -1,    -1,    44,    -1,    -1,    -1,    -1,
    49,    50,    51,    -1,    -1,    -1,    55,    56,    -1,    -1,
    -1,    60,    61,    -1,     3,    -1,    65,    -1,    67,     8,
     9,    -1,    11,    72,    -1,    -1,    -1,    76,    68,    -1,
    -1,    80,    81,    73,    -1,    84,    -1,    -1,    78,    79,
    29,    -1,    -1,    32,    -1,    34,    35,    -1,    -1,    -1,
    -1,    -1,    41,    -1,    -1,    44,    -1,    -1,    -1,    -1,
    49,    50,    51,    -1,    -1,    -1,    55,    56,    -1,    -1,
    -1,    60,    61,    -1,     3,    -1,    65,    -1,    67,     8,
     9,    -1,    11,    72,    -1,    -1,    -1,    76,    -1,    -1,
    -1,    80,    81,    -1,    -1,    84,    -1,    -1,    -1,    -1,
    29,    -1,    -1,    32,    -1,    34,    35,    -1,    -1,    -1,
    -1,    -1,    41,    -1,    -1,    44,    -1,    -1,    -1,    -1,
    49,    50,    51,    -1,    -1,    -1,    55,    56,    -1,    -1,
    -1,    60,    61,    -1,     3,    -1,    65,    -1,    67,     8,
     9,    -1,    11,    72,    -1,    -1,    -1,    76,    -1,    -1,
    -1,    80,    81,    -1,    -1,    84,    -1,    -1,    -1,    -1,
    29,    -1,    -1,    32,    -1,    34,    35,    -1,    -1,    -1,
    -1,    -1,    41,    -1,    -1,    44,    -1,    -1,    -1,    -1,
    49,    50,    51,    -1,    -1,    -1,    55,    56,    -1,    -1,
    -1,    60,    61,    -1,     3,    -1,    65,    -1,    67,     8,
     9,    -1,    11,    72,    -1,    -1,    -1,    76,    -1,    -1,
    -1,    80,    81,    -1,    -1,    84,    -1,    -1,    -1,    -1,
    29,    -1,    -1,    32,    -1,    34,    35,    -1,    -1,    -1,
    -1,    -1,    41,    -1,    -1,    44,    -1,    -1,    -1,    -1,
    49,    50,    51,    -1,    -1,    -1,    55,    56,    -1,    -1,
    -1,    60,    61,    -1,    -1,    -1,    65,    -1,    67,    -1,
    -1,    -1,    -1,    72,    -1,    -1,    -1,    76,    -1,    -1,
    -1,    80,    81,    -1,    -1,    84,     3,     4,     5,     6,
     7,     8,     9,    -1,    11,    12,    13,    14,    15,    -1,
    17,    18,    19,    20,    21,    22,    23,    24,    25,    26,
    27,    28,    29,    -1,    -1,    32,    -1,    34,    35,    -1,
    -1,    -1,    -1,    -1,    41,    -1,    -1,    44,    -1,    -1,
    -1,    -1,    49,    50,    51,    -1,    -1,    -1,    55,    56,
    -1,    -1,    -1,    60,    61,    -1,    -1,    -1,    65,    -1,
    67,    68,    -1,    -1,    -1,    72,    73,    -1,    -1,    76,
    -1,    78,    -1,    80,    81,    -1,    83,     3,     4,    -1,
    -1,    -1,     8,     9,    -1,    11,    -1,    -1,    -1,    15,
    -1,    17,    18,    19,    20,    21,    22,    23,    24,    25,
    26,    27,     4,    29,     6,     7,    32,    -1,    34,    35,
    12,    13,    14,    -1,    -1,    41,    -1,    -1,    44,    -1,
    -1,    -1,    -1,    49,    50,    51,    28,    -1,    -1,    55,
    56,    -1,     3,    -1,    60,    61,    -1,     8,     9,    65,
    11,    67,    68,    -1,    -1,    -1,    72,    73,    -1,    -1,
    76,    -1,    78,    -1,    80,    81,    -1,    83,    29,    -1,
    -1,    32,    -1,    34,    35,    -1,    68,    -1,    -1,    -1,
    41,    73,    -1,    44,    -1,    -1,    78,    79,    49,    50,
    51,    -1,    -1,    -1,    55,    56,    -1,    -1,    -1,    60,
    61,    -1,    -1,    -1,    65,    -1,    67,    -1,    -1,    -1,
    -1,    72,    -1,    -1,    -1,    76,    -1,    -1,    -1,    80,
    81,    -1,    83,     3,     4,    -1,     6,     7,    -1,    -1,
    -1,    11,    12,    13,    14,    15,    16,    17,    18,    19,
    20,    21,    22,    23,    24,    25,    26,    27,    28,    29,
    47,    48,    49,    50,    51,    52,    53,     3,     4,    39,
     6,     7,     8,     9,    -1,    11,    12,    13,    14,    44,
    45,    46,    47,    48,    49,    50,    51,    52,    53,    -1,
    -1,    -1,    28,    29,    -1,    -1,    32,    -1,    34,    35,
    -1,    -1,    -1,    73,    -1,    41,    -1,    -1,    44,    -1,
    -1,    -1,    82,    49,    50,    51,    -1,    -1,    -1,    55,
    56,    -1,     3,    -1,    60,    61,    -1,     8,     9,    65,
    11,    67,    68,    -1,    -1,    -1,    72,    73,    -1,    -1,
    76,    -1,    -1,    -1,    80,    81,    -1,     4,    29,     6,
     7,    32,    -1,    34,    35,    12,    13,    14,    -1,    -1,
    41,    -1,    -1,    44,    -1,    -1,    -1,    -1,    49,    50,
    51,    28,    -1,    -1,    55,    56,    -1,     3,    -1,    60,
    61,    -1,     8,     9,    65,    11,    67,    68,    -1,    -1,
    -1,    72,    -1,    -1,    -1,    76,    -1,    -1,    -1,    80,
    81,    -1,    -1,    29,    -1,    -1,    32,    -1,    34,    35,
    -1,    68,    -1,    -1,    -1,    41,    73,    -1,    44,    -1,
    -1,    -1,    -1,    49,    50,    51,    -1,    -1,    -1,    55,
    56,    -1,     3,    -1,    60,    61,    -1,     8,     9,    65,
    11,    67,    -1,    -1,    -1,    -1,    72,    -1,    -1,    -1,
    76,    -1,    78,    -1,    80,    81,    -1,    -1,    29,    -1,
    -1,    32,    -1,    34,    35,    -1,     3,    -1,    -1,    -1,
    41,     8,     9,    44,    11,    -1,    -1,    -1,    49,    50,
    51,    -1,    -1,    -1,    55,    56,    -1,    -1,    -1,    60,
    61,    -1,    29,    -1,    65,    32,    67,    34,    35,    -1,
    -1,    72,    -1,    -1,    41,    76,    -1,    44,    -1,    80,
    81,    -1,    49,    50,    51,    -1,    -1,    -1,    55,    56,
    -1,     3,    -1,    60,    61,    -1,     8,     9,    65,    11,
    67,    -1,    -1,    -1,    -1,    72,    -1,    -1,    -1,    76,
    -1,    -1,    -1,    80,    81,    -1,    -1,    29,    -1,    -1,
    32,    -1,    34,    35,    -1,     3,    -1,    -1,    -1,    41,
     8,     9,    44,    11,    -1,    -1,    -1,    49,    50,    51,
    -1,    -1,    -1,    55,    56,    -1,    -1,    -1,    60,    61,
    -1,    29,    -1,    65,    32,    67,    34,    35,    -1,    -1,
    72,    -1,    -1,    41,    76,    -1,    44,    -1,    80,    81,
    -1,    49,    50,    51,    -1,    -1,    -1,    55,    56,    -1,
    -1,    -1,    60,    61,    -1,    -1,    -1,    65,    -1,    67,
    -1,    -1,    -1,    -1,    72,    -1,    -1,    -1,    76,    -1,
    -1,     1,    80,    81,     4,    -1,     6,     7,    -1,    -1,
    -1,    -1,    12,    13,    14,    -1,    -1,    -1,     1,    -1,
    -1,     4,    -1,     6,     7,    -1,    -1,    -1,    28,    12,
    13,    14,    45,    46,    47,    48,    49,    50,    51,    52,
    53,    -1,    -1,    -1,    -1,    28,    -1,    -1,    -1,     1,
    -1,     3,     4,     5,     6,     7,    -1,    -1,    -1,    -1,
    12,    13,    14,    -1,    -1,    -1,    -1,    -1,    68,    69,
    70,    71,    -1,    73,    -1,    27,    28,    -1,    78,    79,
    -1,    -1,    -1,    -1,    -1,    68,    69,    70,    71,    -1,
    73,    -1,    -1,    -1,    -1,    78,    79,    49,    50,    51,
    46,    47,    48,    49,    50,    51,    52,    53,    60,    -1,
    62,    63,    64,    -1,    -1,    -1,    68,    -1,    -1,    -1,
    72,    73,    74,    75,    -1,     1,    78,     3,     4,     5,
     6,     7,    -1,    -1,    -1,    -1,    12,    13,    14,    -1,
    -1,    -1,    -1,    -1,     1,    -1,     3,     4,     5,     6,
     7,    -1,    28,    -1,    -1,    12,    13,    14,    -1,    -1,
    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
    -1,    28,    -1,    49,    50,    51,    -1,     1,    -1,    -1,
     4,     5,     6,     7,    60,    -1,    10,    -1,    12,    13,
    14,    -1,    68,    -1,    51,    -1,    -1,    73,     4,     5,
     6,     7,    78,    60,    28,    -1,    12,    13,    14,    -1,
    -1,    68,    -1,    -1,    -1,    -1,    73,     4,     5,     6,
     7,    78,    28,    -1,    -1,    12,    13,    14,     4,     5,
     6,     7,    -1,    -1,    -1,    -1,    12,    13,    14,    -1,
    -1,    28,    -1,    -1,    68,    -1,    -1,    -1,    -1,    73,
    -1,    -1,    28,    77,    -1,    -1,    -1,    -1,    -1,    -1,
    -1,    -1,    68,    -1,    -1,    -1,    -1,    73,    -1,    -1,
    -1,    -1,    78,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
    -1,    68,    -1,    -1,    -1,    -1,    73,    -1,    -1,    -1,
    -1,    78,    68,    -1,    -1,     3,     4,    73,     6,     7,
    -1,    -1,    78,    11,    12,    13,    14,    15,    16,    17,
    18,    19,    20,    21,    22,    23,    24,    25,    26,    27,
    28,    29,    -1,    -1,     3,     4,    -1,     6,     7,    -1,
    -1,    39,    11,    12,    13,    14,    15,    16,    17,    18,
    19,    20,    21,    22,    23,    24,    25,    26,    27,    28,
    29,    -1,    60,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
    39,    -1,    -1,     3,     4,    73,     6,     7,    -1,    -1,
    -1,    11,    12,    13,    14,    15,    16,    17,    18,    19,
    20,    21,    22,    23,    24,    25,    26,    27,    28,    29,
    -1,    -1,     3,     4,    73,     6,     7,    -1,    -1,    39,
    11,    12,    13,    14,    15,    16,    17,    18,    19,    20,
    21,    22,    23,    24,    25,    26,    27,    28,    29,    -1,
     3,     4,     5,     6,     7,    -1,    -1,    -1,    39,    12,
    13,    14,     4,    73,     6,     7,    -1,    -1,    -1,    -1,
    12,    13,    14,    -1,    -1,    28,    -1,    -1,    -1,     4,
     5,     6,     7,    -1,    -1,    10,    28,    12,    13,    14,
    -1,    -1,    73,    -1,    -1,    -1,    -1,    -1,    51,    -1,
    -1,    -1,    -1,    28,    -1,    -1,    -1,    60,    61,    51,
    -1,    -1,    -1,    -1,    -1,    68,    -1,    -1,    60,    61,
    73,    -1,    -1,    -1,    -1,    -1,    68,     4,     5,     6,
     7,    73,    -1,    10,    -1,    12,    13,    14,    -1,    -1,
    -1,    -1,    -1,    68,     4,     5,     6,     7,    73,    -1,
    -1,    28,    12,    13,    14,    -1,    -1,    -1,    -1,    -1,
    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    28,    36,
    37,    38,    39,    40,    41,    42,    43,    44,    45,    46,
    47,    48,    49,    50,    51,    52,    53,    -1,    10,    -1,
    -1,    68,    -1,    -1,    -1,    -1,    73,    -1,    -1,    -1,
    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    68,    -1,
    -1,    -1,    -1,    73,    36,    37,    38,    39,    40,    41,
    42,    43,    44,    45,    46,    47,    48,    49,    50,    51,
    52,    53,    36,    37,    38,    -1,    40,    41,    42,    43,
    44,    45,    46,    47,    48,    49,    50,    51,    52,    53
};
/* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
#line 3 "/usr/local/lib/bison.simple"

/* Skeleton output parser for bison,
   Copyright (C) 1984, 1989, 1990 Bob Corbett and Richard Stallman

   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
   the Free Software Foundation; either version 1, or (at your option)
   any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */


#ifndef alloca
#ifdef __GNUC__
#define alloca __builtin_alloca
#else /* not GNU C.  */
#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi)
#include <alloca.h>
#else /* not sparc */
#if defined (MSDOS) && !defined (__TURBOC__)
#include <malloc.h>
#else /* not MSDOS, or __TURBOC__ */
#if defined(_AIX)
#include <malloc.h>
 #pragma alloca
#else /* not MSDOS, __TURBOC__, or _AIX */
#ifdef __hpux
#ifdef __cplusplus
extern "C" {
void *alloca (unsigned int);
};
#else /* not __cplusplus */
void *alloca ();
#endif /* not __cplusplus */
#endif /* __hpux */
#endif /* not _AIX */
#endif /* not MSDOS, or __TURBOC__ */
#endif /* not sparc.  */
#endif /* not GNU C.  */
#endif /* alloca not defined.  */

/* This is the parser code that is written into each bison parser
  when the %semantic_parser declaration is not specified in the grammar.
  It was written by Richard Stallman by simplifying the hairy parser
  used when %semantic_parser is specified.  */

/* Note: there must be only one dollar sign in this file.
   It is replaced by the list of actions, each action
   as one case of the switch.  */

#define yyerrok		(yyerrstatus = 0)
#define yyclearin	(yychar = YYEMPTY)
#define YYEMPTY		-2
#define YYEOF		0
#define YYACCEPT	return(0)
#define YYABORT 	return(1)
#define YYERROR		goto yyerrlab1
/* Like YYERROR except do call yyerror.
   This remains here temporarily to ease the
   transition to the new meaning of YYERROR, for GCC.
   Once GCC version 2 has supplanted version 1, this can go.  */
#define YYFAIL		goto yyerrlab
#define YYRECOVERING()  (!!yyerrstatus)
#define YYBACKUP(token, value) \
do								\
  if (yychar == YYEMPTY && yylen == 1)				\
    { yychar = (token), yylval = (value);			\
      yychar1 = YYTRANSLATE (yychar);				\
      YYPOPSTACK;						\
      goto yybackup;						\
    }								\
  else								\
    { yyerror ("syntax error: cannot back up"); YYERROR; }	\
while (0)

#define YYTERROR	1
#define YYERRCODE	256

#ifndef YYPURE
#define YYLEX		yylex()
#endif

#ifdef YYPURE
#ifdef YYLSP_NEEDED
#define YYLEX		yylex(&yylval, &yylloc)
#else
#define YYLEX		yylex(&yylval)
#endif
#endif

/* If nonreentrant, generate the variables here */

#ifndef YYPURE

int	yychar;			/*  the lookahead symbol		*/
YYSTYPE	yylval;			/*  the semantic value of the		*/
				/*  lookahead symbol			*/

#ifdef YYLSP_NEEDED
YYLTYPE yylloc;			/*  location data for the lookahead	*/
				/*  symbol				*/
#endif

int yynerrs;			/*  number of parse errors so far       */
#endif  /* not YYPURE */

#if YYDEBUG != 0
int yydebug;			/*  nonzero means print parse trace	*/
/* Since this is uninitialized, it does not stop multiple parsers
   from coexisting.  */
#endif

/*  YYINITDEPTH indicates the initial size of the parser's stacks	*/

#ifndef	YYINITDEPTH
#define YYINITDEPTH 200
#endif

/*  YYMAXDEPTH is the maximum size the stacks can grow to
    (effective only if the built-in stack extension method is used).  */

#if YYMAXDEPTH == 0
#undef YYMAXDEPTH
#endif

#ifndef YYMAXDEPTH
#define YYMAXDEPTH 10000
#endif

/* Prevent warning if -Wstrict-prototypes.  */
#ifdef __GNUC__
int yyparse (void);
#endif

#if __GNUC__ > 1		/* GNU C and GNU C++ define this.  */
#define __yy_bcopy(FROM,TO,COUNT)	__builtin_memcpy(TO,FROM,COUNT)
#else				/* not GNU C or C++ */
#ifndef __cplusplus

/* This is the most reliable way to avoid incompatibilities
   in available built-in functions on various systems.  */
static void
__yy_bcopy (from, to, count)
     char *from;
     char *to;
     int count;
{
  register char *f = from;
  register char *t = to;
  register int i = count;

  while (i-- > 0)
    *t++ = *f++;
}

#else /* __cplusplus */

/* This is the most reliable way to avoid incompatibilities
   in available built-in functions on various systems.  */
static void
__yy_bcopy (char *from, char *to, int count)
{
  register char *f = from;
  register char *t = to;
  register int i = count;

  while (i-- > 0)
    *t++ = *f++;
}

#endif
#endif

#line 184 "/usr/local/lib/bison.simple"

/* The user can define YYPARSE_PARAM as the name of an argument to be passed
   into yyparse.  The argument should have type void *.
   It should actually point to an object.
   Grammar actions can access the variable by casting it
   to the proper pointer type.  */

#ifdef YYPARSE_PARAM
#define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
#else
#define YYPARSE_PARAM
#define YYPARSE_PARAM_DECL
#endif

int
yyparse(YYPARSE_PARAM)
     YYPARSE_PARAM_DECL
{
  register int yystate;
  register int yyn;
  register short *yyssp;
  register YYSTYPE *yyvsp;
  int yyerrstatus;	/*  number of tokens to shift before error messages enabled */
  int yychar1 = 0;		/*  lookahead token as an internal (translated) token number */

  short	yyssa[YYINITDEPTH];	/*  the state stack			*/
  YYSTYPE yyvsa[YYINITDEPTH];	/*  the semantic value stack		*/

  short *yyss = yyssa;		/*  refer to the stacks thru separate pointers */
  YYSTYPE *yyvs = yyvsa;	/*  to allow yyoverflow to reallocate them elsewhere */

#ifdef YYLSP_NEEDED
  YYLTYPE yylsa[YYINITDEPTH];	/*  the location stack			*/
  YYLTYPE *yyls = yylsa;
  YYLTYPE *yylsp;

#define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
#else
#define YYPOPSTACK   (yyvsp--, yyssp--)
#endif

  int yystacksize = YYINITDEPTH;

#ifdef YYPURE
  int yychar;
  YYSTYPE yylval;
  int yynerrs;
#ifdef YYLSP_NEEDED
  YYLTYPE yylloc;
#endif
#endif

  YYSTYPE yyval;		/*  the variable used to return		*/
				/*  semantic values from the action	*/
				/*  routines				*/

  int yylen;

#if YYDEBUG != 0
  if (yydebug)
    fprintf(stderr, "Starting parse\n");
#endif

  yystate = 0;
  yyerrstatus = 0;
  yynerrs = 0;
  yychar = YYEMPTY;		/* Cause a token to be read.  */

  /* Initialize stack pointers.
     Waste one element of value and location stack
     so that they stay on the same level as the state stack.
     The wasted elements are never initialized.  */

  yyssp = yyss - 1;
  yyvsp = yyvs;
#ifdef YYLSP_NEEDED
  yylsp = yyls;
#endif

/* Push a new state, which is found in  yystate  .  */
/* In all cases, when you get here, the value and location stacks
   have just been pushed. so pushing a state here evens the stacks.  */
yynewstate:

  *++yyssp = yystate;

  if (yyssp >= yyss + yystacksize - 1)
    {
      /* Give user a chance to reallocate the stack */
      /* Use copies of these so that the &'s don't force the real ones into memory. */
      YYSTYPE *yyvs1 = yyvs;
      short *yyss1 = yyss;
#ifdef YYLSP_NEEDED
      YYLTYPE *yyls1 = yyls;
#endif

      /* Get the current used size of the three stacks, in elements.  */
      int size = yyssp - yyss + 1;

#ifdef yyoverflow
      /* Each stack pointer address is followed by the size of
	 the data in use in that stack, in bytes.  */
#ifdef YYLSP_NEEDED
      /* This used to be a conditional around just the two extra args,
	 but that might be undefined if yyoverflow is a macro.  */
      yyoverflow("parser stack overflow",
		 &yyss1, size * sizeof (*yyssp),
		 &yyvs1, size * sizeof (*yyvsp),
		 &yyls1, size * sizeof (*yylsp),
		 &yystacksize);
#else
      yyoverflow("parser stack overflow",
		 &yyss1, size * sizeof (*yyssp),
		 &yyvs1, size * sizeof (*yyvsp),
		 &yystacksize);
#endif

      yyss = yyss1; yyvs = yyvs1;
#ifdef YYLSP_NEEDED
      yyls = yyls1;
#endif
#else /* no yyoverflow */
      /* Extend the stack our own way.  */
      if (yystacksize >= YYMAXDEPTH)
	{
	  yyerror("parser stack overflow");
	  return 2;
	}
      yystacksize *= 2;
      if (yystacksize > YYMAXDEPTH)
	yystacksize = YYMAXDEPTH;
      yyss = (short *) alloca (yystacksize * sizeof (*yyssp));
      __yy_bcopy ((char *)yyss1, (char *)yyss, size * sizeof (*yyssp));
      yyvs = (YYSTYPE *) alloca (yystacksize * sizeof (*yyvsp));
      __yy_bcopy ((char *)yyvs1, (char *)yyvs, size * sizeof (*yyvsp));
#ifdef YYLSP_NEEDED
      yyls = (YYLTYPE *) alloca (yystacksize * sizeof (*yylsp));
      __yy_bcopy ((char *)yyls1, (char *)yyls, size * sizeof (*yylsp));
#endif
#endif /* no yyoverflow */

      yyssp = yyss + size - 1;
      yyvsp = yyvs + size - 1;
#ifdef YYLSP_NEEDED
      yylsp = yyls + size - 1;
#endif

#if YYDEBUG != 0
      if (yydebug)
	fprintf(stderr, "Stack size increased to %d\n", yystacksize);
#endif

      if (yyssp >= yyss + yystacksize - 1)
	YYABORT;
    }

#if YYDEBUG != 0
  if (yydebug)
    fprintf(stderr, "Entering state %d\n", yystate);
#endif

  goto yybackup;
 yybackup:

/* Do appropriate processing given the current state.  */
/* Read a lookahead token if we need one and don't already have one.  */
/* yyresume: */

  /* First try to decide what to do without reference to lookahead token.  */

  yyn = yypact[yystate];
  if (yyn == YYFLAG)
    goto yydefault;

  /* Not known => get a lookahead token if don't already have one.  */

  /* yychar is either YYEMPTY or YYEOF
     or a valid token in external form.  */

  if (yychar == YYEMPTY)
    {
#if YYDEBUG != 0
      if (yydebug)
	fprintf(stderr, "Reading a token: ");
#endif
      yychar = YYLEX;
    }

  /* Convert token to internal form (in yychar1) for indexing tables with */

  if (yychar <= 0)		/* This means end of input. */
    {
      yychar1 = 0;
      yychar = YYEOF;		/* Don't call YYLEX any more */

#if YYDEBUG != 0
      if (yydebug)
	fprintf(stderr, "Now at end of input.\n");
#endif
    }
  else
    {
      yychar1 = YYTRANSLATE(yychar);

#if YYDEBUG != 0
      if (yydebug)
	{
	  fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
	  /* Give the individual parser a way to print the precise meaning
	     of a token, for further debugging info.  */
#ifdef YYPRINT
	  YYPRINT (stderr, yychar, yylval);
#endif
	  fprintf (stderr, ")\n");
	}
#endif
    }

  yyn += yychar1;
  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
    goto yydefault;

  yyn = yytable[yyn];

  /* yyn is what to do for this token type in this state.
     Negative => reduce, -yyn is rule number.
     Positive => shift, yyn is new state.
       New state is final state => don't bother to shift,
       just return success.
     0, or most negative number => error.  */

  if (yyn < 0)
    {
      if (yyn == YYFLAG)
	goto yyerrlab;
      yyn = -yyn;
      goto yyreduce;
    }
  else if (yyn == 0)
    goto yyerrlab;

  if (yyn == YYFINAL)
    YYACCEPT;

  /* Shift the lookahead token.  */

#if YYDEBUG != 0
  if (yydebug)
    fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
#endif

  /* Discard the token being shifted unless it is eof.  */
  if (yychar != YYEOF)
    yychar = YYEMPTY;

  *++yyvsp = yylval;
#ifdef YYLSP_NEEDED
  *++yylsp = yylloc;
#endif

  /* count tokens shifted since error; after three, turn off error status.  */
  if (yyerrstatus) yyerrstatus--;

  yystate = yyn;
  goto yynewstate;

/* Do the default action for the current state.  */
yydefault:

  yyn = yydefact[yystate];
  if (yyn == 0)
    goto yyerrlab;

/* Do a reduction.  yyn is the number of a rule to reduce with.  */
yyreduce:
  yylen = yyr2[yyn];
  if (yylen > 0)
    yyval = yyvsp[1-yylen]; /* implement default value of the action */

#if YYDEBUG != 0
  if (yydebug)
    {
      int i;

      fprintf (stderr, "Reducing via rule %d (line %d), ",
	       yyn, yyrline[yyn]);

      /* Print the symbols being reduced, and their result.  */
      for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
	fprintf (stderr, "%s ", yytname[yyrhs[i]]);
      fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
    }
#endif


  switch (yyn) {

case 1:
#line 229 "objc-parse.y"
{ if (pedantic)
		    pedwarn ("ANSI C forbids an empty source file");
		  objc_finish ();
		;
    break;}
case 2:
#line 234 "objc-parse.y"
{
		  /* In case there were missing closebraces,
		     get us back to the global binding level.  */
		  while (! global_bindings_p ())
		    poplevel (0, 0, 0);
		  objc_finish ();
		;
    break;}
case 3:
#line 248 "objc-parse.y"
{yyval.ttype = NULL_TREE; ;
    break;}
case 5:
#line 249 "objc-parse.y"
{yyval.ttype = NULL_TREE; ;
    break;}
case 10:
#line 257 "objc-parse.y"
{ STRIP_NOPS (yyvsp[-2].ttype);
		  if ((TREE_CODE (yyvsp[-2].ttype) == ADDR_EXPR
		       && TREE_CODE (TREE_OPERAND (yyvsp[-2].ttype, 0)) == STRING_CST)
		      || TREE_CODE (yyvsp[-2].ttype) == STRING_CST)
		    assemble_asm (yyvsp[-2].ttype);
		  else
		    error ("argument of `asm' is not a constant string"); ;
    break;}
case 11:
#line 268 "objc-parse.y"
{ if (pedantic)
		    error ("ANSI C forbids data definition with no type or storage class");
		  else if (!flag_traditional)
		    warning ("data definition has no type or storage class"); ;
    break;}
case 12:
#line 273 "objc-parse.y"
{;
    break;}
case 13:
#line 275 "objc-parse.y"
{;
    break;}
case 14:
#line 277 "objc-parse.y"
{ pedwarn ("empty declaration"); ;
    break;}
case 15:
#line 279 "objc-parse.y"
{ shadow_tag (yyvsp[-1].ttype); ;
    break;}
case 18:
#line 283 "objc-parse.y"
{ if (pedantic)
		    pedwarn ("ANSI C does not allow extra `;' outside of a function"); ;
    break;}
case 19:
#line 289 "objc-parse.y"
{ if (! start_function (yyvsp[-2].ttype, yyvsp[0].ttype, 0))
		    YYERROR1;
		  reinit_parse_for_function (); ;
    break;}
case 20:
#line 293 "objc-parse.y"
{ store_parm_decls (); ;
    break;}
case 21:
#line 295 "objc-parse.y"
{ finish_function (0); ;
    break;}
case 22:
#line 297 "objc-parse.y"
{ ;
    break;}
case 23:
#line 299 "objc-parse.y"
{ if (! start_function (yyvsp[-2].ttype, yyvsp[0].ttype, 0))
		    YYERROR1;
		  reinit_parse_for_function (); ;
    break;}
case 24:
#line 303 "objc-parse.y"
{ store_parm_decls (); ;
    break;}
case 25:
#line 305 "objc-parse.y"
{ finish_function (0); ;
    break;}
case 26:
#line 307 "objc-parse.y"
{ ;
    break;}
case 27:
#line 309 "objc-parse.y"
{ if (! start_function (NULL_TREE, yyvsp[0].ttype, 0))
		    YYERROR1;
		  reinit_parse_for_function (); ;
    break;}
case 28:
#line 313 "objc-parse.y"
{ store_parm_decls (); ;
    break;}
case 29:
#line 315 "objc-parse.y"
{ finish_function (0); ;
    break;}
case 30:
#line 317 "objc-parse.y"
{ ;
    break;}
case 35:
#line 328 "objc-parse.y"
{ yyval.code = ADDR_EXPR; ;
    break;}
case 36:
#line 330 "objc-parse.y"
{ yyval.code = NEGATE_EXPR; ;
    break;}
case 37:
#line 332 "objc-parse.y"
{ yyval.code = CONVERT_EXPR; ;
    break;}
case 38:
#line 334 "objc-parse.y"
{ yyval.code = PREINCREMENT_EXPR; ;
    break;}
case 39:
#line 336 "objc-parse.y"
{ yyval.code = PREDECREMENT_EXPR; ;
    break;}
case 40:
#line 338 "objc-parse.y"
{ yyval.code = BIT_NOT_EXPR; ;
    break;}
case 41:
#line 340 "objc-parse.y"
{ yyval.code = TRUTH_NOT_EXPR; ;
    break;}
case 42:
#line 344 "objc-parse.y"
{ yyval.ttype = build_compound_expr (yyvsp[0].ttype); ;
    break;}
case 43:
#line 349 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
    break;}
case 45:
#line 355 "objc-parse.y"
{ yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
    break;}
case 46:
#line 357 "objc-parse.y"
{ chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
    break;}
case 48:
#line 363 "objc-parse.y"
{ yyval.ttype = build_indirect_ref (yyvsp[0].ttype, "unary *"); ;
    break;}
case 49:
#line 366 "objc-parse.y"
{ yyvsp[0].itype = pedantic;
		  pedantic = 0; ;
    break;}
case 50:
#line 369 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
		  pedantic = yyvsp[-2].itype; ;
    break;}
case 51:
#line 372 "objc-parse.y"
{ yyval.ttype = build_unary_op (yyvsp[-1].code, yyvsp[0].ttype, 0);
		  overflow_warning (yyval.ttype); ;
    break;}
case 52:
#line 376 "objc-parse.y"
{ tree label = lookup_label (yyvsp[0].ttype);
		  if (label == 0)
		    yyval.ttype = null_pointer_node;
		  else
		    {
		      TREE_USED (label) = 1;
		      yyval.ttype = build1 (ADDR_EXPR, ptr_type_node, label);
		      TREE_CONSTANT (yyval.ttype) = 1;
		    }
		;
    break;}
case 53:
#line 402 "objc-parse.y"
{ if (TREE_CODE (yyvsp[0].ttype) == COMPONENT_REF
		      && DECL_BIT_FIELD (TREE_OPERAND (yyvsp[0].ttype, 1)))
		    error ("`sizeof' applied to a bit-field");
		  yyval.ttype = c_sizeof (TREE_TYPE (yyvsp[0].ttype)); ;
    break;}
case 54:
#line 407 "objc-parse.y"
{ yyval.ttype = c_sizeof (groktypename (yyvsp[-1].ttype)); ;
    break;}
case 55:
#line 409 "objc-parse.y"
{ yyval.ttype = c_alignof_expr (yyvsp[0].ttype); ;
    break;}
case 56:
#line 411 "objc-parse.y"
{ yyval.ttype = c_alignof (groktypename (yyvsp[-1].ttype)); ;
    break;}
case 57:
#line 413 "objc-parse.y"
{ yyval.ttype = build_unary_op (REALPART_EXPR, yyvsp[0].ttype, 0); ;
    break;}
case 58:
#line 415 "objc-parse.y"
{ yyval.ttype = build_unary_op (IMAGPART_EXPR, yyvsp[0].ttype, 0); ;
    break;}
case 60:
#line 421 "objc-parse.y"
{ tree type = groktypename (yyvsp[-2].ttype);
		  yyval.ttype = build_c_cast (type, yyvsp[0].ttype); ;
    break;}
case 61:
#line 424 "objc-parse.y"
{ start_init (NULL_TREE, NULL, 0);
		  yyvsp[-2].ttype = groktypename (yyvsp[-2].ttype);
		  really_start_incremental_init (yyvsp[-2].ttype); ;
    break;}
case 62:
#line 428 "objc-parse.y"
{ char *name;
		  tree result = pop_init_level (0);
		  tree type = yyvsp[-5].ttype;
		  finish_init ();

		  if (pedantic)
		    pedwarn ("ANSI C forbids constructor expressions");
		  if (TYPE_NAME (type) != 0)
		    {
		      if (TREE_CODE (TYPE_NAME (type)) == IDENTIFIER_NODE)
			name = IDENTIFIER_POINTER (TYPE_NAME (type));
		      else
			name = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (type)));
		    }
		  else
		    name = "";
		  yyval.ttype = result;
		  if (TREE_CODE (type) == ARRAY_TYPE && TYPE_SIZE (type) == 0)
		    {
		      int failure = complete_array_type (type, yyval.ttype, 1);
		      if (failure)
			abort ();
		    }
		;
    break;}
case 64:
#line 457 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 65:
#line 459 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 66:
#line 461 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 67:
#line 463 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 68:
#line 465 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 69:
#line 467 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 70:
#line 469 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 71:
#line 471 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 72:
#line 473 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 73:
#line 475 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 74:
#line 477 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 75:
#line 479 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 76:
#line 481 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (TRUTH_ANDIF_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 77:
#line 483 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (TRUTH_ORIF_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 78:
#line 485 "objc-parse.y"
{ yyval.ttype = build_conditional_expr (yyvsp[-4].ttype, yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 79:
#line 487 "objc-parse.y"
{ yyval.ttype = build_modify_expr (yyvsp[-2].ttype, NOP_EXPR, yyvsp[0].ttype);
		  C_SET_EXP_ORIGINAL_CODE (yyval.ttype, MODIFY_EXPR); ;
    break;}
case 80:
#line 490 "objc-parse.y"
{ yyval.ttype = build_modify_expr (yyvsp[-2].ttype, yyvsp[-1].code, yyvsp[0].ttype);
		  /* This inhibits warnings in truthvalue_conversion.  */
		  C_SET_EXP_ORIGINAL_CODE (yyval.ttype, ERROR_MARK); ;
    break;}
case 81:
#line 497 "objc-parse.y"
{
		  yyval.ttype = lastiddecl;
		  if (!yyval.ttype || yyval.ttype == error_mark_node)
		    {
		      if (yychar == YYEMPTY)
			yychar = YYLEX;
		      if (yychar == '(')
			{
			  tree decl;

			  if (objc_receiver_context
			      && ! (objc_receiver_context
				    && strcmp (IDENTIFIER_POINTER (yyvsp[0].ttype), "super")))
			    /* we have a message to super */
			    yyval.ttype = get_super_receiver ();
			  else if (objc_method_context
				   && (decl = is_ivar (objc_ivar_chain, yyvsp[0].ttype)))
			    {
			      if (is_private (decl))
				yyval.ttype = error_mark_node;
			      else
				yyval.ttype = build_ivar_reference (yyvsp[0].ttype);
			    }
			  else
			    {
			      /* Ordinary implicit function declaration.  */
			      yyval.ttype = implicitly_declare (yyvsp[0].ttype);
			      assemble_external (yyval.ttype);
			      TREE_USED (yyval.ttype) = 1;
			    }
			}
		      else if (current_function_decl == 0)
			{
			  error ("`%s' undeclared here (not in a function)",
				 IDENTIFIER_POINTER (yyvsp[0].ttype));
			  yyval.ttype = error_mark_node;
			}
		      else
			{
			  tree decl;

		          if (objc_receiver_context
			      && ! strcmp (IDENTIFIER_POINTER (yyvsp[0].ttype), "super"))
			    /* we have a message to super */
			    yyval.ttype = get_super_receiver ();
			  else if (objc_method_context
				   && (decl = is_ivar (objc_ivar_chain, yyvsp[0].ttype)))
			    {
			      if (is_private (decl))
				yyval.ttype = error_mark_node;
			      else
				yyval.ttype = build_ivar_reference (yyvsp[0].ttype);
			    }
			  else
			    {
			      if (IDENTIFIER_GLOBAL_VALUE (yyvsp[0].ttype) != error_mark_node
				  || IDENTIFIER_ERROR_LOCUS (yyvsp[0].ttype) != current_function_decl)
				{
				  error ("`%s' undeclared (first use this function)",
					 IDENTIFIER_POINTER (yyvsp[0].ttype));

				  if (! undeclared_variable_notice)
				    {
				      error ("(Each undeclared identifier is reported only once");
				      error ("for each function it appears in.)");
				      undeclared_variable_notice = 1;
				    }
				}
			      yyval.ttype = error_mark_node;
			      /* Prevent repeated error messages.  */
			      IDENTIFIER_GLOBAL_VALUE (yyvsp[0].ttype) = error_mark_node;
			      IDENTIFIER_ERROR_LOCUS (yyvsp[0].ttype) = current_function_decl;
			    }
			}
		    }
		  else if (TREE_TYPE (yyval.ttype) == error_mark_node)
		    yyval.ttype = error_mark_node;
		  else if (C_DECL_ANTICIPATED (yyval.ttype))
		    {
		      /* The first time we see a build-in function used,
			 if it has not been declared.  */
		      C_DECL_ANTICIPATED (yyval.ttype) = 0;
		      if (yychar == YYEMPTY)
			yychar = YYLEX;
		      if (yychar == '(')
			{
			  /* Omit the implicit declaration we
			     would ordinarily do, so we don't lose
			     the actual built in type.
			     But print a diagnostic for the mismatch.  */
			  if (objc_method_context
			      && is_ivar (objc_ivar_chain, yyvsp[0].ttype))
			    error ("Instance variable `%s' implicitly declared as function",
				   IDENTIFIER_POINTER (DECL_NAME (yyval.ttype)));
			  else
			    if (TREE_CODE (yyval.ttype) != FUNCTION_DECL)
			      error ("`%s' implicitly declared as function",
				     IDENTIFIER_POINTER (DECL_NAME (yyval.ttype)));
			  else if ((TYPE_MODE (TREE_TYPE (TREE_TYPE (yyval.ttype)))
				    != TYPE_MODE (integer_type_node))
				   && (TREE_TYPE (TREE_TYPE (yyval.ttype))
				       != void_type_node))
			    pedwarn ("type mismatch in implicit declaration for built-in function `%s'",
				     IDENTIFIER_POINTER (DECL_NAME (yyval.ttype)));
			  /* If it really returns void, change that to int.  */
			  if (TREE_TYPE (TREE_TYPE (yyval.ttype)) == void_type_node)
			    TREE_TYPE (yyval.ttype)
			      = build_function_type (integer_type_node,
						     TYPE_ARG_TYPES (TREE_TYPE (yyval.ttype)));
			}
		      else
			pedwarn ("built-in function `%s' used without declaration",
				 IDENTIFIER_POINTER (DECL_NAME (yyval.ttype)));

		      /* Do what we would ordinarily do when a fn is used.  */
		      assemble_external (yyval.ttype);
		      TREE_USED (yyval.ttype) = 1;
		    }
		  else
		    {
		      assemble_external (yyval.ttype);
		      TREE_USED (yyval.ttype) = 1;
		      /* we have a definition - still check if iVariable */

		      if (!objc_receiver_context
			  || (objc_receiver_context
			      && strcmp (IDENTIFIER_POINTER (yyvsp[0].ttype), "super")))
                        {
			  tree decl;

			  if (objc_method_context
			      && (decl = is_ivar (objc_ivar_chain, yyvsp[0].ttype)))
                            {
                              if (IDENTIFIER_LOCAL_VALUE (yyvsp[0].ttype))
                                warning ("local declaration of `%s' hides instance variable",
	                                 IDENTIFIER_POINTER (yyvsp[0].ttype));
                              else
 				{
 				  if (is_private (decl))
 				    yyval.ttype = error_mark_node;
 				  else
 				    yyval.ttype = build_ivar_reference (yyvsp[0].ttype);
 				}
                            }
			}
                      else /* we have a message to super */
		        yyval.ttype = get_super_receiver ();
		    }

		  if (TREE_CODE (yyval.ttype) == CONST_DECL)
		    {
		      yyval.ttype = DECL_INITIAL (yyval.ttype);
		      /* This is to prevent an enum whose value is 0
			 from being considered a null pointer constant.  */
		      yyval.ttype = build1 (NOP_EXPR, TREE_TYPE (yyval.ttype), yyval.ttype);
		      TREE_CONSTANT (yyval.ttype) = 1;
		    }
		;
    break;}
case 83:
#line 657 "objc-parse.y"
{ yyval.ttype = combine_strings (yyvsp[0].ttype); ;
    break;}
case 84:
#line 659 "objc-parse.y"
{ char class = TREE_CODE_CLASS (TREE_CODE (yyvsp[-1].ttype));
		  if (class == 'e' || class == '1'
		      || class == '2' || class == '<')
		    C_SET_EXP_ORIGINAL_CODE (yyvsp[-1].ttype, ERROR_MARK);
		  yyval.ttype = yyvsp[-1].ttype; ;
    break;}
case 85:
#line 665 "objc-parse.y"
{ yyval.ttype = error_mark_node; ;
    break;}
case 86:
#line 667 "objc-parse.y"
{ if (current_function_decl == 0)
		    {
		      error ("braced-group within expression allowed only inside a function");
		      YYERROR;
		    }
		  /* We must force a BLOCK for this level
		     so that, if it is not expanded later,
		     there is a way to turn off the entire subtree of blocks
		     that are contained in it.  */
		  keep_next_level ();
		  push_iterator_stack ();
		  push_label_level ();
		  yyval.ttype = expand_start_stmt_expr (); ;
    break;}
case 87:
#line 681 "objc-parse.y"
{ tree rtl_exp;
		  if (pedantic)
		    pedwarn ("ANSI C forbids braced-groups within expressions");
		  pop_iterator_stack ();
		  pop_label_level ();
		  rtl_exp = expand_end_stmt_expr (yyvsp[-2].ttype);
		  /* The statements have side effects, so the group does.  */
		  TREE_SIDE_EFFECTS (rtl_exp) = 1;

		  if (TREE_CODE (yyvsp[-1].ttype) == BLOCK)
		    {
		      /* Make a BIND_EXPR for the BLOCK already made.  */
		      yyval.ttype = build (BIND_EXPR, TREE_TYPE (rtl_exp),
				  NULL_TREE, rtl_exp, yyvsp[-1].ttype);
		      /* Remove the block from the tree at this point.
			 It gets put back at the proper place
			 when the BIND_EXPR is expanded.  */
		      delete_block (yyvsp[-1].ttype);
		    }
		  else
		    yyval.ttype = yyvsp[-1].ttype;
		;
    break;}
case 88:
#line 704 "objc-parse.y"
{ yyval.ttype = build_function_call (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
    break;}
case 89:
#line 706 "objc-parse.y"
{ yyval.ttype = build_array_ref (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
    break;}
case 90:
#line 708 "objc-parse.y"
{
                  if (doing_objc_thang)
                    {
		      if (is_public (yyvsp[-2].ttype, yyvsp[0].ttype))
			yyval.ttype = build_component_ref (yyvsp[-2].ttype, yyvsp[0].ttype);
		      else
			yyval.ttype = error_mark_node;
		    }
                  else
		    yyval.ttype = build_component_ref (yyvsp[-2].ttype, yyvsp[0].ttype);
		;
    break;}
case 91:
#line 720 "objc-parse.y"
{
                  tree expr = build_indirect_ref (yyvsp[-2].ttype, "->");

                  if (doing_objc_thang)
                    {
		      if (is_public (expr, yyvsp[0].ttype))
			yyval.ttype = build_component_ref (expr, yyvsp[0].ttype);
		      else
			yyval.ttype = error_mark_node;
		    }
                  else
                    yyval.ttype = build_component_ref (expr, yyvsp[0].ttype);
		;
    break;}
case 92:
#line 734 "objc-parse.y"
{ yyval.ttype = build_unary_op (POSTINCREMENT_EXPR, yyvsp[-1].ttype, 0); ;
    break;}
case 93:
#line 736 "objc-parse.y"
{ yyval.ttype = build_unary_op (POSTDECREMENT_EXPR, yyvsp[-1].ttype, 0); ;
    break;}
case 94:
#line 738 "objc-parse.y"
{ yyval.ttype = build_message_expr (yyvsp[0].ttype); ;
    break;}
case 95:
#line 740 "objc-parse.y"
{ yyval.ttype = build_selector_expr (yyvsp[0].ttype); ;
    break;}
case 96:
#line 742 "objc-parse.y"
{ yyval.ttype = build_protocol_expr (yyvsp[0].ttype); ;
    break;}
case 97:
#line 744 "objc-parse.y"
{ yyval.ttype = build_encode_expr (yyvsp[0].ttype); ;
    break;}
case 98:
#line 746 "objc-parse.y"
{ yyval.ttype = build_objc_string_object (yyvsp[0].ttype); ;
    break;}
case 100:
#line 753 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype); ;
    break;}
case 102:
#line 761 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype); ;
    break;}
case 105:
#line 769 "objc-parse.y"
{ c_mark_varargs ();
		  if (pedantic)
		    pedwarn ("ANSI C does not permit use of `varargs.h'"); ;
    break;}
case 106:
#line 779 "objc-parse.y"
{ ;
    break;}
case 111:
#line 791 "objc-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
		  declspec_stack = TREE_CHAIN (declspec_stack);
		  resume_momentary (yyvsp[-2].itype); ;
    break;}
case 112:
#line 795 "objc-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
		  declspec_stack = TREE_CHAIN (declspec_stack);
		  resume_momentary (yyvsp[-2].itype); ;
    break;}
case 113:
#line 799 "objc-parse.y"
{ shadow_tag_warned (yyvsp[-1].ttype, 1);
		  pedwarn ("empty declaration"); ;
    break;}
case 114:
#line 802 "objc-parse.y"
{ pedwarn ("empty declaration"); ;
    break;}
case 115:
#line 811 "objc-parse.y"
{ ;
    break;}
case 120:
#line 826 "objc-parse.y"
{ yyval.itype = suspend_momentary ();
		  pending_xref_error ();
		  declspec_stack = tree_cons (NULL_TREE, current_declspecs,
					      declspec_stack);
		  current_declspecs = yyvsp[0].ttype; ;
    break;}
case 121:
#line 835 "objc-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
		  declspec_stack = TREE_CHAIN (declspec_stack);
		  resume_momentary (yyvsp[-2].itype); ;
    break;}
case 122:
#line 839 "objc-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
		  declspec_stack = TREE_CHAIN (declspec_stack);
		  resume_momentary (yyvsp[-2].itype); ;
    break;}
case 123:
#line 843 "objc-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
		  declspec_stack = TREE_CHAIN (declspec_stack);
		  resume_momentary (yyvsp[-1].itype); ;
    break;}
case 124:
#line 847 "objc-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
		  declspec_stack = TREE_CHAIN (declspec_stack);
		  resume_momentary (yyvsp[-1].itype); ;
    break;}
case 125:
#line 851 "objc-parse.y"
{ shadow_tag (yyvsp[-1].ttype); ;
    break;}
case 126:
#line 853 "objc-parse.y"
{ pedwarn ("empty declaration"); ;
    break;}
case 127:
#line 862 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype); ;
    break;}
case 128:
#line 864 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[0].ttype, tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[-2].ttype)); ;
    break;}
case 129:
#line 868 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
    break;}
case 130:
#line 870 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
    break;}
case 131:
#line 872 "objc-parse.y"
{ if (extra_warnings)
		    warning ("`%s' is not at beginning of declaration",
			     IDENTIFIER_POINTER (yyvsp[0].ttype));
		  yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
    break;}
case 132:
#line 884 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE);
		  TREE_STATIC (yyval.ttype) = 1; ;
    break;}
case 133:
#line 887 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
    break;}
case 134:
#line 889 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype);
		  TREE_STATIC (yyval.ttype) = 1; ;
    break;}
case 135:
#line 892 "objc-parse.y"
{ if (extra_warnings && TREE_STATIC (yyvsp[-1].ttype))
		    warning ("`%s' is not at beginning of declaration",
			     IDENTIFIER_POINTER (yyvsp[0].ttype));
		  yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype);
		  TREE_STATIC (yyval.ttype) = TREE_STATIC (yyvsp[-1].ttype); ;
    break;}
case 136:
#line 906 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype); ;
    break;}
case 137:
#line 908 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[0].ttype, tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[-2].ttype)); ;
    break;}
case 138:
#line 912 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
    break;}
case 139:
#line 914 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
    break;}
case 142:
#line 924 "objc-parse.y"
{ /* For a typedef name, record the meaning, not the name.
		     In case of `foo foo, bar;'.  */
		  yyval.ttype = lookup_name (yyvsp[0].ttype); ;
    break;}
case 143:
#line 928 "objc-parse.y"
{ yyval.ttype = get_static_reference (yyvsp[-1].ttype, yyvsp[0].ttype); ;
    break;}
case 144:
#line 930 "objc-parse.y"
{ yyval.ttype = get_object_reference (yyvsp[0].ttype); ;
    break;}
case 145:
#line 932 "objc-parse.y"
{ yyval.ttype = TREE_TYPE (yyvsp[-1].ttype); ;
    break;}
case 146:
#line 934 "objc-parse.y"
{ yyval.ttype = groktypename (yyvsp[-1].ttype); ;
    break;}
case 154:
#line 956 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
    break;}
case 155:
#line 958 "objc-parse.y"
{ if (TREE_CHAIN (yyvsp[-1].ttype)) yyvsp[-1].ttype = combine_strings (yyvsp[-1].ttype);
		  yyval.ttype = yyvsp[-1].ttype;
		;
    break;}
case 156:
#line 965 "objc-parse.y"
{ yyval.ttype = start_decl (yyvsp[-3].ttype, current_declspecs, 1);
		  decl_attributes (yyval.ttype, yyvsp[-1].ttype);
		  start_init (yyval.ttype, yyvsp[-2].ttype, global_bindings_p ()); ;
    break;}
case 157:
#line 970 "objc-parse.y"
{ finish_init ();
		  decl_attributes (yyvsp[-1].ttype, yyvsp[-3].ttype);
		  finish_decl (yyvsp[-1].ttype, yyvsp[0].ttype, yyvsp[-4].ttype); ;
    break;}
case 158:
#line 974 "objc-parse.y"
{ tree d = start_decl (yyvsp[-2].ttype, current_declspecs, 0);
		  decl_attributes (d, yyvsp[0].ttype);
		  finish_decl (d, NULL_TREE, yyvsp[-1].ttype); ;
    break;}
case 159:
#line 981 "objc-parse.y"
{ yyval.ttype = start_decl (yyvsp[-3].ttype, current_declspecs, 1);
		  decl_attributes (yyval.ttype, yyvsp[-1].ttype);
		  start_init (yyval.ttype, yyvsp[-2].ttype, global_bindings_p ()); ;
    break;}
case 160:
#line 986 "objc-parse.y"
{ finish_init ();
		  decl_attributes (yyvsp[-1].ttype, yyvsp[-3].ttype);
		  finish_decl (yyvsp[-1].ttype, yyvsp[0].ttype, yyvsp[-4].ttype); ;
    break;}
case 161:
#line 990 "objc-parse.y"
{ tree d = start_decl (yyvsp[-2].ttype, current_declspecs, 0);
		  decl_attributes (d, yyvsp[0].ttype);
		  finish_decl (d, NULL_TREE, yyvsp[-1].ttype); ;
    break;}
case 162:
#line 998 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
    break;}
case 163:
#line 1000 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
    break;}
case 164:
#line 1005 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
    break;}
case 165:
#line 1007 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype); ;
    break;}
case 166:
#line 1012 "objc-parse.y"
{ yyval.ttype = yyvsp[-2].ttype; ;
    break;}
case 167:
#line 1017 "objc-parse.y"
{ yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
    break;}
case 168:
#line 1019 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
    break;}
case 169:
#line 1024 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
    break;}
case 170:
#line 1026 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
    break;}
case 171:
#line 1028 "objc-parse.y"
{ yyval.ttype = tree_cons (yyvsp[-3].ttype, NULL_TREE,
				  build_tree_list (NULL_TREE, yyvsp[-1].ttype)); ;
    break;}
case 172:
#line 1031 "objc-parse.y"
{ yyval.ttype = tree_cons (yyvsp[-5].ttype, NULL_TREE,
				  tree_cons (NULL_TREE, yyvsp[-3].ttype, yyvsp[-1].ttype)); ;
    break;}
case 173:
#line 1034 "objc-parse.y"
{ yyval.ttype = tree_cons (yyvsp[-3].ttype, NULL_TREE, yyvsp[-1].ttype); ;
    break;}
case 179:
#line 1052 "objc-parse.y"
{ really_start_incremental_init (NULL_TREE);
		  /* Note that the call to clear_momentary
		     is in process_init_element.  */
		  push_momentary (); ;
    break;}
case 180:
#line 1057 "objc-parse.y"
{ yyval.ttype = pop_init_level (0);
		  if (yyval.ttype == error_mark_node
		      && ! (yychar == STRING || yychar == CONSTANT))
		    pop_momentary ();
		  else
		    pop_momentary_nofree (); ;
    break;}
case 181:
#line 1065 "objc-parse.y"
{ yyval.ttype = error_mark_node; ;
    break;}
case 182:
#line 1071 "objc-parse.y"
{ if (pedantic)
		    pedwarn ("ANSI C forbids empty initializer braces"); ;
    break;}
case 186:
#line 1085 "objc-parse.y"
{ process_init_element (yyvsp[0].ttype); ;
    break;}
case 187:
#line 1087 "objc-parse.y"
{ push_init_level (0); ;
    break;}
case 188:
#line 1089 "objc-parse.y"
{ process_init_element (pop_init_level (0)); ;
    break;}
case 190:
#line 1095 "objc-parse.y"
{ set_init_label (yyvsp[-1].ttype); ;
    break;}
case 192:
#line 1098 "objc-parse.y"
{ set_init_label (yyvsp[-1].ttype); ;
    break;}
case 194:
#line 1104 "objc-parse.y"
{ push_c_function_context ();
		  if (! start_function (current_declspecs, yyvsp[0].ttype, 1))
		    {
		      pop_c_function_context ();
		      YYERROR1;
		    }
		  reinit_parse_for_function ();
		  store_parm_decls (); ;
    break;}
case 195:
#line 1119 "objc-parse.y"
{ finish_function (1);
		  pop_c_function_context (); ;
    break;}
case 196:
#line 1125 "objc-parse.y"
{ push_c_function_context ();
		  if (! start_function (current_declspecs, yyvsp[0].ttype, 1))
		    {
		      pop_c_function_context ();
		      YYERROR1;
		    }
		  reinit_parse_for_function ();
		  store_parm_decls (); ;
    break;}
case 197:
#line 1140 "objc-parse.y"
{ finish_function (1);
		  pop_c_function_context (); ;
    break;}
case 200:
#line 1156 "objc-parse.y"
{ yyval.ttype = yyvsp[-1].ttype; ;
    break;}
case 201:
#line 1158 "objc-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
    break;}
case 202:
#line 1163 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
    break;}
case 203:
#line 1165 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
    break;}
case 204:
#line 1167 "objc-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
    break;}
case 207:
#line 1179 "objc-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
    break;}
case 208:
#line 1184 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
    break;}
case 209:
#line 1186 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
    break;}
case 210:
#line 1188 "objc-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
    break;}
case 212:
#line 1197 "objc-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
    break;}
case 213:
#line 1202 "objc-parse.y"
{ yyval.ttype = yyvsp[-1].ttype; ;
    break;}
case 214:
#line 1204 "objc-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
    break;}
case 215:
#line 1206 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
    break;}
case 216:
#line 1208 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
    break;}
case 218:
#line 1214 "objc-parse.y"
{ yyval.ttype = start_struct (RECORD_TYPE, yyvsp[-1].ttype);
		  /* Start scope of tag before parsing components.  */
		;
    break;}
case 219:
#line 1218 "objc-parse.y"
{ yyval.ttype = finish_struct (yyvsp[-2].ttype, yyvsp[-1].ttype);
		  /* Really define the structure.  */
		;
    break;}
case 220:
#line 1222 "objc-parse.y"
{ yyval.ttype = finish_struct (start_struct (RECORD_TYPE, NULL_TREE),
				      yyvsp[-1].ttype); ;
    break;}
case 221:
#line 1225 "objc-parse.y"
{ yyval.ttype = xref_tag (RECORD_TYPE, yyvsp[0].ttype); ;
    break;}
case 222:
#line 1227 "objc-parse.y"
{ yyval.ttype = start_struct (UNION_TYPE, yyvsp[-1].ttype); ;
    break;}
case 223:
#line 1229 "objc-parse.y"
{ yyval.ttype = finish_struct (yyvsp[-2].ttype, yyvsp[-1].ttype); ;
    break;}
case 224:
#line 1231 "objc-parse.y"
{ yyval.ttype = finish_struct (start_struct (UNION_TYPE, NULL_TREE),
				      yyvsp[-1].ttype); ;
    break;}
case 225:
#line 1234 "objc-parse.y"
{ yyval.ttype = xref_tag (UNION_TYPE, yyvsp[0].ttype); ;
    break;}
case 226:
#line 1236 "objc-parse.y"
{ yyvsp[0].itype = suspend_momentary ();
		  yyval.ttype = start_enum (yyvsp[-1].ttype); ;
    break;}
case 227:
#line 1239 "objc-parse.y"
{ yyval.ttype = finish_enum (yyvsp[-3].ttype, nreverse (yyvsp[-2].ttype));
		  resume_momentary (yyvsp[-4].itype); ;
    break;}
case 228:
#line 1242 "objc-parse.y"
{ yyvsp[0].itype = suspend_momentary ();
		  yyval.ttype = start_enum (NULL_TREE); ;
    break;}
case 229:
#line 1245 "objc-parse.y"
{ yyval.ttype = finish_enum (yyvsp[-3].ttype, nreverse (yyvsp[-2].ttype));
		  resume_momentary (yyvsp[-4].itype); ;
    break;}
case 230:
#line 1248 "objc-parse.y"
{ yyval.ttype = xref_tag (ENUMERAL_TYPE, yyvsp[0].ttype); ;
    break;}
case 234:
#line 1259 "objc-parse.y"
{ if (pedantic) pedwarn ("comma at end of enumerator list"); ;
    break;}
case 235:
#line 1264 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
    break;}
case 236:
#line 1266 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype);
		  pedwarn ("no semicolon at end of struct or union"); ;
    break;}
case 237:
#line 1271 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
    break;}
case 238:
#line 1273 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[-1].ttype); ;
    break;}
case 239:
#line 1275 "objc-parse.y"
{ if (pedantic)
		    pedwarn ("extra semicolon in struct or union specified"); ;
    break;}
case 240:
#line 1279 "objc-parse.y"
{
		  tree interface = lookup_interface (yyvsp[-1].ttype);

		  if (interface)
		    yyval.ttype = get_class_ivars (interface);
		  else
		    {
		      error ("Cannot find interface declaration for `%s'",
			     IDENTIFIER_POINTER (yyvsp[-1].ttype));
		      yyval.ttype = NULL_TREE;
		    }
		;
    break;}
case 241:
#line 1304 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
		  current_declspecs = TREE_VALUE (declspec_stack);
		  declspec_stack = TREE_CHAIN (declspec_stack);
		  resume_momentary (yyvsp[-1].itype); ;
    break;}
case 242:
#line 1309 "objc-parse.y"
{ if (pedantic)
		    pedwarn ("ANSI C forbids member declarations with no members");
		  shadow_tag(yyvsp[0].ttype);
		  yyval.ttype = NULL_TREE; ;
    break;}
case 243:
#line 1314 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
		  current_declspecs = TREE_VALUE (declspec_stack);
		  declspec_stack = TREE_CHAIN (declspec_stack);
		  resume_momentary (yyvsp[-1].itype); ;
    break;}
case 244:
#line 1319 "objc-parse.y"
{ if (pedantic)
		    pedwarn ("ANSI C forbids member declarations with no members");
		  shadow_tag(yyvsp[0].ttype);
		  yyval.ttype = NULL_TREE; ;
    break;}
case 245:
#line 1324 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
    break;}
case 247:
#line 1330 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 248:
#line 1335 "objc-parse.y"
{ yyval.ttype = grokfield (yyvsp[-3].filename, yyvsp[-2].lineno, yyvsp[-1].ttype, current_declspecs, NULL_TREE);
		  decl_attributes (yyval.ttype, yyvsp[0].ttype); ;
    break;}
case 249:
#line 1339 "objc-parse.y"
{ yyval.ttype = grokfield (yyvsp[-5].filename, yyvsp[-4].lineno, yyvsp[-3].ttype, current_declspecs, yyvsp[-1].ttype);
		  decl_attributes (yyval.ttype, yyvsp[0].ttype); ;
    break;}
case 250:
#line 1342 "objc-parse.y"
{ yyval.ttype = grokfield (yyvsp[-4].filename, yyvsp[-3].lineno, NULL_TREE, current_declspecs, yyvsp[-1].ttype);
		  decl_attributes (yyval.ttype, yyvsp[0].ttype); ;
    break;}
case 252:
#line 1354 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[0].ttype, yyvsp[-2].ttype); ;
    break;}
case 253:
#line 1356 "objc-parse.y"
{ yyval.ttype = error_mark_node; ;
    break;}
case 254:
#line 1362 "objc-parse.y"
{ yyval.ttype = build_enumerator (yyvsp[0].ttype, NULL_TREE); ;
    break;}
case 255:
#line 1364 "objc-parse.y"
{ yyval.ttype = build_enumerator (yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 256:
#line 1369 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
    break;}
case 257:
#line 1371 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
    break;}
case 258:
#line 1376 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
    break;}
case 260:
#line 1382 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
    break;}
case 261:
#line 1384 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
    break;}
case 262:
#line 1389 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
    break;}
case 263:
#line 1391 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
    break;}
case 264:
#line 1396 "objc-parse.y"
{ yyval.ttype = yyvsp[-1].ttype; ;
    break;}
case 265:
#line 1399 "objc-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
    break;}
case 266:
#line 1401 "objc-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[0].ttype, NULL_TREE); ;
    break;}
case 267:
#line 1403 "objc-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
    break;}
case 268:
#line 1405 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
    break;}
case 269:
#line 1407 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
    break;}
case 270:
#line 1409 "objc-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
    break;}
case 271:
#line 1411 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, NULL_TREE, yyvsp[-1].ttype); ;
    break;}
case 272:
#line 1413 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, NULL_TREE, NULL_TREE); ;
    break;}
case 279:
#line 1435 "objc-parse.y"
{ emit_line_note (input_filename, lineno);
		  pushlevel (0);
		  clear_last_expr ();
		  push_momentary ();
		  expand_start_bindings (0);
		  if (objc_method_context)
		    add_objc_decls ();
		;
    break;}
case 281:
#line 1450 "objc-parse.y"
{ if (pedantic)
		    pedwarn ("ANSI C forbids label declarations"); ;
    break;}
case 284:
#line 1461 "objc-parse.y"
{ tree link;
		  for (link = yyvsp[-1].ttype; link; link = TREE_CHAIN (link))
		    {
		      tree label = shadow_label (TREE_VALUE (link));
		      C_DECLARED_LABEL_FLAG (label) = 1;
		      declare_nonlocal_label (label);
		    }
		;
    break;}
case 285:
#line 1475 "objc-parse.y"
{;
    break;}
case 287:
#line 1480 "objc-parse.y"
{ yyval.ttype = convert (void_type_node, integer_zero_node); ;
    break;}
case 288:
#line 1482 "objc-parse.y"
{ emit_line_note (input_filename, lineno);
		  expand_end_bindings (getdecls (), 1, 0);
		  yyval.ttype = poplevel (1, 1, 0);
		  if (yychar == CONSTANT || yychar == STRING)
		    pop_momentary_nofree ();
		  else
		    pop_momentary (); ;
    break;}
case 289:
#line 1490 "objc-parse.y"
{ emit_line_note (input_filename, lineno);
		  expand_end_bindings (getdecls (), kept_level_p (), 0);
		  yyval.ttype = poplevel (kept_level_p (), 0, 0);
		  if (yychar == CONSTANT || yychar == STRING)
		    pop_momentary_nofree ();
		  else
		    pop_momentary (); ;
    break;}
case 290:
#line 1498 "objc-parse.y"
{ emit_line_note (input_filename, lineno);
		  expand_end_bindings (getdecls (), kept_level_p (), 0);
		  yyval.ttype = poplevel (kept_level_p (), 0, 0);
		  if (yychar == CONSTANT || yychar == STRING)
		    pop_momentary_nofree ();
		  else
		    pop_momentary (); ;
    break;}
case 293:
#line 1518 "objc-parse.y"
{ emit_line_note (yyvsp[-5].filename, yyvsp[-4].lineno);
		  expand_start_cond (truthvalue_conversion (yyvsp[-1].ttype), 0);
		  yyval.itype = stmt_count;
		  if_stmt_file = yyvsp[-5].filename;
		  if_stmt_line = yyvsp[-4].lineno;
		  position_after_white_space (); ;
    break;}
case 294:
#line 1531 "objc-parse.y"
{ stmt_count++;
		  emit_line_note (yyvsp[-2].filename, yyvsp[-1].lineno);
		  /* See comment in `while' alternative, above.  */
		  emit_nop ();
		  expand_start_loop_continue_elsewhere (1);
		  position_after_white_space (); ;
    break;}
case 295:
#line 1538 "objc-parse.y"
{ expand_loop_continue_here (); ;
    break;}
case 296:
#line 1542 "objc-parse.y"
{ yyval.filename = input_filename; ;
    break;}
case 297:
#line 1546 "objc-parse.y"
{ yyval.lineno = lineno; ;
    break;}
case 298:
#line 1551 "objc-parse.y"
{ ;
    break;}
case 299:
#line 1556 "objc-parse.y"
{ ;
    break;}
case 300:
#line 1561 "objc-parse.y"
{ ;
    break;}
case 302:
#line 1567 "objc-parse.y"
{ int next;
		  position_after_white_space ();
		  next = getc (finput);
		  ungetc (next, finput);
		  if (pedantic && next == '}')
		    pedwarn ("ANSI C forbids label at end of compound statement");
		;
    break;}
case 303:
#line 1579 "objc-parse.y"
{ stmt_count++; ;
    break;}
case 305:
#line 1582 "objc-parse.y"
{ stmt_count++;
		  emit_line_note (yyvsp[-3].filename, yyvsp[-2].lineno);
/* It appears that this should not be done--that a non-lvalue array
   shouldn't get an error if the value isn't used.
   Section 3.2.2.1 says that an array lvalue gets converted to a pointer
   if it appears as a top-level expression,
   but says nothing about non-lvalue arrays.  */
#if 0
		  /* Call default_conversion to get an error
		     on referring to a register array if pedantic.  */
		  if (TREE_CODE (TREE_TYPE (yyvsp[-1].ttype)) == ARRAY_TYPE
		      || TREE_CODE (TREE_TYPE (yyvsp[-1].ttype)) == FUNCTION_TYPE)
		    yyvsp[-1].ttype = default_conversion (yyvsp[-1].ttype);
#endif
		  iterator_expand (yyvsp[-1].ttype);
		  clear_momentary (); ;
    break;}
case 306:
#line 1599 "objc-parse.y"
{ expand_start_else ();
		  yyvsp[-1].itype = stmt_count;
		  position_after_white_space (); ;
    break;}
case 307:
#line 1603 "objc-parse.y"
{ expand_end_cond ();
		  if (extra_warnings && stmt_count == yyvsp[-3].itype)
		    warning ("empty body in an else-statement"); ;
    break;}
case 308:
#line 1607 "objc-parse.y"
{ expand_end_cond ();
		  /* This warning is here instead of in simple_if, because we
		     do not want a warning if an empty if is followed by an
		     else statement.  Increment stmt_count so we don't
		     give a second error if this is a nested `if'.  */
		  if (extra_warnings && stmt_count++ == yyvsp[0].itype)
		    warning_with_file_and_line (if_stmt_file, if_stmt_line,
						"empty body in an if-statement"); ;
    break;}
case 309:
#line 1619 "objc-parse.y"
{ expand_end_cond (); ;
    break;}
case 310:
#line 1621 "objc-parse.y"
{ stmt_count++;
		  emit_line_note (yyvsp[-2].filename, yyvsp[-1].lineno);
		  /* The emit_nop used to come before emit_line_note,
		     but that made the nop seem like part of the preceding line.
		     And that was confusing when the preceding line was
		     inside of an if statement and was not really executed.
		     I think it ought to work to put the nop after the line number.
		     We will see.  --rms, July 15, 1991.  */
		  emit_nop (); ;
    break;}
case 311:
#line 1631 "objc-parse.y"
{ /* Don't start the loop till we have succeeded
		     in parsing the end test.  This is to make sure
		     that we end every loop we start.  */
		  expand_start_loop (1);
		  emit_line_note (input_filename, lineno);
		  expand_exit_loop_if_false (NULL_PTR,
					     truthvalue_conversion (yyvsp[-1].ttype));
		  position_after_white_space (); ;
    break;}
case 312:
#line 1640 "objc-parse.y"
{ expand_end_loop (); ;
    break;}
case 313:
#line 1643 "objc-parse.y"
{ emit_line_note (input_filename, lineno);
		  expand_exit_loop_if_false (NULL_PTR,
					     truthvalue_conversion (yyvsp[-2].ttype));
		  expand_end_loop ();
		  clear_momentary (); ;
    break;}
case 314:
#line 1650 "objc-parse.y"
{ expand_end_loop ();
		  clear_momentary (); ;
    break;}
case 315:
#line 1654 "objc-parse.y"
{ stmt_count++;
		  emit_line_note (yyvsp[-5].filename, yyvsp[-4].lineno);
		  /* See comment in `while' alternative, above.  */
		  emit_nop ();
		  if (yyvsp[-1].ttype) c_expand_expr_stmt (yyvsp[-1].ttype);
		  /* Next step is to call expand_start_loop_continue_elsewhere,
		     but wait till after we parse the entire for (...).
		     Otherwise, invalid input might cause us to call that
		     fn without calling expand_end_loop.  */
		;
    break;}
case 316:
#line 1666 "objc-parse.y"
{ yyvsp[0].lineno = lineno;
		  yyval.filename = input_filename; ;
    break;}
case 317:
#line 1669 "objc-parse.y"
{ 
		  /* Start the loop.  Doing this after parsing
		     all the expressions ensures we will end the loop.  */
		  expand_start_loop_continue_elsewhere (1);
		  /* Emit the end-test, with a line number.  */
		  emit_line_note (yyvsp[-2].filename, yyvsp[-3].lineno);
		  if (yyvsp[-4].ttype)
		    expand_exit_loop_if_false (NULL_PTR,
					       truthvalue_conversion (yyvsp[-4].ttype));
		  /* Don't let the tree nodes for $9 be discarded by
		     clear_momentary during the parsing of the next stmt.  */
		  push_momentary ();
		  yyvsp[-3].lineno = lineno;
		  yyvsp[-2].filename = input_filename;
		  position_after_white_space (); ;
    break;}
case 318:
#line 1685 "objc-parse.y"
{ /* Emit the increment expression, with a line number.  */
		  emit_line_note (yyvsp[-4].filename, yyvsp[-5].lineno);
		  expand_loop_continue_here ();
		  if (yyvsp[-3].ttype)
		    c_expand_expr_stmt (yyvsp[-3].ttype);
		  if (yychar == CONSTANT || yychar == STRING)
		    pop_momentary_nofree ();
		  else
		    pop_momentary ();
		  expand_end_loop (); ;
    break;}
case 319:
#line 1696 "objc-parse.y"
{ stmt_count++;
		  emit_line_note (yyvsp[-5].filename, yyvsp[-4].lineno);
		  c_expand_start_case (yyvsp[-1].ttype);
		  /* Don't let the tree nodes for $3 be discarded by
		     clear_momentary during the parsing of the next stmt.  */
		  push_momentary ();
		  position_after_white_space (); ;
    break;}
case 320:
#line 1704 "objc-parse.y"
{ expand_end_case (yyvsp[-3].ttype);
		  if (yychar == CONSTANT || yychar == STRING)
		    pop_momentary_nofree ();
		  else
		    pop_momentary (); ;
    break;}
case 321:
#line 1710 "objc-parse.y"
{ stmt_count++;
		  emit_line_note (yyvsp[-3].filename, yyvsp[-2].lineno);
		  if ( ! expand_exit_something ())
		    error ("break statement not within loop or switch"); ;
    break;}
case 322:
#line 1715 "objc-parse.y"
{ stmt_count++;
		  emit_line_note (yyvsp[-3].filename, yyvsp[-2].lineno);
		  if (! expand_continue_loop (NULL_PTR))
		    error ("continue statement not within a loop"); ;
    break;}
case 323:
#line 1720 "objc-parse.y"
{ stmt_count++;
		  emit_line_note (yyvsp[-3].filename, yyvsp[-2].lineno);
		  c_expand_return (NULL_TREE); ;
    break;}
case 324:
#line 1724 "objc-parse.y"
{ stmt_count++;
		  emit_line_note (yyvsp[-4].filename, yyvsp[-3].lineno);
		  c_expand_return (yyvsp[-1].ttype); ;
    break;}
case 325:
#line 1728 "objc-parse.y"
{ stmt_count++;
		  emit_line_note (yyvsp[-7].filename, yyvsp[-6].lineno);
		  STRIP_NOPS (yyvsp[-2].ttype);
		  if ((TREE_CODE (yyvsp[-2].ttype) == ADDR_EXPR
		       && TREE_CODE (TREE_OPERAND (yyvsp[-2].ttype, 0)) == STRING_CST)
		      || TREE_CODE (yyvsp[-2].ttype) == STRING_CST)
		    expand_asm (yyvsp[-2].ttype);
		  else
		    error ("argument of `asm' is not a constant string"); ;
    break;}
case 326:
#line 1739 "objc-parse.y"
{ stmt_count++;
		  emit_line_note (yyvsp[-9].filename, yyvsp[-8].lineno);
		  c_expand_asm_operands (yyvsp[-4].ttype, yyvsp[-2].ttype, NULL_TREE, NULL_TREE,
					 yyvsp[-6].ttype == ridpointers[(int)RID_VOLATILE],
					 input_filename, lineno); ;
    break;}
case 327:
#line 1746 "objc-parse.y"
{ stmt_count++;
		  emit_line_note (yyvsp[-11].filename, yyvsp[-10].lineno);
		  c_expand_asm_operands (yyvsp[-6].ttype, yyvsp[-4].ttype, yyvsp[-2].ttype, NULL_TREE,
					 yyvsp[-8].ttype == ridpointers[(int)RID_VOLATILE],
					 input_filename, lineno); ;
    break;}
case 328:
#line 1754 "objc-parse.y"
{ stmt_count++;
		  emit_line_note (yyvsp[-13].filename, yyvsp[-12].lineno);
		  c_expand_asm_operands (yyvsp[-8].ttype, yyvsp[-6].ttype, yyvsp[-4].ttype, yyvsp[-2].ttype,
					 yyvsp[-10].ttype == ridpointers[(int)RID_VOLATILE],
					 input_filename, lineno); ;
    break;}
case 329:
#line 1760 "objc-parse.y"
{ tree decl;
		  stmt_count++;
		  emit_line_note (yyvsp[-4].filename, yyvsp[-3].lineno);
		  decl = lookup_label (yyvsp[-1].ttype);
		  if (decl != 0)
		    {
		      TREE_USED (decl) = 1;
		      expand_goto (decl);
		    }
		;
    break;}
case 330:
#line 1771 "objc-parse.y"
{ stmt_count++;
		  emit_line_note (yyvsp[-5].filename, yyvsp[-4].lineno);
		  expand_computed_goto (convert (ptr_type_node, yyvsp[-1].ttype)); ;
    break;}
case 333:
#line 1784 "objc-parse.y"
{
	    /* The value returned by this action is  */
	    /*      1 if everything is OK */ 
	    /*      0 in case of error or already bound iterator */

	    yyval.itype = 0;
	    if (TREE_CODE (yyvsp[-1].ttype) != VAR_DECL)
	      error ("invalid `for (ITERATOR)' syntax");
	    else if (! ITERATOR_P (yyvsp[-1].ttype))
	      error ("`%s' is not an iterator",
		     IDENTIFIER_POINTER (DECL_NAME (yyvsp[-1].ttype)));
	    else if (ITERATOR_BOUND_P (yyvsp[-1].ttype))
	      error ("`for (%s)' inside expansion of same iterator",
		     IDENTIFIER_POINTER (DECL_NAME (yyvsp[-1].ttype)));
	    else
	      {
		yyval.itype = 1;
		iterator_for_loop_start (yyvsp[-1].ttype);
	      }
	  ;
    break;}
case 334:
#line 1805 "objc-parse.y"
{
	    if (yyvsp[-1].itype)
	      iterator_for_loop_end (yyvsp[-3].ttype);
	  ;
    break;}
case 335:
#line 1840 "objc-parse.y"
{ register tree value = check_case_value (yyvsp[-1].ttype);
		  register tree label
		    = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);

		  stmt_count++;

		  if (value != error_mark_node)
		    {
		      tree duplicate;
		      int success = pushcase (value, convert_and_check,
					      label, &duplicate);
		      if (success == 1)
			error ("case label not within a switch statement");
		      else if (success == 2)
			{
			  error ("duplicate case value");
			  error_with_decl (duplicate, "this is the first entry for that value");
			}
		      else if (success == 3)
			warning ("case value out of range");
		      else if (success == 5)
			error ("case label within scope of cleanup or variable array");
		    }
		  position_after_white_space (); ;
    break;}
case 336:
#line 1865 "objc-parse.y"
{ register tree value1 = check_case_value (yyvsp[-3].ttype);
		  register tree value2 = check_case_value (yyvsp[-1].ttype);
		  register tree label
		    = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);

		  stmt_count++;

		  if (value1 != error_mark_node && value2 != error_mark_node)
		    {
		      tree duplicate;
		      int success = pushcase_range (value1, value2,
						    convert_and_check, label,
						    &duplicate);
		      if (success == 1)
			error ("case label not within a switch statement");
		      else if (success == 2)
			{
			  error ("duplicate case value");
			  error_with_decl (duplicate, "this is the first entry for that value");
			}
		      else if (success == 3)
			warning ("case value out of range");
		      else if (success == 4)
			warning ("empty case range");
		      else if (success == 5)
			error ("case label within scope of cleanup or variable array");
		    }
		  position_after_white_space (); ;
    break;}
case 337:
#line 1894 "objc-parse.y"
{
		  tree duplicate;
		  register tree label
		    = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
		  int success = pushcase (NULL_TREE, 0, label, &duplicate);
		  stmt_count++;
		  if (success == 1)
		    error ("default label not within a switch statement");
		  else if (success == 2)
		    {
		      error ("multiple default labels in one switch");
		      error_with_decl (duplicate, "this is the first default label");
		    }
		  position_after_white_space (); ;
    break;}
case 338:
#line 1909 "objc-parse.y"
{ tree label = define_label (input_filename, lineno, yyvsp[-1].ttype);
		  stmt_count++;
		  emit_nop ();
		  if (label)
		    expand_label (label);
		  position_after_white_space (); ;
    break;}
case 339:
#line 1921 "objc-parse.y"
{ emit_line_note (input_filename, lineno);
		  yyval.ttype = NULL_TREE; ;
    break;}
case 340:
#line 1924 "objc-parse.y"
{ emit_line_note (input_filename, lineno); ;
    break;}
case 341:
#line 1929 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
    break;}
case 343:
#line 1936 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
    break;}
case 346:
#line 1943 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[0].ttype); ;
    break;}
case 347:
#line 1948 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
    break;}
case 348:
#line 1953 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, combine_strings (yyvsp[0].ttype), NULL_TREE); ;
    break;}
case 349:
#line 1955 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, combine_strings (yyvsp[0].ttype), yyvsp[-2].ttype); ;
    break;}
case 350:
#line 1961 "objc-parse.y"
{ pushlevel (0);
		  clear_parm_order ();
		  declare_parm_level (0); ;
    break;}
case 351:
#line 1965 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
		  parmlist_tags_warning ();
		  poplevel (0, 0, 0); ;
    break;}
case 353:
#line 1973 "objc-parse.y"
{ tree parm;
		  if (pedantic)
		    pedwarn ("ANSI C forbids forward parameter declarations");
		  /* Mark the forward decls as such.  */
		  for (parm = getdecls (); parm; parm = TREE_CHAIN (parm))
		    TREE_ASM_WRITTEN (parm) = 1;
		  clear_parm_order (); ;
    break;}
case 354:
#line 1981 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
    break;}
case 355:
#line 1983 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, NULL_TREE, NULL_TREE); ;
    break;}
case 356:
#line 1989 "objc-parse.y"
{ yyval.ttype = get_parm_info (0); ;
    break;}
case 357:
#line 1991 "objc-parse.y"
{ yyval.ttype = get_parm_info (0);
		  if (pedantic)
		    pedwarn ("ANSI C requires a named argument before `...'");
		;
    break;}
case 358:
#line 1996 "objc-parse.y"
{ yyval.ttype = get_parm_info (1); ;
    break;}
case 359:
#line 1998 "objc-parse.y"
{ yyval.ttype = get_parm_info (0); ;
    break;}
case 360:
#line 2003 "objc-parse.y"
{ push_parm_decl (yyvsp[0].ttype); ;
    break;}
case 361:
#line 2005 "objc-parse.y"
{ push_parm_decl (yyvsp[0].ttype); ;
    break;}
case 362:
#line 2012 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype)	; ;
    break;}
case 363:
#line 2014 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype)	; ;
    break;}
case 364:
#line 2016 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
    break;}
case 365:
#line 2018 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype)	; ;
    break;}
case 366:
#line 2020 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
    break;}
case 367:
#line 2027 "objc-parse.y"
{ pushlevel (0);
		  clear_parm_order ();
		  declare_parm_level (1); ;
    break;}
case 368:
#line 2031 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
		  parmlist_tags_warning ();
		  poplevel (0, 0, 0); ;
    break;}
case 370:
#line 2039 "objc-parse.y"
{ tree t;
		  for (t = yyvsp[-1].ttype; t; t = TREE_CHAIN (t))
		    if (TREE_VALUE (t) == NULL_TREE)
		      error ("`...' in old-style identifier list");
		  yyval.ttype = tree_cons (NULL_TREE, NULL_TREE, yyvsp[-1].ttype); ;
    break;}
case 371:
#line 2049 "objc-parse.y"
{ yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
    break;}
case 372:
#line 2051 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
    break;}
case 373:
#line 2057 "objc-parse.y"
{ yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
    break;}
case 374:
#line 2059 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
    break;}
case 380:
#line 2071 "objc-parse.y"
{
		  if (objc_implementation_context)
                    {
		      finish_class (objc_implementation_context);
		      objc_ivar_chain = NULL_TREE;
		      objc_implementation_context = NULL_TREE;
		    }
		  else
		    warning ("`@end' must appear in an implementation context");
		;
    break;}
case 381:
#line 2086 "objc-parse.y"
{ yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
    break;}
case 382:
#line 2088 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
    break;}
case 383:
#line 2093 "objc-parse.y"
{
		  objc_declare_class (yyvsp[-1].ttype);
		;
    break;}
case 384:
#line 2099 "objc-parse.y"
{
		  objc_declare_alias (yyvsp[-2].ttype, yyvsp[-1].ttype);
		;
    break;}
case 385:
#line 2105 "objc-parse.y"
{
		  objc_interface_context = objc_ivar_context
		    = start_class (CLASS_INTERFACE_TYPE, yyvsp[-2].ttype, NULL_TREE, yyvsp[-1].ttype);
                  objc_public_flag = 0;
		;
    break;}
case 386:
#line 2111 "objc-parse.y"
{
                  continue_class (objc_interface_context);
		;
    break;}
case 387:
#line 2116 "objc-parse.y"
{
		  finish_class (objc_interface_context);
		  objc_interface_context = NULL_TREE;
		;
    break;}
case 388:
#line 2122 "objc-parse.y"
{
		  objc_interface_context
		    = start_class (CLASS_INTERFACE_TYPE, yyvsp[-1].ttype, NULL_TREE, yyvsp[0].ttype);
                  continue_class (objc_interface_context);
		;
    break;}
case 389:
#line 2129 "objc-parse.y"
{
		  finish_class (objc_interface_context);
		  objc_interface_context = NULL_TREE;
		;
    break;}
case 390:
#line 2135 "objc-parse.y"
{
		  objc_interface_context = objc_ivar_context
		    = start_class (CLASS_INTERFACE_TYPE, yyvsp[-4].ttype, yyvsp[-2].ttype, yyvsp[-1].ttype);
                  objc_public_flag = 0;
		;
    break;}
case 391:
#line 2141 "objc-parse.y"
{
                  continue_class (objc_interface_context);
		;
    break;}
case 392:
#line 2146 "objc-parse.y"
{
		  finish_class (objc_interface_context);
		  objc_interface_context = NULL_TREE;
		;
    break;}
case 393:
#line 2152 "objc-parse.y"
{
		  objc_interface_context
		    = start_class (CLASS_INTERFACE_TYPE, yyvsp[-3].ttype, yyvsp[-1].ttype, yyvsp[0].ttype);
                  continue_class (objc_interface_context);
		;
    break;}
case 394:
#line 2159 "objc-parse.y"
{
		  finish_class (objc_interface_context);
		  objc_interface_context = NULL_TREE;
		;
    break;}
case 395:
#line 2165 "objc-parse.y"
{
		  objc_implementation_context = objc_ivar_context
		    = start_class (CLASS_IMPLEMENTATION_TYPE, yyvsp[-1].ttype, NULL_TREE, NULL_TREE);
                  objc_public_flag = 0;
		;
    break;}
case 396:
#line 2171 "objc-parse.y"
{
                  objc_ivar_chain
		    = continue_class (objc_implementation_context);
		;
    break;}
case 397:
#line 2177 "objc-parse.y"
{
		  objc_implementation_context
		    = start_class (CLASS_IMPLEMENTATION_TYPE, yyvsp[0].ttype, NULL_TREE, NULL_TREE);
                  objc_ivar_chain
		    = continue_class (objc_implementation_context);
		;
    break;}
case 398:
#line 2185 "objc-parse.y"
{
		  objc_implementation_context = objc_ivar_context
		    = start_class (CLASS_IMPLEMENTATION_TYPE, yyvsp[-3].ttype, yyvsp[-1].ttype, NULL_TREE);
                  objc_public_flag = 0;
		;
    break;}
case 399:
#line 2191 "objc-parse.y"
{
                  objc_ivar_chain
		    = continue_class (objc_implementation_context);
		;
    break;}
case 400:
#line 2197 "objc-parse.y"
{
		  objc_implementation_context
		    = start_class (CLASS_IMPLEMENTATION_TYPE, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE);
                  objc_ivar_chain
		    = continue_class (objc_implementation_context);
		;
    break;}
case 401:
#line 2205 "objc-parse.y"
{
		  objc_interface_context
		    = start_class (CATEGORY_INTERFACE_TYPE, yyvsp[-4].ttype, yyvsp[-2].ttype, yyvsp[0].ttype);
                  continue_class (objc_interface_context);
		;
    break;}
case 402:
#line 2212 "objc-parse.y"
{
		  finish_class (objc_interface_context);
		  objc_interface_context = NULL_TREE;
		;
    break;}
case 403:
#line 2218 "objc-parse.y"
{
		  objc_implementation_context
		    = start_class (CATEGORY_IMPLEMENTATION_TYPE, yyvsp[-3].ttype, yyvsp[-1].ttype, NULL_TREE);
                  objc_ivar_chain
		    = continue_class (objc_implementation_context);
		;
    break;}
case 404:
#line 2228 "objc-parse.y"
{
		  remember_protocol_qualifiers ();
		  objc_interface_context
		    = start_protocol(PROTOCOL_INTERFACE_TYPE, yyvsp[-1].ttype, yyvsp[0].ttype);
		;
    break;}
case 405:
#line 2234 "objc-parse.y"
{
		  forget_protocol_qualifiers();
		  finish_protocol(objc_interface_context);
		  objc_interface_context = NULL_TREE;
		;
    break;}
case 406:
#line 2243 "objc-parse.y"
{
		  yyval.ttype = NULL_TREE;
		;
    break;}
case 407:
#line 2247 "objc-parse.y"
{
		  if (yyvsp[-2].code == LT_EXPR && yyvsp[0].code == GT_EXPR)
		    yyval.ttype = yyvsp[-1].ttype;
		  else
		    YYERROR1;
		;
    break;}
case 410:
#line 2261 "objc-parse.y"
{ objc_public_flag = 2; ;
    break;}
case 411:
#line 2262 "objc-parse.y"
{ objc_public_flag = 0; ;
    break;}
case 412:
#line 2263 "objc-parse.y"
{ objc_public_flag = 1; ;
    break;}
case 413:
#line 2268 "objc-parse.y"
{
                  yyval.ttype = NULL_TREE;
                ;
    break;}
case 415:
#line 2273 "objc-parse.y"
{
                  if (pedantic)
		    pedwarn ("extra semicolon in struct or union specified");
                ;
    break;}
case 416:
#line 2291 "objc-parse.y"
{
                  yyval.ttype = yyvsp[0].ttype;
		  resume_momentary (yyvsp[-1].itype);
                ;
    break;}
case 417:
#line 2296 "objc-parse.y"
{
                  yyval.ttype = yyvsp[0].ttype;
		  resume_momentary (yyvsp[-1].itype);
                ;
    break;}
case 418:
#line 2301 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
    break;}
case 419:
#line 2306 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
    break;}
case 422:
#line 2313 "objc-parse.y"
{
		  yyval.ttype = add_instance_variable (objc_ivar_context,
					      objc_public_flag,
					      yyvsp[0].ttype, current_declspecs,
					      NULL_TREE);
                ;
    break;}
case 423:
#line 2320 "objc-parse.y"
{
		  yyval.ttype = add_instance_variable (objc_ivar_context,
					      objc_public_flag,
					      yyvsp[-2].ttype, current_declspecs, yyvsp[0].ttype);
                ;
    break;}
case 424:
#line 2326 "objc-parse.y"
{
		  yyval.ttype = add_instance_variable (objc_ivar_context,
					      objc_public_flag,
					      NULL_TREE,
					      current_declspecs, yyvsp[0].ttype);
                ;
    break;}
case 425:
#line 2336 "objc-parse.y"
{
		  remember_protocol_qualifiers ();
		  if (objc_implementation_context)
		    objc_inherit_code = CLASS_METHOD_DECL;
                  else
		    fatal ("method definition not in class context");
		;
    break;}
case 426:
#line 2344 "objc-parse.y"
{
		  forget_protocol_qualifiers ();
		  add_class_method (objc_implementation_context, yyvsp[0].ttype);
		  start_method_def (yyvsp[0].ttype);
		  objc_method_context = yyvsp[0].ttype;
		;
    break;}
case 427:
#line 2351 "objc-parse.y"
{
		  continue_method_def ();
		;
    break;}
case 428:
#line 2355 "objc-parse.y"
{
		  finish_method_def ();
		  objc_method_context = NULL_TREE;
		;
    break;}
case 429:
#line 2361 "objc-parse.y"
{
		  remember_protocol_qualifiers ();
		  if (objc_implementation_context)
		    objc_inherit_code = INSTANCE_METHOD_DECL;
                  else
		    fatal ("method definition not in class context");
		;
    break;}
case 430:
#line 2369 "objc-parse.y"
{
		  forget_protocol_qualifiers ();
		  add_instance_method (objc_implementation_context, yyvsp[0].ttype);
		  start_method_def (yyvsp[0].ttype);
		  objc_method_context = yyvsp[0].ttype;
		;
    break;}
case 431:
#line 2376 "objc-parse.y"
{
		  continue_method_def ();
		;
    break;}
case 432:
#line 2380 "objc-parse.y"
{
		  finish_method_def ();
		  objc_method_context = NULL_TREE;
		;
    break;}
case 434:
#line 2392 "objc-parse.y"
{yyval.ttype = NULL_TREE; ;
    break;}
case 439:
#line 2399 "objc-parse.y"
{yyval.ttype = NULL_TREE; ;
    break;}
case 443:
#line 2409 "objc-parse.y"
{
		  objc_inherit_code = CLASS_METHOD_DECL;
		;
    break;}
case 444:
#line 2413 "objc-parse.y"
{
		  add_class_method (objc_interface_context, yyvsp[0].ttype);
		;
    break;}
case 446:
#line 2419 "objc-parse.y"
{
		  objc_inherit_code = INSTANCE_METHOD_DECL;
		;
    break;}
case 447:
#line 2423 "objc-parse.y"
{
		  add_instance_method (objc_interface_context, yyvsp[0].ttype);
		;
    break;}
case 449:
#line 2431 "objc-parse.y"
{
		  yyval.ttype = build_method_decl (objc_inherit_code, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE);
		;
    break;}
case 450:
#line 2436 "objc-parse.y"
{
		  yyval.ttype = build_method_decl (objc_inherit_code, NULL_TREE, yyvsp[0].ttype, NULL_TREE);
		;
    break;}
case 451:
#line 2441 "objc-parse.y"
{
		  yyval.ttype = build_method_decl (objc_inherit_code, yyvsp[-3].ttype, yyvsp[-1].ttype, yyvsp[0].ttype);
		;
    break;}
case 452:
#line 2446 "objc-parse.y"
{
		  yyval.ttype = build_method_decl (objc_inherit_code, NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype);
		;
    break;}
case 461:
#line 2476 "objc-parse.y"
{ resume_momentary (yyvsp[-2].itype); ;
    break;}
case 462:
#line 2478 "objc-parse.y"
{ shadow_tag (yyvsp[-1].ttype); ;
    break;}
case 463:
#line 2480 "objc-parse.y"
{ pedwarn ("empty declaration"); ;
    break;}
case 464:
#line 2485 "objc-parse.y"
{ push_parm_decl (yyvsp[0].ttype); ;
    break;}
case 465:
#line 2487 "objc-parse.y"
{ push_parm_decl (yyvsp[0].ttype); ;
    break;}
case 466:
#line 2495 "objc-parse.y"
{ yyval.ttype = build_tree_list (current_declspecs, yyvsp[0].ttype)	; ;
    break;}
case 467:
#line 2497 "objc-parse.y"
{ yyval.ttype = build_tree_list (current_declspecs, yyvsp[0].ttype)	; ;
    break;}
case 468:
#line 2499 "objc-parse.y"
{ yyval.ttype = build_tree_list (current_declspecs, yyvsp[0].ttype)	; ;
    break;}
case 469:
#line 2504 "objc-parse.y"
{
	    	  yyval.ttype = NULL_TREE;
		;
    break;}
case 470:
#line 2508 "objc-parse.y"
{
		  /* oh what a kludge! */
		  yyval.ttype = (tree)1;
		;
    break;}
case 471:
#line 2513 "objc-parse.y"
{
		  pushlevel (0);
		;
    break;}
case 472:
#line 2517 "objc-parse.y"
{
	  	  /* returns a tree list node generated by get_parm_info */
		  yyval.ttype = yyvsp[0].ttype;
		  poplevel (0, 0, 0);
		;
    break;}
case 475:
#line 2532 "objc-parse.y"
{
		  yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype);
		;
    break;}
case 480:
#line 2545 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 481:
#line 2546 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 482:
#line 2547 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 483:
#line 2548 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 484:
#line 2549 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 485:
#line 2550 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 486:
#line 2551 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 487:
#line 2552 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 488:
#line 2553 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 489:
#line 2554 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 490:
#line 2555 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 491:
#line 2556 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 492:
#line 2557 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 493:
#line 2558 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 494:
#line 2559 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 495:
#line 2560 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 496:
#line 2561 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 497:
#line 2562 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 498:
#line 2563 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
    break;}
case 501:
#line 2569 "objc-parse.y"
{
		  yyval.ttype = build_keyword_decl (yyvsp[-5].ttype, yyvsp[-2].ttype, yyvsp[0].ttype);
		;
    break;}
case 502:
#line 2574 "objc-parse.y"
{
		  yyval.ttype = build_keyword_decl (yyvsp[-2].ttype, NULL_TREE, yyvsp[0].ttype);
		;
    break;}
case 503:
#line 2579 "objc-parse.y"
{
		  yyval.ttype = build_keyword_decl (NULL_TREE, yyvsp[-2].ttype, yyvsp[0].ttype);
		;
    break;}
case 504:
#line 2584 "objc-parse.y"
{
		  yyval.ttype = build_keyword_decl (NULL_TREE, NULL_TREE, yyvsp[0].ttype);
		;
    break;}
case 508:
#line 2597 "objc-parse.y"
{
		  yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype);
		;
    break;}
case 509:
#line 2605 "objc-parse.y"
{
		  if (TREE_CHAIN (yyvsp[0].ttype) == NULL_TREE)
		    /* just return the expr., remove a level of indirection */
		    yyval.ttype = TREE_VALUE (yyvsp[0].ttype);
                  else
		    /* we have a comma expr., we will collapse later */
		    yyval.ttype = yyvsp[0].ttype;
		;
    break;}
case 510:
#line 2617 "objc-parse.y"
{
		  yyval.ttype = build_tree_list (yyvsp[-2].ttype, yyvsp[0].ttype);
		;
    break;}
case 511:
#line 2621 "objc-parse.y"
{
		  yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype);
		;
    break;}
case 513:
#line 2629 "objc-parse.y"
{
		  yyval.ttype = get_class_reference (yyvsp[0].ttype);
		;
    break;}
case 514:
#line 2636 "objc-parse.y"
{ objc_receiver_context = 1; ;
    break;}
case 515:
#line 2638 "objc-parse.y"
{ objc_receiver_context = 0; ;
    break;}
case 516:
#line 2640 "objc-parse.y"
{
		  yyval.ttype = build_tree_list (yyvsp[-3].ttype, yyvsp[-1].ttype);
		;
    break;}
case 520:
#line 2653 "objc-parse.y"
{
		  yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype);
		;
    break;}
case 521:
#line 2660 "objc-parse.y"
{
		  yyval.ttype = build_tree_list (yyvsp[-1].ttype, NULL_TREE);
		;
    break;}
case 522:
#line 2664 "objc-parse.y"
{
		  yyval.ttype = build_tree_list (NULL_TREE, NULL_TREE);
		;
    break;}
case 523:
#line 2671 "objc-parse.y"
{
		  yyval.ttype = yyvsp[-1].ttype;
		;
    break;}
case 524:
#line 2678 "objc-parse.y"
{
		  yyval.ttype = yyvsp[-1].ttype;
		;
    break;}
case 525:
#line 2687 "objc-parse.y"
{
		  yyval.ttype = groktypename (yyvsp[-1].ttype);
		;
    break;}
}
   /* the action file gets copied in in place of this dollarsign */
#line 480 "/usr/local/lib/bison.simple"

  yyvsp -= yylen;
  yyssp -= yylen;
#ifdef YYLSP_NEEDED
  yylsp -= yylen;
#endif

#if YYDEBUG != 0
  if (yydebug)
    {
      short *ssp1 = yyss - 1;
      fprintf (stderr, "state stack now");
      while (ssp1 != yyssp)
	fprintf (stderr, " %d", *++ssp1);
      fprintf (stderr, "\n");
    }
#endif

  *++yyvsp = yyval;

#ifdef YYLSP_NEEDED
  yylsp++;
  if (yylen == 0)
    {
      yylsp->first_line = yylloc.first_line;
      yylsp->first_column = yylloc.first_column;
      yylsp->last_line = (yylsp-1)->last_line;
      yylsp->last_column = (yylsp-1)->last_column;
      yylsp->text = 0;
    }
  else
    {
      yylsp->last_line = (yylsp+yylen-1)->last_line;
      yylsp->last_column = (yylsp+yylen-1)->last_column;
    }
#endif

  /* Now "shift" the result of the reduction.
     Determine what state that goes to,
     based on the state we popped back to
     and the rule number reduced by.  */

  yyn = yyr1[yyn];

  yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
  if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
    yystate = yytable[yystate];
  else
    yystate = yydefgoto[yyn - YYNTBASE];

  goto yynewstate;

yyerrlab:   /* here on detecting error */

  if (! yyerrstatus)
    /* If not already recovering from an error, report this error.  */
    {
      ++yynerrs;

#ifdef YYERROR_VERBOSE
      yyn = yypact[yystate];

      if (yyn > YYFLAG && yyn < YYLAST)
	{
	  int size = 0;
	  char *msg;
	  int x, count;

	  count = 0;
	  /* Start X at -yyn if nec to avoid negative indexes in yycheck.  */
	  for (x = (yyn < 0 ? -yyn : 0);
	       x < (sizeof(yytname) / sizeof(char *)); x++)
	    if (yycheck[x + yyn] == x)
	      size += strlen(yytname[x]) + 15, count++;
	  msg = (char *) malloc(size + 15);
	  if (msg != 0)
	    {
	      strcpy(msg, "parse error");

	      if (count < 5)
		{
		  count = 0;
		  for (x = (yyn < 0 ? -yyn : 0);
		       x < (sizeof(yytname) / sizeof(char *)); x++)
		    if (yycheck[x + yyn] == x)
		      {
			strcat(msg, count == 0 ? ", expecting `" : " or `");
			strcat(msg, yytname[x]);
			strcat(msg, "'");
			count++;
		      }
		}
	      yyerror(msg);
	      free(msg);
	    }
	  else
	    yyerror ("parse error; also virtual memory exceeded");
	}
      else
#endif /* YYERROR_VERBOSE */
	yyerror("parse error");
    }

  goto yyerrlab1;
yyerrlab1:   /* here on error raised explicitly by an action */

  if (yyerrstatus == 3)
    {
      /* if just tried and failed to reuse lookahead token after an error, discard it.  */

      /* return failure if at end of input */
      if (yychar == YYEOF)
	YYABORT;

#if YYDEBUG != 0
      if (yydebug)
	fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
#endif

      yychar = YYEMPTY;
    }

  /* Else will try to reuse lookahead token
     after shifting the error token.  */

  yyerrstatus = 3;		/* Each real token shifted decrements this */

  goto yyerrhandle;

yyerrdefault:  /* current state does not do anything special for the error token. */

#if 0
  /* This is wrong; only states that explicitly want error tokens
     should shift them.  */
  yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
  if (yyn) goto yydefault;
#endif

yyerrpop:   /* pop the current state because it cannot handle the error token */

  if (yyssp == yyss) YYABORT;
  yyvsp--;
  yystate = *--yyssp;
#ifdef YYLSP_NEEDED
  yylsp--;
#endif

#if YYDEBUG != 0
  if (yydebug)
    {
      short *ssp1 = yyss - 1;
      fprintf (stderr, "Error: state stack now");
      while (ssp1 != yyssp)
	fprintf (stderr, " %d", *++ssp1);
      fprintf (stderr, "\n");
    }
#endif

yyerrhandle:

  yyn = yypact[yystate];
  if (yyn == YYFLAG)
    goto yyerrdefault;

  yyn += YYTERROR;
  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
    goto yyerrdefault;

  yyn = yytable[yyn];
  if (yyn < 0)
    {
      if (yyn == YYFLAG)
	goto yyerrpop;
      yyn = -yyn;
      goto yyreduce;
    }
  else if (yyn == 0)
    goto yyerrpop;

  if (yyn == YYFINAL)
    YYACCEPT;

#if YYDEBUG != 0
  if (yydebug)
    fprintf(stderr, "Shifting error token, ");
#endif

  *++yyvsp = yylval;
#ifdef YYLSP_NEEDED
  *++yylsp = yylloc;
#endif

  yystate = yyn;
  goto yynewstate;
}
#line 2692 "objc-parse.y"

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.