diff options
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index f8f6b1d..98e27e1 100644 --- a/src/common.h +++ b/src/common.h @@ -3,7 +3,7 @@ #include "std.h" -void fatal_error(const char* msg, ...); +_Noreturn void fatal_error(const char* msg, ...); #define unreachable() fatal_error("%s:%d: unreachable", __FILE__, __LINE__) #define unimplemented() fatal_error("%s:%d: unimplemented", __FILE__, __LINE__) |
