pkgsrc-ng/wm/bbrun/patches/patch-.._wmgeneral_list.h
2013-09-26 17:14:40 +02:00

18 lines
424 B
C

$NetBSD: patch-.._wmgeneral_list.h,v 1.1 2012/07/03 17:28:31 joerg Exp $
--- ../wmgeneral/list.h.orig 2012-07-03 11:42:25.000000000 +0000
+++ ../wmgeneral/list.h
@@ -29,11 +29,7 @@ Boston, MA 02111-1307, USA. */
#ifndef __LIST_H_
#define __LIST_H_
-#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
-# define INLINE inline
-#else
-# define INLINE
-#endif
+#define INLINE
typedef struct LinkedList {
void *head;