提交 49c3ce64 编写于 作者: D Denys Vlasenko

awk: rollback_token() + chain_group() == chain_until_rbrace()

function                                             old     new   delta
parse_program                                        336     332      -4
Signed-off-by: NDenys Vlasenko <vda.linux@googlemail.com>
上级 e2e38029
......@@ -1778,8 +1778,7 @@ static void parse_program(char *p)
cn->l.n = parse_expr(TC_SEMICOL | TC_NEWLINE | TC_EOF | TC_LBRACE);
if (t_tclass == TC_LBRACE) {
debug_printf_parse("%s: TC_LBRACE\n", __func__);
rollback_token();
chain_group();
chain_until_rbrace();
} else {
/* no action, assume default "{ print }" */
debug_printf_parse("%s: !TC_LBRACE\n", __func__);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册