summarylogtreecommitdiffstats
path: root/list.patch
diff options
context:
space:
mode:
authorBrian Bidulock2017-06-10 18:31:05 -0600
committerBrian Bidulock2017-06-10 18:31:05 -0600
commit9372eec93a1ffe14d89d3ffe607b1a52d0041e91 (patch)
treeb351614c0cf195d5a4b3780d4f0be3db12b85cd0 /list.patch
parente355fbf682c6eeecd1d7e77cd1bd115335cc3b19 (diff)
downloadaur-wmcore.tar.gz
fix list inlines
Diffstat (limited to 'list.patch')
-rw-r--r--list.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/list.patch b/list.patch
new file mode 100644
index 000000000000..a394842bccb3
--- /dev/null
+++ b/list.patch
@@ -0,0 +1,15 @@
+diff -up src/wmcore-0.0.2/list.h.orig src/wmcore-0.0.2/list.h
+--- src/wmcore-0.0.2/list.h.orig 2017-06-10 18:27:32.000000000 -0600
++++ src/wmcore-0.0.2/list.h 2017-06-10 18:27:41.000000000 -0600
+@@ -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
+
+ typedef struct LinkedList {
+ void *head;