aboutsummaryrefslogtreecommitdiff
path: root/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmt.c')
-rw-r--r--stmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmt.c b/stmt.c
index a997290..332afd6 100644
--- a/stmt.c
+++ b/stmt.c
@@ -209,7 +209,7 @@ stmt(struct func *f, struct scope *s)
expect(TRPAREN, "after expression");
v = funcexpr(f, e);
- funcjnz(f, v, t, label[0], label[2]); // XXX: compare to 0
+ funcjnz(f, v, t, label[0], label[2]);
funclabel(f, label[2]);
s = delscope(s);
expect(TSEMICOLON, "after 'do' statement");