From cbed5a14aa8c1624f6f350d92c1de0c9ef55e40c Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 8 Aug 2022 05:33:56 +0200 Subject: basic pattern matching --- bootstrap/dump.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap/dump.c') diff --git a/bootstrap/dump.c b/bootstrap/dump.c index 047e77b..8c34716 100644 --- a/bootstrap/dump.c +++ b/bootstrap/dump.c @@ -385,6 +385,8 @@ dumpstmt(const struct stmt *stmt, int ws) { else epri("%wreturn;\n", ws); break; + case Seuswitch: + break; } } -- cgit v1.2.3