1234567891011121314151617 |
- $OpenBSD: patch-wmgeneral_list_h,v 1.1 2017/04/24 02:17:08 jca Exp $
- --- 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;
|