3 /* Id: gnuc.h,v 1.4 2004/11/18 15:14:44 ludvigm Exp */
5 /* Define __P() macro, if necessary */
9 #define __P(protos) protos
11 #define __P(protos) ()
17 #define inline __inline
23 * Handle new and old "dead" routine prototypes
27 * __dead void foo(void) __attribute__((volatile));
32 #define __dead volatile
34 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
36 #define __attribute__(args)
44 #define __attribute__(args)