summaryrefslogtreecommitdiff
path: root/time/wmtime/patches/patch-wmgeneral_list.h
blob: 92595edaf7e88c9cea3f01dd4d3171f8eb73eacc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-wmgeneral_list.h,v 1.1 2012/11/01 19:29:20 joerg Exp $

--- wmgeneral/list.h.orig	2012-10-30 21:09:32.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;