mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
* data/yacc.c (yyparse): Correct the comment when locations aren't used.
Problem reported by Claudio Saavedra in <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00003.html>.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2008-01-09 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
* data/yacc.c (yyparse): Correct the comment when locations aren't used.
|
||||||
|
Problem reported by Claudio Saavedra in
|
||||||
|
<http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00003.html>.
|
||||||
|
|
||||||
2008-01-05 Wojciech Polak <polak@gnu.org>
|
2008-01-05 Wojciech Polak <polak@gnu.org>
|
||||||
|
|
||||||
* data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
|
* data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
|
||||||
|
|||||||
@@ -1018,10 +1018,10 @@ b4_c_function_def([yyparse], [int], b4_parse_param)
|
|||||||
YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
|
YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Three stacks and their tools:
|
/* The stacks and their tools:
|
||||||
`yyss': related to states,
|
`yyss' is related to states.
|
||||||
`yyvs': related to semantic values,
|
`yyvs' is related to semantic values.]b4_locations_if([[
|
||||||
`yyls': related to locations.
|
`yyls' is related to locations.]])[
|
||||||
|
|
||||||
Refer to the stacks thru separate pointers, to allow yyoverflow
|
Refer to the stacks thru separate pointers, to allow yyoverflow
|
||||||
to reallocate them elsewhere. */
|
to reallocate them elsewhere. */
|
||||||
|
|||||||
Reference in New Issue
Block a user