diff options
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,8 +53,10 @@ typedef uint_ptr_t ucnum; #ifdef __GNUC__ #define noreturn __attribute__((noreturn)) +#define NOINLINE __attribute__((noinline)) #else #define noreturn +#define NOINLINE #endif typedef enum type { |