]>
The Tcpdump Group git mirrors - libpcap/blob - Win32/Include/Gnuc.h
1 /* @(#) $Header: /tcpdump/master/libpcap/Win32/Include/Gnuc.h,v 1.1 2002-08-01 08:33:05 risso Exp $ (LBL) */
3 /* Define __P() macro, if necessary */
7 #define __P(protos) protos
16 #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)