add a attribute_noreturn macro
This commit is contained in:
parent
0d4ee68be5
commit
0d65565210
@ -63,6 +63,8 @@
|
|||||||
# define __restrict /* Ignore */
|
# define __restrict /* Ignore */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define attribute_noreturn __attribute__ ((__noreturn__))
|
||||||
|
|
||||||
/* Some useful definitions */
|
/* Some useful definitions */
|
||||||
#define FALSE ((int) 0)
|
#define FALSE ((int) 0)
|
||||||
#define TRUE ((int) 1)
|
#define TRUE ((int) 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user