]>
git.saurik.com Git - apple/network_cmds.git/blob - traceroute.tproj/gnuc.h
1 /* @(#) $Header: /cvs/root/network_cmds/traceroute.tproj/gnuc.h,v 1.2 2004/08/08 00:27:54 lindak 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)