summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index b485caed..4866893d 100644
--- a/lib.h
+++ b/lib.h
@@ -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 {