ports/sysutils/wmmon/patches/patch-wmgeneral_list_h

16 lines
358 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- wmgeneral/list.h.orig Mon Apr 24 04:15:17 2017
+++ wmgeneral/list.h Mon Apr 24 04:15:26 2017
@@ -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;