openbsd-ports/x11/wmtz/patches/patch-wmgeneral_list_h

15 lines
323 B
Plaintext

$OpenBSD: patch-wmgeneral_list_h,v 1.1 2017/05/03 19:29:45 jca Exp $
--- wmgeneral/list.h.orig
+++ wmgeneral/list.h
@@ -29,9 +29,7 @@ Boston, MA 02111-1307, USA. */
#ifndef __LIST_H_
#define __LIST_H_
-#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
-# define INLINE inline
-#else
+#if 1
# define INLINE
#endif