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);
|
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);
|
||||||
|
|
Loading…
Reference in a new issue