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 #undef YYERROR_VERBOSE
50 #define YYERROR_VERBOSE %%error-verbose
52 /* If name_prefix is specify substitute the variables and functions
54 #define yyparse %%prefix##parse
55 #define yylex %%prefix##lex
56 #define yyerror %%prefix##error
57 #define yylval %%prefix##lval
58 #define yychar %%prefix##char
59 #define yydebug %%prefix##debug
60 #define yynerrs %%prefix##nerrs
63 typedef %%stype yystype;
64 # define YYSTYPE yystype
68 typedef struct yyltype
75 # define YYLTYPE %%ltype
78 /* Copy the user declarations. */
81 #line %%line "%%skeleton"
85 /* All symbols defined below should begin with yy or YY, to avoid
86 infringing on user name space. This should be done even for local
87 variables, as they might otherwise be expanded by user macros.
88 There are some unavoidable exceptions within include files to
89 define necessary library symbols; they are noted "INFRINGES ON
90 USER NAME SPACE" below. */
92 #if ! defined (yyoverflow) || YYERROR_VERBOSE
94 /* The parser invokes alloca or malloc; define the necessary symbols. */
96 # if YYSTACK_USE_ALLOCA
97 # define YYSTACK_ALLOC alloca
98 # define YYSIZE_T size_t
100 # ifndef YYSTACK_USE_ALLOCA
101 # if defined (alloca) || defined (_ALLOCA_H)
102 # define YYSTACK_ALLOC alloca
103 # define YYSIZE_T size_t
105 # if defined (__GNUC__) || defined (_AIX) || defined (__hpux)
106 # define YYSTACK_ALLOC __builtin_alloca
112 # if defined (__sgi) || defined (__sparc__) || defined (__sparc) || defined (__sun)
113 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
114 # define YYSTACK_ALLOC alloca
115 # define YYSIZE_T size_t
122 # ifdef YYSTACK_ALLOC
123 /* Pacify GCC's `empty if-body' warning. */
124 # define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
127 # include <cstdlib> /* INFRINGES ON USER NAME SPACE */
128 # define YYSIZE_T std::size_t
129 # define YYSTACK_ALLOC std::malloc
130 # define YYSTACK_FREE std::free
133 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
134 # define YYSIZE_T size_t
136 # define YYSTACK_ALLOC malloc
137 # define YYSTACK_FREE free
141 /* A type that is properly aligned for any stack member. */
151 /* The size of the maximum gap between one aligned stack and the next. */
152 # define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
154 /* The size of an array large to enough to hold all stacks, each with
157 # define YYSTACK_BYTES(N) \
158 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
159 + 2 * YYSTACK_GAP_MAX)
161 # define YYSTACK_BYTES(N) \
162 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
166 /* Relocate the TYPE STACK from its old location to the new one. The
167 local variables YYSIZE and YYSTACKSIZE give the old and new number of
168 elements in the stack, and YYPTR gives the new location of the
169 stack. Advance YYPTR to a properly aligned location for the next
171 # define YYSTACK_RELOCATE(Type, Stack) \
174 YYSIZE_T yynewbytes; \
175 yymemcpy ((char *) yyptr, (char *) (Stack), \
176 yysize * (YYSIZE_T) sizeof (Type)); \
177 Stack = &yyptr->Stack; \
178 yynewbytes = yystacksize * sizeof (Type) + YYSTACK_GAP_MAX; \
179 yyptr += yynewbytes / sizeof (*yyptr); \
183 #endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */
188 #define YYFINAL %%final
189 #define YYFLAG %%flag
190 #define YYNTBASE %%ntbase
191 #define YYLAST %%last
193 #define YYNTOKENS %%ntokens
194 #define YYNNTS %%nnts
195 #define YYNRULES %%nrules
196 #define YYNSTATES %%nstates
197 #define YYMAXUTOK %%maxtok
199 /* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
200 #define YYTRANSLATE(x) ((unsigned)(x) <= %%maxtok ? yytranslate[x] : %%nsym)
202 /* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
203 static const char yytranslate[] =
209 static const short yyprhs[] =
214 static const short yyrhs[] =
219 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
220 static const short yyrline[] =
226 #if YYDEBUG || YYERROR_VERBOSE
227 /* YYTNME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
228 static const char *const yytname[] =
234 /* YYTOKNUM[YYN] -- Index in YYTNAME corresponding to YYLEX. */
235 static const short yytoknum[] =
240 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
241 static const short yyr1[] =
246 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
247 static const short yyr2[] =
252 /* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
253 doesn't specify something else to do. Zero means the default is an
255 static const short yydefact[] =
260 static const short yydefgoto[] =
265 static const short yypact[] =
270 static const short yypgoto[] =
275 static const short yytable[] =
280 static const short yycheck[] =
286 #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
287 # define YYSIZE_T __SIZE_TYPE__
289 #if ! defined (YYSIZE_T) && defined (size_t)
290 # define YYSIZE_T size_t
292 #if ! defined (YYSIZE_T)
294 # include <cstddef> /* INFRINGES ON USER NAME SPACE */
295 # define YYSIZE_T std::size_t
298 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
299 # define YYSIZE_T size_t
303 #if ! defined (YYSIZE_T)
304 # define YYSIZE_T unsigned int
307 #define yyerrok (yyerrstatus = 0)
308 #define yyclearin (yychar = YYEMPTY)
312 #define YYACCEPT goto yyacceptlab
313 #define YYABORT goto yyabortlab
314 #define YYERROR goto yyerrlab1
316 /* Like YYERROR except do call yyerror. This remains here temporarily
317 to ease the transition to the new meaning of YYERROR, for GCC.
318 Once GCC version 2 has supplanted version 1, this can go. */
320 #define YYFAIL goto yyerrlab
322 #define YYRECOVERING() (!!yyerrstatus)
324 #define YYBACKUP(Token, Value) \
326 if (yychar == YYEMPTY && yylen == 1) \
330 yychar1 = YYTRANSLATE (yychar); \
336 yyerror ("syntax error: cannot back up"); \
342 #define YYERRCODE 256
344 /* YYLLOC_DEFAULT -- Compute the default location (before the actions
347 When YYLLOC_DEFAULT is run, CURRENT is set the location of the
348 first token. By default, to implement support for ranges, extend
349 its range to the last symbol. */
351 #ifndef YYLLOC_DEFAULT
352 # define YYLLOC_DEFAULT(Current, Rhs, N) \
353 Current.last_line = Rhs[N].last_line; \
354 Current.last_column = Rhs[N].last_column;
357 /* YYLEX -- calling `yylex' with the right arguments. */
362 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
364 # define YYLEX yylex (&yylval, &yylloc)
366 # else /* !YYLSP_NEEDED */
368 # define YYLEX yylex (&yylval, YYLEX_PARAM)
370 # define YYLEX yylex (&yylval)
372 # endif /* !YYLSP_NEEDED */
374 # define YYLEX yylex ()
377 /* Enable debugging if requested. */
382 # include <cstdio.h> /* INFRINGES ON USER NAME SPACE */
383 # define YYFPRINTF std::fprintf
384 # define YYSTDERR std::stderr
386 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
387 # define YYFPRINTF fprintf
388 # define YYSTDERR stderr
392 # define YYDPRINTF(Args) \
397 /* Nonzero means print parse trace. [The following comment makes no
398 sense to me. Could someone clarify it? --akim] Since this is
399 uninitialized, it does not stop multiple parsers from coexisting.
403 # define YYDPRINTF(Args)
404 #endif /* !YYDEBUG */
406 /* YYINITDEPTH -- initial size of the parser's stacks. */
408 # define YYINITDEPTH %%initdepth
411 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
412 if the built-in stack extension method is used).
414 Do not make this value too large; the results are undefined if
415 SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
416 evaluated with infinite-precision integer arithmetic. */
423 # define YYMAXDEPTH %%maxdepth
428 #if ! defined (yyoverflow) && ! defined (yymemcpy)
429 # if __GNUC__ > 1 /* GNU C and GNU C++ define this. */
430 # define yymemcpy __builtin_memcpy
431 # else /* not GNU C or C++ */
433 /* This is the most reliable way to avoid incompatibilities
434 in available built-in functions on various systems. */
436 # if defined (__STDC__) || defined (__cplusplus)
437 yymemcpy (char *yyto, const char *yyfrom, YYSIZE_T yycount)
439 yymemcpy (yyto, yyfrom, yycount)
445 register const char *yyf = yyfrom;
446 register char *yyt = yyto;
447 register YYSIZE_T yyi = yycount;
458 # if defined (__GLIBC__) && defined (_STRING_H)
459 # define yystrlen strlen
461 /* Return the length of YYSTR. */
463 # if defined (__STDC__) || defined (__cplusplus)
464 yystrlen (const char *yystr)
470 register const char *yys = yystr;
472 while (*yys++ != '\0')
475 return yys - yystr - 1;
481 # if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
482 # define yystpcpy stpcpy
484 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
487 # if defined (__STDC__) || defined (__cplusplus)
488 yystpcpy (char *yydest, const char *yysrc)
490 yystpcpy (yydest, yysrc)
495 register char *yyd = yydest;
496 register const char *yys = yysrc;
498 while ((*yyd++ = *yys++) != '\0')
506 #endif /* !YYERROR_VERBOSE */
510 #line %%line "%%skeleton"
512 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
513 into yyparse. The argument should have type void *.
514 It should actually point to an object.
515 Grammar actions can access the variable by casting it
516 to the proper pointer type. */
520 # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
521 # define YYPARSE_PARAM_DECL
522 # else /* !__cplusplus */
523 # define YYPARSE_PARAM_ARG YYPARSE_PARAM
524 # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
525 # endif /* !__cplusplus */
526 #else /* !YYPARSE_PARAM */
527 # define YYPARSE_PARAM_ARG
528 # define YYPARSE_PARAM_DECL
529 #endif /* !YYPARSE_PARAM */
531 /* Prevent warning if -Wstrict-prototypes. */
533 # ifdef YYPARSE_PARAM
534 int yyparse (void *);
540 /* YY_DECL_VARIABLES -- depending whether we use a pure parser,
541 variables are global, or local to YYPARSE. */
543 #define YY_DECL_NON_LSP_VARIABLES \
544 /* The lookahead symbol. */ \
547 /* The semantic value of the lookahead symbol. */ \
550 /* Number of parse errors so far. */ \
554 # define YY_DECL_VARIABLES \
555 YY_DECL_NON_LSP_VARIABLES \
557 /* Location data for the lookahead symbol. */ \
560 # define YY_DECL_VARIABLES \
561 YY_DECL_NON_LSP_VARIABLES
564 /* If nonreentrant, generate the variables here. */
571 yyparse (YYPARSE_PARAM_ARG)
574 /* If reentrant, generate the variables here. */
579 register int yystate;
582 /* Number of tokens to shift before error messages enabled. */
584 /* Lookahead token as an internal (translated) token number. */
587 /* Three stacks and their tools:
588 `yyss': related to states,
589 `yyvs': related to semantic values,
590 `yyls': related to locations.
592 Refer to the stacks thru separate pointers, to allow yyoverflow
593 to reallocate them elsewhere. */
595 /* The state stack. */
596 short yyssa[YYINITDEPTH];
598 register short *yyssp;
600 /* The semantic value stack. */
601 YYSTYPE yyvsa[YYINITDEPTH];
602 YYSTYPE *yyvs = yyvsa;
603 register YYSTYPE *yyvsp;
606 /* The location stack. */
607 YYLTYPE yylsa[YYINITDEPTH];
608 YYLTYPE *yyls = yylsa;
613 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--)
615 # define YYPOPSTACK (yyvsp--, yyssp--)
618 YYSIZE_T yystacksize = YYINITDEPTH;
620 /* The variables used to return semantic value and location from the
627 /* When reducing, the number of symbols on the RHS of the reduced
631 YYDPRINTF ((YYSTDERR, "Starting parse\n"));
636 yychar = YYEMPTY; /* Cause a token to be read. */
638 /* Initialize stack pointers.
639 Waste one element of value and location stack
640 so that they stay on the same level as the state stack.
641 The wasted elements are never initialized. */
650 /*------------------------------------------------------------.
651 | yynewstate -- Push a new state, which is found in yystate. |
652 `------------------------------------------------------------*/
654 /* In all cases, when you get here, the value and location stacks
655 have just been pushed. so pushing a state here evens the stacks.
662 if (yyssp >= yyss + yystacksize - 1)
664 /* Get the current used size of the three stacks, in elements. */
665 YYSIZE_T yysize = yyssp - yyss + 1;
669 /* Give user a chance to reallocate the stack. Use copies of
670 these so that the &'s don't force the real ones into
672 YYSTYPE *yyvs1 = yyvs;
675 /* Each stack pointer address is followed by the size of the
676 data in use in that stack, in bytes. */
678 YYLTYPE *yyls1 = yyls;
679 /* This used to be a conditional around just the two extra args,
680 but that might be undefined if yyoverflow is a macro. */
681 yyoverflow ("parser stack overflow",
682 &yyss1, yysize * sizeof (*yyssp),
683 &yyvs1, yysize * sizeof (*yyvsp),
684 &yyls1, yysize * sizeof (*yylsp),
688 yyoverflow ("parser stack overflow",
689 &yyss1, yysize * sizeof (*yyssp),
690 &yyvs1, yysize * sizeof (*yyvsp),
696 #else /* no yyoverflow */
697 /* Extend the stack our own way. */
698 if (yystacksize >= YYMAXDEPTH)
701 if (yystacksize > YYMAXDEPTH)
702 yystacksize = YYMAXDEPTH;
706 union yyalloc *yyptr =
707 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
710 YYSTACK_RELOCATE (short, yyss);
711 YYSTACK_RELOCATE (YYSTYPE, yyvs);
713 YYSTACK_RELOCATE (YYLTYPE, yyls);
715 # undef YYSTACK_RELOCATE
717 YYSTACK_FREE (yyss1);
719 #endif /* no yyoverflow */
721 yyssp = yyss + yysize - 1;
722 yyvsp = yyvs + yysize - 1;
724 yylsp = yyls + yysize - 1;
727 YYDPRINTF ((YYSTDERR, "Stack size increased to %lu\n",
728 (unsigned long int) yystacksize));
730 if (yyssp >= yyss + yystacksize - 1)
734 YYDPRINTF ((YYSTDERR, "Entering state %d\n", yystate));
743 /* Do appropriate processing given the current state. */
744 /* Read a lookahead token if we need one and don't already have one. */
747 /* First try to decide what to do without reference to lookahead token. */
749 yyn = yypact[yystate];
753 /* Not known => get a lookahead token if don't already have one. */
755 /* yychar is either YYEMPTY or YYEOF
756 or a valid token in external form. */
758 if (yychar == YYEMPTY)
760 YYDPRINTF ((YYSTDERR, "Reading a token: "));
764 /* Convert token to internal form (in yychar1) for indexing tables with. */
766 if (yychar <= 0) /* This means end of input. */
769 yychar = YYEOF; /* Don't call YYLEX any more. */
771 YYDPRINTF ((YYSTDERR, "Now at end of input.\n"));
775 yychar1 = YYTRANSLATE (yychar);
778 /* We have to keep this `#if YYDEBUG', since we use variables
779 which are defined only if `YYDEBUG' is set. */
782 YYFPRINTF (YYSTDERR, "Next token is %d (%s",
783 yychar, yytname[yychar1]);
784 /* Give the individual parser a way to print the precise
785 meaning of a token, for further debugging info. */
787 YYPRINT (YYSTDERR, yychar, yylval);
789 YYFPRINTF (YYSTDERR, ")\n");
795 if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
800 /* yyn is what to do for this token type in this state.
801 Negative => reduce, -yyn is rule number.
802 Positive => shift, yyn is new state.
803 New state is final state => don't bother to shift,
805 0, or most negative number => error. */
820 /* Shift the lookahead token. */
821 YYDPRINTF ((YYSTDERR, "Shifting token %d (%s), ",
822 yychar, yytname[yychar1]));
824 /* Discard the token being shifted unless it is eof. */
833 /* Count tokens shifted since error; after three, turn off error
842 /*-----------------------------------------------------------.
843 | yydefault -- do the default action for the current state. |
844 `-----------------------------------------------------------*/
846 yyn = yydefact[yystate];
852 /*-----------------------------.
853 | yyreduce -- Do a reduction. |
854 `-----------------------------*/
856 /* yyn is the number of a rule to reduce with. */
859 /* If YYLEN is nonzero, implement the default value of the action:
862 Otherwise, the following line sets YYVAL to the semantic value of
863 the lookahead token. This behavior is undocumented and Bison
864 users should not rely upon it. Assigning to YYVAL
865 unconditionally makes the parser a bit smaller, and it avoids a
866 GCC warning that YYVAL may be used uninitialized. */
867 yyval = yyvsp[1-yylen];
870 /* Similarly for the default location. Let the user run additional
871 commands if for instance locations are ranges. */
872 yyloc = yylsp[1-yylen];
873 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
877 /* We have to keep this `#if YYDEBUG', since we use variables which
878 are defined only if `YYDEBUG' is set. */
883 YYFPRINTF (YYSTDERR, "Reducing via rule %d (line %d), ",
886 /* Print the symbols being reduced, and their result. */
887 for (yyi = yyprhs[yyn]; yyrhs[yyi] > 0; yyi++)
888 YYFPRINTF (YYSTDERR, "%s ", yytname[yyrhs[yyi]]);
889 YYFPRINTF (YYSTDERR, " -> %s\n", yytname[yyr1[yyn]]);
896 #line %%line "%%skeleton"
907 short *yyssp1 = yyss - 1;
908 YYFPRINTF (YYSTDERR, "state stack now");
909 while (yyssp1 != yyssp)
910 YYFPRINTF (YYSTDERR, " %d", *++yyssp1);
911 YYFPRINTF (YYSTDERR, "\n");
920 /* Now `shift' the result of the reduction. Determine what state
921 that goes to, based on the state we popped back to and the rule
922 number reduced by. */
926 yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
927 if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
928 yystate = yytable[yystate];
930 yystate = yydefgoto[yyn - YYNTBASE];
935 /*------------------------------------.
936 | yyerrlab -- here on detecting error |
937 `------------------------------------*/
939 /* If not already recovering from an error, report this error. */
945 yyn = yypact[yystate];
947 if (yyn > YYFLAG && yyn < YYLAST)
954 /* Start YYX at -YYN if negative to avoid negative indexes in
956 for (yyx = yyn < 0 ? -yyn : 0;
957 yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
958 if (yycheck[yyx + yyn] == yyx)
959 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
960 yysize += yystrlen ("parse error, unexpected ") + 1;
961 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
962 yymsg = (char *) YYSTACK_ALLOC (yysize);
965 char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
966 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
971 for (yyx = yyn < 0 ? -yyn : 0;
972 yyx < (int) (sizeof (yytname) / sizeof (char *));
974 if (yycheck[yyx + yyn] == yyx)
976 const char *yyq = ! yycount ? ", expecting " : " or ";
977 yyp = yystpcpy (yyp, yyq);
978 yyp = yystpcpy (yyp, yytname[yyx]);
983 YYSTACK_FREE (yymsg);
986 yyerror ("parse error; also virtual memory exhausted");
989 #endif /* YYERROR_VERBOSE */
990 yyerror ("parse error");
995 /*----------------------------------------------------.
996 | yyerrlab1 -- error raised explicitly by an action. |
997 `----------------------------------------------------*/
999 if (yyerrstatus == 3)
1001 /* If just tried and failed to reuse lookahead token after an
1002 error, discard it. */
1004 /* Return failure if at end of input. */
1005 if (yychar == YYEOF)
1007 YYDPRINTF ((YYSTDERR, "Discarding token %d (%s).\n",
1008 yychar, yytname[yychar1]));
1012 /* Else will try to reuse lookahead token after shifting the error
1015 yyerrstatus = 3; /* Each real token shifted decrements this. */
1020 /*-------------------------------------------------------------------.
1021 | yyerrdefault -- current state does not do anything special for the |
1023 `-------------------------------------------------------------------*/
1026 /* This is wrong; only states that explicitly want error tokens
1027 should shift them. */
1029 /* If its default is to accept any token, ok. Otherwise pop it. */
1030 yyn = yydefact[yystate];
1036 /*---------------------------------------------------------------.
1037 | yyerrpop -- pop the current state because it cannot handle the |
1039 `---------------------------------------------------------------*/
1052 short *yyssp1 = yyss - 1;
1053 YYFPRINTF (YYSTDERR, "Error: state stack now");
1054 while (yyssp1 != yyssp)
1055 YYFPRINTF (YYSTDERR, " %d", *++yyssp1);
1056 YYFPRINTF (YYSTDERR, "\n");
1064 yyn = yypact[yystate];
1069 if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
1086 YYDPRINTF ((YYSTDERR, "Shifting error token, "));
1097 /*-------------------------------------.
1098 | yyacceptlab -- YYACCEPT comes here. |
1099 `-------------------------------------*/
1104 /*-----------------------------------.
1105 | yyabortlab -- YYABORT comes here. |
1106 `-----------------------------------*/
1111 /*---------------------------------------------.
1112 | yyoverflowab -- parser overflow comes here. |
1113 `---------------------------------------------*/
1115 yyerror ("parser stack overflow");
1122 YYSTACK_FREE (yyss);