From 0fbe50eb4a0e2ce05062e1bfa208d3cda7a481a4 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 10 Feb 2022 15:49:57 -0800 Subject: Remove one last use of _Noreturn --- token.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'token.c') diff --git a/token.c b/token.c index 6e80ff4..ed42db9 100644 --- a/token.c +++ b/token.c @@ -182,7 +182,7 @@ tokencheck(const struct token *t, enum tokenkind kind, const char *msg) return t->lit; } -_Noreturn void error(const struct location *loc, const char *fmt, ...) +void error(const struct location *loc, const char *fmt, ...) { va_list ap; -- cgit v1.2.3