96ee3687601bf8d40c054e6d4204e2000b02946b
1 /* @(#) $Header: /usr/local/cvs/linux/tools/build/e100boot/libpcap-0.4/lbl/gnuc.h,v 1.1 1999/08/26 10:11:46 johana 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)
This page took 0.045943 seconds and 3 git commands to generate.