ac8c368f61774bf7eaf5780ee617ea90880a52cb
[libjh.git] / header.h
1 #include <ev.h>
2 #include <assert.h>
3
4 /***** COMPILER-SPECIFIC STUFF *****/
5 #ifdef __GNUC__
6   #define JH_ATTR_NORETURN __attribute__ ((noreturn))
7 #else
8   #define JH_ATTR_NORETURN /* nothing */
9 #endif