patch-wmgeneral_list_h 427 B

1234567891011121314151617
  1. $OpenBSD: patch-wmgeneral_list_h,v 1.1 2017/04/24 02:17:08 jca Exp $
  2. --- wmgeneral/list.h.orig Mon Apr 24 04:15:17 2017
  3. +++ wmgeneral/list.h Mon Apr 24 04:15:26 2017
  4. @@ -29,11 +29,7 @@ Boston, MA 02111-1307, USA. */
  5. #ifndef __LIST_H_
  6. #define __LIST_H_
  7. -#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
  8. -# define INLINE inline
  9. -#else
  10. -# define INLINE
  11. -#endif
  12. +#define INLINE
  13. typedef struct LinkedList {
  14. void *head;