We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f1c40 commit 5adcf64Copy full SHA for 5adcf64
funcattrs.h
@@ -52,13 +52,14 @@
52
|| ND_IS_AT_LEAST_GNUC_VERSION(2,5) \
53
|| ND_IS_AT_LEAST_SUNC_VERSION(5,9) \
54
|| ND_IS_AT_LEAST_XL_C_VERSION(10,1) \
55
- || ND_IS_AT_LEAST_HP_C_VERSION(6,10)
+ || ND_IS_AT_LEAST_HP_C_VERSION(6,10) \
56
+ || __TINYC__
57
/*
58
* Compiler with support for __attribute((noreturn)), or GCC 2.5 and
59
* later, or some compiler asserting compatibility with GCC 2.5 and
60
* later, or Solaris Studio 12 (Sun C 5.9) and later, or IBM XL C 10.1
61
* and later (do any earlier versions of XL C support this?), or HP aCC
- * A.06.10 and later.
62
+ * A.06.10 and later, or current TinyCC.
63
*/
64
#define NORETURN __attribute((noreturn))
65
0 commit comments