3 /* A Bison parser, made from %%filename
4 by GNU bison %%version. */
6 /* Skeleton output parser for bison,
7 Copyright 1984, 1989, 1990, 2000, 2001 Free Software Foundation, Inc.
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2, or (at your option)
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 59 Temple Place - Suite 330,
22 Boston, MA 02111-1307, USA. */
24 /* As a special exception, when this file is copied by Bison into a
25 Bison output file, you may use that output file without restriction.
26 This special exception was added by the Free Software Foundation
27 in version 1.24 of Bison. */
29 /* This is the parser code that is written into each bison parser when
30 the %semantic_parser declaration is not specified in the grammar.
31 It was written by Richard Stallman by simplifying the hairy parser
32 used when %semantic_parser is specified. */
34 /* Identify Bison output. */
40 /* Using locations. */
41 #define YYLSP_NEEDED %%locations-flag
43 /* Enabling traces. */
45 # define YYDEBUG %%debug
48 /* Enabling verbose error messages. */
49 #ifdef YYERROR_VERBOSE
50 # undef YYERROR_VERBOSE
51 # define YYERROR_VERBOSE 1
53 # define YYERROR_VERBOSE %%error-verbose
56 /* If name_prefix is specify substitute the variables and functions
58 #define yyparse %%prefix##parse
59 #define yylex %%prefix##lex
60 #define yyerror %%prefix##error
61 #define yylval %%prefix##lval
62 #define yychar %%prefix##char
63 #define yydebug %%prefix##debug
64 #define yynerrs %%prefix##nerrs
67 typedef %%stype yystype;
68 # define YYSTYPE yystype
72 typedef struct yyltype
79 # define YYLTYPE %%ltype
82 /* Copy the user declarations. */
85 #line %%line "%%skeleton"
89 /* All symbols defined below should begin with yy or YY, to avoid
90 infringing on user name space. This should be done even for local
91 variables, as they might otherwise be expanded by user macros.
92 There are some unavoidable exceptions within include files to
93 define necessary library symbols; they are noted "INFRINGES ON
94 USER NAME SPACE" below. */
96 #if ! defined (yyoverflow) || YYERROR_VERBOSE
98 /* The parser invokes alloca or malloc; define the necessary symbols. */
100 # if YYSTACK_USE_ALLOCA
101 # define YYSTACK_ALLOC alloca
102 # define YYSIZE_T size_t
104 # ifndef YYSTACK_USE_ALLOCA
105 # if defined (alloca) || defined (_ALLOCA_H)
106 # define YYSTACK_ALLOC alloca
107 # define YYSIZE_T size_t
109 # if defined (__GNUC__) || defined (_AIX) || defined (__hpux)
110 # define YYSTACK_ALLOC __builtin_alloca
116 # if defined (__sgi) || defined (__sparc__) || defined (__sparc) || defined (__sun)
117 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
118 # define YYSTACK_ALLOC alloca
119 # define YYSIZE_T size_t
126 # ifdef YYSTACK_ALLOC
127 /* Pacify GCC's `empty if-body' warning. */
128 # define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
131 # include <cstdlib> /* INFRINGES ON USER NAME SPACE */
132 # define YYSIZE_T std::size_t
133 # define YYSTACK_ALLOC std::malloc
134 # define YYSTACK_FREE std::free
137 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
138 # define YYSIZE_T size_t
140 # define YYSTACK_ALLOC malloc
141 # define YYSTACK_FREE free
145 /* A type that is properly aligned for any stack member. */
155 /* The size of the maximum gap between one aligned stack and the next. */
156 # define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
158 /* The size of an array large to enough to hold all stacks, each with
161 # define YYSTACK_BYTES(N) \
162 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
163 + 2 * YYSTACK_GAP_MAX)
165 # define YYSTACK_BYTES(N) \
166 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
170 /* Relocate the TYPE STACK from its old location to the new one. The
171 local variables YYSIZE and YYSTACKSIZE give the old and new number of
172 elements in the stack, and YYPTR gives the new location of the
173 stack. Advance YYPTR to a properly aligned location for the next
175 # define YYSTACK_RELOCATE(Type, Stack) \
178 YYSIZE_T yynewbytes; \
179 yymemcpy ((char *) yyptr, (char *) (Stack), \
180 yysize * (YYSIZE_T) sizeof (Type)); \
181 Stack = &yyptr->Stack; \
182 yynewbytes = yystacksize * sizeof (Type) + YYSTACK_GAP_MAX; \
183 yyptr += yynewbytes / sizeof (*yyptr); \
187 #endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */
192 #define YYFINAL %%final
193 #define YYFLAG %%flag
194 #define YYNTBASE %%ntbase
195 #define YYLAST %%last
197 #define YYNTOKENS %%ntokens
198 #define YYNNTS %%nnts
199 #define YYNRULES %%nrules
200 #define YYNSTATES %%nstates
201 #define YYMAXUTOK %%maxtok
203 /* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
204 #define YYTRANSLATE(x) ((unsigned)(x) <= %%maxtok ? yytranslate[x] : %%nsym)
206 /* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
207 static const char yytranslate[] =
213 static const short yyprhs[] =
218 static const short yyrhs[] =
223 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
224 static const short yyrline[] =
230 #if YYDEBUG || YYERROR_VERBOSE
231 /* YYTNME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
232 static const char *const yytname[] =
238 /* YYTOKNUM[YYN] -- Index in YYTNAME corresponding to YYLEX. */
239 static const short yytoknum[] =
244 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
245 static const short yyr1[] =
250 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
251 static const short yyr2[] =
256 /* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
257 doesn't specify something else to do. Zero means the default is an
259 static const short yydefact[] =
264 static const short yydefgoto[] =
269 static const short yypact[] =
274 static const short yypgoto[] =
279 static const short yytable[] =
284 static const short yycheck[] =
290 #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
291 # define YYSIZE_T __SIZE_TYPE__
293 #if ! defined (YYSIZE_T) && defined (size_t)
294 # define YYSIZE_T size_t
296 #if ! defined (YYSIZE_T)
298 # include <cstddef> /* INFRINGES ON USER NAME SPACE */
299 # define YYSIZE_T std::size_t
302 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
303 # define YYSIZE_T size_t
307 #if ! defined (YYSIZE_T)
308 # define YYSIZE_T unsigned int
311 #define yyerrok (yyerrstatus = 0)
312 #define yyclearin (yychar = YYEMPTY)
316 #define YYACCEPT goto yyacceptlab
317 #define YYABORT goto yyabortlab
318 #define YYERROR goto yyerrlab1
320 /* Like YYERROR except do call yyerror. This remains here temporarily
321 to ease the transition to the new meaning of YYERROR, for GCC.
322 Once GCC version 2 has supplanted version 1, this can go. */
324 #define YYFAIL goto yyerrlab
326 #define YYRECOVERING() (!!yyerrstatus)
328 #define YYBACKUP(Token, Value) \
330 if (yychar == YYEMPTY && yylen == 1) \
334 yychar1 = YYTRANSLATE (yychar); \
340 yyerror ("syntax error: cannot back up"); \
346 #define YYERRCODE 256
348 /* YYLLOC_DEFAULT -- Compute the default location (before the actions
351 When YYLLOC_DEFAULT is run, CURRENT is set the location of the
352 first token. By default, to implement support for ranges, extend
353 its range to the last symbol. */
355 #ifndef YYLLOC_DEFAULT
356 # define YYLLOC_DEFAULT(Current, Rhs, N) \
357 Current.last_line = Rhs[N].last_line; \
358 Current.last_column = Rhs[N].last_column;
361 /* YYLEX -- calling `yylex' with the right arguments. */
366 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
368 # define YYLEX yylex (&yylval, &yylloc)
370 # else /* !YYLSP_NEEDED */
372 # define YYLEX yylex (&yylval, YYLEX_PARAM)
374 # define YYLEX yylex (&yylval)
376 # endif /* !YYLSP_NEEDED */
378 # define YYLEX yylex ()
381 /* Enable debugging if requested. */
386 # include <cstdio.h> /* INFRINGES ON USER NAME SPACE */
387 # define YYFPRINTF std::fprintf
388 # define YYSTDERR std::stderr
390 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
391 # define YYFPRINTF fprintf
392 # define YYSTDERR stderr
396 # define YYDPRINTF(Args) \
401 /* Nonzero means print parse trace. [The following comment makes no
402 sense to me. Could someone clarify it? --akim] Since this is
403 uninitialized, it does not stop multiple parsers from coexisting.
407 # define YYDPRINTF(Args)
408 #endif /* !YYDEBUG */
410 /* YYINITDEPTH -- initial size of the parser's stacks. */
412 # define YYINITDEPTH %%initdepth
415 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
416 if the built-in stack extension method is used).
418 Do not make this value too large; the results are undefined if
419 SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
420 evaluated with infinite-precision integer arithmetic. */
427 # define YYMAXDEPTH %%maxdepth
432 #if ! defined (yyoverflow) && ! defined (yymemcpy)
433 # if __GNUC__ > 1 /* GNU C and GNU C++ define this. */
434 # define yymemcpy __builtin_memcpy
435 # else /* not GNU C or C++ */
437 /* This is the most reliable way to avoid incompatibilities
438 in available built-in functions on various systems. */
440 # if defined (__STDC__) || defined (__cplusplus)
441 yymemcpy (char *yyto, const char *yyfrom, YYSIZE_T yycount)
443 yymemcpy (yyto, yyfrom, yycount)
449 register const char *yyf = yyfrom;
450 register char *yyt = yyto;
451 register YYSIZE_T yyi = yycount;
462 # if defined (__GLIBC__) && defined (_STRING_H)
463 # define yystrlen strlen
465 /* Return the length of YYSTR. */
467 # if defined (__STDC__) || defined (__cplusplus)
468 yystrlen (const char *yystr)
474 register const char *yys = yystr;
476 while (*yys++ != '\0')
479 return yys - yystr - 1;
485 # if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
486 # define yystpcpy stpcpy
488 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
491 # if defined (__STDC__) || defined (__cplusplus)
492 yystpcpy (char *yydest, const char *yysrc)
494 yystpcpy (yydest, yysrc)
499 register char *yyd = yydest;
500 register const char *yys = yysrc;
502 while ((*yyd++ = *yys++) != '\0')
510 #endif /* !YYERROR_VERBOSE */
514 #line %%line "%%skeleton"
516 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
517 into yyparse. The argument should have type void *.
518 It should actually point to an object.
519 Grammar actions can access the variable by casting it
520 to the proper pointer type. */
524 # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
525 # define YYPARSE_PARAM_DECL
526 # else /* !__cplusplus */
527 # define YYPARSE_PARAM_ARG YYPARSE_PARAM
528 # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
529 # endif /* !__cplusplus */
530 #else /* !YYPARSE_PARAM */
531 # define YYPARSE_PARAM_ARG
532 # define YYPARSE_PARAM_DECL
533 #endif /* !YYPARSE_PARAM */
535 /* Prevent warning if -Wstrict-prototypes. */
537 # ifdef YYPARSE_PARAM
538 int yyparse (void *);
544 /* YY_DECL_VARIABLES -- depending whether we use a pure parser,
545 variables are global, or local to YYPARSE. */
547 #define YY_DECL_NON_LSP_VARIABLES \
548 /* The lookahead symbol. */ \
551 /* The semantic value of the lookahead symbol. */ \
554 /* Number of parse errors so far. */ \
558 # define YY_DECL_VARIABLES \
559 YY_DECL_NON_LSP_VARIABLES \
561 /* Location data for the lookahead symbol. */ \
564 # define YY_DECL_VARIABLES \
565 YY_DECL_NON_LSP_VARIABLES
568 /* If nonreentrant, generate the variables here. */
575 yyparse (YYPARSE_PARAM_ARG)
578 /* If reentrant, generate the variables here. */
583 register int yystate;
586 /* Number of tokens to shift before error messages enabled. */
588 /* Lookahead token as an internal (translated) token number. */
591 /* Three stacks and their tools:
592 `yyss': related to states,
593 `yyvs': related to semantic values,
594 `yyls': related to locations.
596 Refer to the stacks thru separate pointers, to allow yyoverflow
597 to reallocate them elsewhere. */
599 /* The state stack. */
600 short yyssa[YYINITDEPTH];
602 register short *yyssp;
604 /* The semantic value stack. */
605 YYSTYPE yyvsa[YYINITDEPTH];
606 YYSTYPE *yyvs = yyvsa;
607 register YYSTYPE *yyvsp;
610 /* The location stack. */
611 YYLTYPE yylsa[YYINITDEPTH];
612 YYLTYPE *yyls = yylsa;
617 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--)
619 # define YYPOPSTACK (yyvsp--, yyssp--)
622 YYSIZE_T yystacksize = YYINITDEPTH;
624 /* The variables used to return semantic value and location from the
631 /* When reducing, the number of symbols on the RHS of the reduced
635 YYDPRINTF ((YYSTDERR, "Starting parse\n"));
640 yychar = YYEMPTY; /* Cause a token to be read. */
642 /* Initialize stack pointers.
643 Waste one element of value and location stack
644 so that they stay on the same level as the state stack.
645 The wasted elements are never initialized. */
654 /*------------------------------------------------------------.
655 | yynewstate -- Push a new state, which is found in yystate. |
656 `------------------------------------------------------------*/
658 /* In all cases, when you get here, the value and location stacks
659 have just been pushed. so pushing a state here evens the stacks.
666 if (yyssp >= yyss + yystacksize - 1)
668 /* Get the current used size of the three stacks, in elements. */
669 YYSIZE_T yysize = yyssp - yyss + 1;
673 /* Give user a chance to reallocate the stack. Use copies of
674 these so that the &'s don't force the real ones into
676 YYSTYPE *yyvs1 = yyvs;
679 /* Each stack pointer address is followed by the size of the
680 data in use in that stack, in bytes. */
682 YYLTYPE *yyls1 = yyls;
683 /* This used to be a conditional around just the two extra args,
684 but that might be undefined if yyoverflow is a macro. */
685 yyoverflow ("parser stack overflow",
686 &yyss1, yysize * sizeof (*yyssp),
687 &yyvs1, yysize * sizeof (*yyvsp),
688 &yyls1, yysize * sizeof (*yylsp),
692 yyoverflow ("parser stack overflow",
693 &yyss1, yysize * sizeof (*yyssp),
694 &yyvs1, yysize * sizeof (*yyvsp),
700 #else /* no yyoverflow */
701 /* Extend the stack our own way. */
702 if (yystacksize >= YYMAXDEPTH)
705 if (yystacksize > YYMAXDEPTH)
706 yystacksize = YYMAXDEPTH;
710 union yyalloc *yyptr =
711 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
714 YYSTACK_RELOCATE (short, yyss);
715 YYSTACK_RELOCATE (YYSTYPE, yyvs);
717 YYSTACK_RELOCATE (YYLTYPE, yyls);
719 # undef YYSTACK_RELOCATE
721 YYSTACK_FREE (yyss1);
723 #endif /* no yyoverflow */
725 yyssp = yyss + yysize - 1;
726 yyvsp = yyvs + yysize - 1;
728 yylsp = yyls + yysize - 1;
731 YYDPRINTF ((YYSTDERR, "Stack size increased to %lu\n",
732 (unsigned long int) yystacksize));
734 if (yyssp >= yyss + yystacksize - 1)
738 YYDPRINTF ((YYSTDERR, "Entering state %d\n", yystate));
747 /* Do appropriate processing given the current state. */
748 /* Read a lookahead token if we need one and don't already have one. */
751 /* First try to decide what to do without reference to lookahead token. */
753 yyn = yypact[yystate];
757 /* Not known => get a lookahead token if don't already have one. */
759 /* yychar is either YYEMPTY or YYEOF
760 or a valid token in external form. */
762 if (yychar == YYEMPTY)
764 YYDPRINTF ((YYSTDERR, "Reading a token: "));
768 /* Convert token to internal form (in yychar1) for indexing tables with. */
770 if (yychar <= 0) /* This means end of input. */
773 yychar = YYEOF; /* Don't call YYLEX any more. */
775 YYDPRINTF ((YYSTDERR, "Now at end of input.\n"));
779 yychar1 = YYTRANSLATE (yychar);
782 /* We have to keep this `#if YYDEBUG', since we use variables
783 which are defined only if `YYDEBUG' is set. */
786 YYFPRINTF (YYSTDERR, "Next token is %d (%s",
787 yychar, yytname[yychar1]);
788 /* Give the individual parser a way to print the precise
789 meaning of a token, for further debugging info. */
791 YYPRINT (YYSTDERR, yychar, yylval);
793 YYFPRINTF (YYSTDERR, ")\n");
799 if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
804 /* yyn is what to do for this token type in this state.
805 Negative => reduce, -yyn is rule number.
806 Positive => shift, yyn is new state.
807 New state is final state => don't bother to shift,
809 0, or most negative number => error. */
824 /* Shift the lookahead token. */
825 YYDPRINTF ((YYSTDERR, "Shifting token %d (%s), ",
826 yychar, yytname[yychar1]));
828 /* Discard the token being shifted unless it is eof. */
837 /* Count tokens shifted since error; after three, turn off error
846 /*-----------------------------------------------------------.
847 | yydefault -- do the default action for the current state. |
848 `-----------------------------------------------------------*/
850 yyn = yydefact[yystate];
856 /*-----------------------------.
857 | yyreduce -- Do a reduction. |
858 `-----------------------------*/
860 /* yyn is the number of a rule to reduce with. */
863 /* If YYLEN is nonzero, implement the default value of the action:
866 Otherwise, the following line sets YYVAL to the semantic value of
867 the lookahead token. This behavior is undocumented and Bison
868 users should not rely upon it. Assigning to YYVAL
869 unconditionally makes the parser a bit smaller, and it avoids a
870 GCC warning that YYVAL may be used uninitialized. */
871 yyval = yyvsp[1-yylen];
874 /* Similarly for the default location. Let the user run additional
875 commands if for instance locations are ranges. */
876 yyloc = yylsp[1-yylen];
877 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
881 /* We have to keep this `#if YYDEBUG', since we use variables which
882 are defined only if `YYDEBUG' is set. */
887 YYFPRINTF (YYSTDERR, "Reducing via rule %d (line %d), ",
890 /* Print the symbols being reduced, and their result. */
891 for (yyi = yyprhs[yyn]; yyrhs[yyi] > 0; yyi++)
892 YYFPRINTF (YYSTDERR, "%s ", yytname[yyrhs[yyi]]);
893 YYFPRINTF (YYSTDERR, " -> %s\n", yytname[yyr1[yyn]]);
900 #line %%line "%%skeleton"
911 short *yyssp1 = yyss - 1;
912 YYFPRINTF (YYSTDERR, "state stack now");
913 while (yyssp1 != yyssp)
914 YYFPRINTF (YYSTDERR, " %d", *++yyssp1);
915 YYFPRINTF (YYSTDERR, "\n");
924 /* Now `shift' the result of the reduction. Determine what state
925 that goes to, based on the state we popped back to and the rule
926 number reduced by. */
930 yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
931 if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
932 yystate = yytable[yystate];
934 yystate = yydefgoto[yyn - YYNTBASE];
939 /*------------------------------------.
940 | yyerrlab -- here on detecting error |
941 `------------------------------------*/
943 /* If not already recovering from an error, report this error. */
949 yyn = yypact[yystate];
951 if (yyn > YYFLAG && yyn < YYLAST)
958 /* Start YYX at -YYN if negative to avoid negative indexes in
960 for (yyx = yyn < 0 ? -yyn : 0;
961 yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
962 if (yycheck[yyx + yyn] == yyx)
963 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
964 yysize += yystrlen ("parse error, unexpected ") + 1;
965 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
966 yymsg = (char *) YYSTACK_ALLOC (yysize);
969 char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
970 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
975 for (yyx = yyn < 0 ? -yyn : 0;
976 yyx < (int) (sizeof (yytname) / sizeof (char *));
978 if (yycheck[yyx + yyn] == yyx)
980 const char *yyq = ! yycount ? ", expecting " : " or ";
981 yyp = yystpcpy (yyp, yyq);
982 yyp = yystpcpy (yyp, yytname[yyx]);
987 YYSTACK_FREE (yymsg);
990 yyerror ("parse error; also virtual memory exhausted");
993 #endif /* YYERROR_VERBOSE */
994 yyerror ("parse error");
999 /*----------------------------------------------------.
1000 | yyerrlab1 -- error raised explicitly by an action. |
1001 `----------------------------------------------------*/
1003 if (yyerrstatus == 3)
1005 /* If just tried and failed to reuse lookahead token after an
1006 error, discard it. */
1008 /* Return failure if at end of input. */
1009 if (yychar == YYEOF)
1011 YYDPRINTF ((YYSTDERR, "Discarding token %d (%s).\n",
1012 yychar, yytname[yychar1]));
1016 /* Else will try to reuse lookahead token after shifting the error
1019 yyerrstatus = 3; /* Each real token shifted decrements this. */
1024 /*-------------------------------------------------------------------.
1025 | yyerrdefault -- current state does not do anything special for the |
1027 `-------------------------------------------------------------------*/
1030 /* This is wrong; only states that explicitly want error tokens
1031 should shift them. */
1033 /* If its default is to accept any token, ok. Otherwise pop it. */
1034 yyn = yydefact[yystate];
1040 /*---------------------------------------------------------------.
1041 | yyerrpop -- pop the current state because it cannot handle the |
1043 `---------------------------------------------------------------*/
1056 short *yyssp1 = yyss - 1;
1057 YYFPRINTF (YYSTDERR, "Error: state stack now");
1058 while (yyssp1 != yyssp)
1059 YYFPRINTF (YYSTDERR, " %d", *++yyssp1);
1060 YYFPRINTF (YYSTDERR, "\n");
1068 yyn = yypact[yystate];
1073 if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
1090 YYDPRINTF ((YYSTDERR, "Shifting error token, "));
1101 /*-------------------------------------.
1102 | yyacceptlab -- YYACCEPT comes here. |
1103 `-------------------------------------*/
1108 /*-----------------------------------.
1109 | yyabortlab -- YYABORT comes here. |
1110 `-----------------------------------*/
1115 /*---------------------------------------------.
1116 | yyoverflowab -- parser overflow comes here. |
1117 `---------------------------------------------*/
1119 yyerror ("parser stack overflow");
1126 YYSTACK_FREE (yyss);