Fix formatting breakage from "rogue tabs" commit.
This commit is contained in:
@ -4783,8 +4783,7 @@ static void label_or_decl(int l)
|
|||||||
int last_tok;
|
int last_tok;
|
||||||
|
|
||||||
/* fast test first */
|
/* fast test first */
|
||||||
if (tok >= TOK_UIDENT)
|
if (tok >= TOK_UIDENT) {
|
||||||
{
|
|
||||||
/* no need to save tokc because tok is an identifier */
|
/* no need to save tokc because tok is an identifier */
|
||||||
last_tok = tok;
|
last_tok = tok;
|
||||||
next();
|
next();
|
||||||
|
|||||||
@ -1817,8 +1817,7 @@ int gtst(int inv, int t)
|
|||||||
vtop->c.i &= ~0x100;
|
vtop->c.i &= ~0x100;
|
||||||
if (!inv == (vtop->c.i != TOK_NE))
|
if (!inv == (vtop->c.i != TOK_NE))
|
||||||
o(0x067a); /* jp +6 */
|
o(0x067a); /* jp +6 */
|
||||||
else
|
else {
|
||||||
{
|
|
||||||
g(0x0f);
|
g(0x0f);
|
||||||
t = psym(0x8a, t); /* jp t */
|
t = psym(0x8a, t); /* jp t */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user