ports/x11/wminfo/patches/patch-wmgeneral_list_h

13 lines
254 B
Text

--- 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