add a attribute_noreturn macro

1_1_stable
Mike Frysinger 2005-09-24 06:07:15 +00:00
parent 0d4ee68be5
commit 0d65565210
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@
# define __restrict /* Ignore */
#endif
#define attribute_noreturn __attribute__ ((__noreturn__))
/* Some useful definitions */
#define FALSE ((int) 0)
#define TRUE ((int) 1)