diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-03-30 21:13:47 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-03-30 21:13:47 +0300 |
| commit | b8211cda90f8a9cb14657d3328cfa9ec78722c5c (patch) | |
| tree | 047036fd67d8b46ca2fd88b2597b03fd99fbc867 /src/debug.c | |
| parent | 78cf00cb506cb86112cb715e4d2d69ec11b20c42 (diff) | |
| download | ek-b8211cda90f8a9cb14657d3328cfa9ec78722c5c.tar.gz ek-b8211cda90f8a9cb14657d3328cfa9ec78722c5c.zip | |
change to left-to-right resolver
Diffstat (limited to 'src/debug.c')
| -rw-r--r-- | src/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c index c9a1f86..6aa4283 100644 --- a/src/debug.c +++ b/src/debug.c @@ -205,6 +205,7 @@ static void _type_str(FILE *fp, struct ast_node *type) } fprintf(fp, ")"); } + break; } case AST_TYPE_TYPEOF: { |
