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);
if (cond != 1)
nocode_wanted = saved_nocode_wanted;
c = tok;
if (c == TOK_ELSE) {
if (tok == TOK_ELSE) {
next();
d = gjmp(0);
gsym(a);