This commit was generated by cvs2svn to compensate for changes in r85919,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
obrien 2001-11-02 23:41:29 +00:00
commit 7881129170

View File

@ -438,7 +438,7 @@ statement
{
$$ = node($3, $1, $5);
if ($$->type == Node_K_printf)
count_args($$)
count_args($$);
}
| print opt_rexpression_list output_redir statement_term
{
@ -460,7 +460,7 @@ statement
$$ = node($2, $1, $3);
if ($$->type == Node_K_printf)
count_args($$)
count_args($$);
}
| LEX_NEXT statement_term
{ NODETYPE type;