1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

Mark LibC's assertion faillure helper with __NORETURN.

This commit is contained in:
Andreas Kling 2018-11-04 13:13:57 +01:00
parent 8b4b684d6d
commit 9bd09454e3
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,7 @@
#pragma once
#define ALWAYS_INLINE inline __attribute__ ((always_inline))
#define __NORETURN __attribute__ ((noreturn))
#ifdef __cplusplus
#define __BEGIN_DECLS extern "C" {