ports/x11/wminfo/patches/patch-wmgeneral_list_h

14 lines
254 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- 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