1 /* $NetBSD: gnuc.h,v 1.1.1.1 1997/10/03 22:25:19 christos Exp $ */
3 /* @(#) Header: gnuc.h,v 1.3 95/10/09 02:47:01 leres Exp (LBL) */
7 #define inline __inline
13 * Handle new and old "dead" routine prototypes
17 * __dead void foo(void) __attribute__((volatile));
22 #define __dead volatile
24 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
26 #define __attribute__(args)
34 #define __attribute__(args)