From 0fec7de747d93586eda66ce190f5f3d6715421a4 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 4 Aug 2022 22:36:59 +0200 Subject: struct,unions, compound literals; mostly --- bootstrap/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/dump.c') diff --git a/bootstrap/dump.c b/bootstrap/dump.c index d01f4a7..0ea5c07 100644 --- a/bootstrap/dump.c +++ b/bootstrap/dump.c @@ -41,7 +41,7 @@ pritype(const struct type *ty) { if (ty->fn.variadic) pri("..."); pri(") %t", ty->fn.retty); - case TYenum: + default:assert(0); } } -- cgit v1.2.3