From cccf0dd70816133398fc5d3a8c666b07753edc1e Mon Sep 17 00:00:00 2001 From: A404M Date: Sat, 26 Apr 2025 14:08:26 +0330 Subject: some clean up --- src/compiler/lexer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/compiler/lexer.c b/src/compiler/lexer.c index 1c7e546..6fe481c 100644 --- a/src/compiler/lexer.c +++ b/src/compiler/lexer.c @@ -417,7 +417,7 @@ inline __attribute__((always_inline)) void lexerPushClear(LexerNodeArray *array, goto RETURN_SUCCESS; } printLog("Bad token '%d'", *node_token); - exit(1); + UNREACHABLE; RETURN_SUCCESS: *node_str_begin = iter; *node_token = token; -- cgit v1.2.3