15 lines
358 B
Text
15 lines
358 B
Text
--- 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;
|