diff options
Diffstat (limited to 'src/runner')
-rw-r--r-- | src/runner/runner.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runner/runner.c b/src/runner/runner.c index 611d55f..52be448 100644 --- a/src/runner/runner.c +++ b/src/runner/runner.c @@ -2409,6 +2409,7 @@ AstTree *castTo(AstTree *tree, AstTree *to) { case AST_TREE_TOKEN_TYPE_C_LIBRARY: case AST_TREE_TOKEN_TYPE_C_FUNCTION: } + printLog("%s", AST_TREE_TOKEN_STRINGS[tree->token]); UNREACHABLE; } |