add a attribute_noreturn macro

This commit is contained in:
Mike Frysinger 2005-09-24 06:07:15 +00:00
parent 0d4ee68be5
commit 0d65565210

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)