1 /* Define __P() macro, if necessary */
5 #define __P(protos) protos
14 #define inline __inline
21 * Handle new and old "dead" routine prototypes
25 * __dead void foo(void) __attribute__((volatile));
30 #define __dead volatile
32 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
34 #define __attribute__(args)
42 #define __attribute__(args)