diff options
| author | 2022-08-04 15:46:32 +0200 | |
|---|---|---|
| committer | 2022-08-04 15:46:32 +0200 | |
| commit | d104761e3c213504f5a6dfb63059fc905fe6799f (patch) | |
| tree | 5b51d3147ce0506d331e89874033af0d4eb260e3 /bootstrap/dump.c | |
| parent | 8a5bde697364ca301c14471196d137c3a53c25fa (diff) | |
enum
Diffstat (limited to 'bootstrap/dump.c')
| -rw-r--r-- | bootstrap/dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/dump.c b/bootstrap/dump.c index 4b337b7..d01f4a7 100644 --- a/bootstrap/dump.c +++ b/bootstrap/dump.c @@ -41,6 +41,7 @@ pritype(const struct type *ty) { if (ty->fn.variadic) pri("..."); pri(") %t", ty->fn.retty); + case TYenum: } } |