re-apply tools/coccinelle/vcc_skip_token.cocci

parent 6f4d0ec1
......@@ -185,8 +185,7 @@ vcc_act_ban(struct vcc *tl, struct token *t, struct symbol *sym)
(void)t;
(void)sym;
ExpectErr(tl, '(');
vcc_NextToken(tl);
SkipToken(tl, '(');
Fb(tl, 1, "(void) VRT_ban_string(ctx, \n");
tl->indent += INDENT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment