draft
[gdbmicli.git] / ansidecl.h
1 #if (GCC_VERSION < 2007)
2 # define __attribute__(x)
3 #endif
4 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))