]>
The Tcpdump Group git mirrors - libpcap/blob - lbl/gnuc.h
1 /* @(#) $Header: /tcpdump/master/libpcap/lbl/Attic/gnuc.h,v 1.3 1999-10-07 23:46:41 mcr 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)