tidy code
This commit is contained in:
parent
5c862a08b4
commit
5f737fb4d3
1 changed files with 1 additions and 2 deletions
3
tccgen.c
3
tccgen.c
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue