From eb48600f4da4e52dd2cb46a284474c4cba8fe237 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 18 Aug 2022 20:43:16 +0200 Subject: oops --- bootstrap/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/parse.c b/bootstrap/parse.c index c018262..0abaf45 100644 --- a/bootstrap/parse.c +++ b/bootstrap/parse.c @@ -2121,7 +2121,7 @@ pstiswitch(struct parser *P, const struct expr *test) { lexexpect(P, ';'); break; } - } while (!lexmatch(P, &tok, TKkw_do)) ; + } while (!lexmatch(P, &tok, ';')) ; vec_slice_cpy(&c.es, &es); c.t = parseblock0(P); vec_push(&cs, c); -- cgit v1.2.3