Update contrib.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
17 /* @(#) $Header: /tcpdump/master/libpcap/Win32/Include/Gnuc.h,v 1.1 2002/08/01 08:33:05 risso Exp $ (LBL) */
19 /* Define __P() macro, if necessary */
23 #define __P(protos) protos
25 #define __P(protos) ()
32 #define inline __inline
39 * Handle new and old "dead" routine prototypes
43 * __dead void foo(void) __attribute__((volatile));
48 #define __dead volatile
50 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
52 #define __attribute__(args)
60 #define __attribute__(args)