Buildfarm members using -Wextra complained about "warning: suggest
braces around empty body in an 'if' statement". Do it gcc's way,
though I see no actual readability benefit in this.
/* Dummy statement, allowing all the match rules to look like "else if" */
if (0)
- /* skip */ ;
+ {
+ /* skip */
+ }
/* gen_tabcomplete.pl begins special processing here */
/* BEGIN GEN_TABCOMPLETE */