tidy code

This commit is contained in:
Michael Matz 2019-01-31 01:04:55 +01:00
parent 5c862a08b4
commit 5f737fb4d3

View file

@ -6119,8 +6119,7 @@ static void block(int *bsym, int *csym, int is_expr)
block(bsym, csym, 0); block(bsym, csym, 0);
if (cond != 1) if (cond != 1)
nocode_wanted = saved_nocode_wanted; nocode_wanted = saved_nocode_wanted;
c = tok; if (tok == TOK_ELSE) {
if (c == TOK_ELSE) {
next(); next();
d = gjmp(0); d = gjmp(0);
gsym(a); gsym(a);