diff options
| author | 2022-08-18 20:43:16 +0200 | |
|---|---|---|
| committer | 2022-08-18 20:43:16 +0200 | |
| commit | eb48600f4da4e52dd2cb46a284474c4cba8fe237 (patch) | |
| tree | 78b51ba62a4087d41907bf25bbdcaef6bf2a3d1f /bootstrap | |
| parent | 0e7882921b17c06b05a47d9ef1e3328121707568 (diff) | |
oops
Diffstat (limited to 'bootstrap')
| -rw-r--r-- | bootstrap/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |