From 4b599dd1baa182734141d1739c91256bc44edf85 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 21 Oct 2021 15:04:27 -0700 Subject: Remove obsolete comment --- stmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3