mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03:04 +00:00
Comment changes.
* data/lalr1.cc: here.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-02-25 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
Comment changes.
|
||||||
|
* data/lalr1.cc: here.
|
||||||
|
|
||||||
2009-02-25 Akim Demaille <demaille@gostai.com>
|
2009-02-25 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
Fix glr.cc's debug level handling.
|
Fix glr.cc's debug level handling.
|
||||||
|
|||||||
@@ -1029,8 +1029,8 @@ m4_ifdef([b4_lex_param], [, ]b4_lex_param)));])[
|
|||||||
yyreduce:
|
yyreduce:
|
||||||
yylen = yyr2_[yyn];]b4_variant_if([
|
yylen = yyr2_[yyn];]b4_variant_if([
|
||||||
/* Variants are always initialized to an empty instance of the
|
/* Variants are always initialized to an empty instance of the
|
||||||
correct type. The default $$=$1 rule is NOT applied when using
|
correct type. The default $$=$1 action is NOT applied when using
|
||||||
variants */
|
variants. */
|
||||||
]b4_symbol_variant([[yyr1_@{yyn@}]], [yylhs.value], [build]),[
|
]b4_symbol_variant([[yyr1_@{yyn@}]], [yylhs.value], [build]),[
|
||||||
/* If YYLEN is nonzero, implement the default value of the action:
|
/* If YYLEN is nonzero, implement the default value of the action:
|
||||||
`$$ = $1'. Otherwise, use the top of the stack.
|
`$$ = $1'. Otherwise, use the top of the stack.
|
||||||
|
|||||||
Reference in New Issue
Block a user