3 /* @(#) Header: /proj/cvs/prod/bind9/contrib/nslint-2.1a3/lbl/gnuc.h,v 1.1 2001/12/21 04:12:05 marka Exp (LBL) */
5 /* Define __P() macro, if necessary */
8 #define __P(protos) protos
10 #define __P(protos) ()
16 #define inline __inline
22 * Handle new and old "dead" routine prototypes
26 * __dead void foo(void) __attribute__((volatile));
31 #define __dead volatile
33 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
35 #define __attribute__(args)
43 #define __attribute__(args)