diff options
| author | 2022-08-08 05:33:56 +0200 | |
|---|---|---|
| committer | 2022-08-08 05:33:56 +0200 | |
| commit | cbed5a14aa8c1624f6f350d92c1de0c9ef55e40c (patch) | |
| tree | fc0c7a6877baa50bdac78e898866a0f241ed1cb6 /bootstrap/dump.c | |
| parent | 96ef1857bac446f4e065e7c10530213e361d726a (diff) | |
basic pattern matching
Diffstat (limited to 'bootstrap/dump.c')
| -rw-r--r-- | bootstrap/dump.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } } |