1 /* @(#) $Header: gnuc.h,v 1.3 95/10/09 02:47:01 leres Exp $ (LBL) */
3 /* Define __P() macro, if necessary */
6 #define __P(protos) protos
14 #define inline __inline
20 * Handle new and old "dead" routine prototypes
24 * __dead void foo(void) __attribute__((volatile));
29 #define __dead volatile
31 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
33 #define __attribute__(args)
41 #define __attribute__(args)