summarylogtreecommitdiffstats
path: root/list.patch
diff options
context:
space:
mode:
authorBrian Bidulock2016-05-01 20:52:17 -0600
committerBrian Bidulock2016-05-01 20:52:17 -0600
commitd4d24ce92852134ba231e82dfdd729b9eae964ba (patch)
treecea61a8393402f0698e994b08bcd549719fdec6b /list.patch
parenta2bffe869d71c2582cbb7d955dd683ef9658fe0d (diff)
downloadaur-wmtime.tar.gz
version 1.0b2-4
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..7902f86c2c4e
--- /dev/null
+++ b/list.patch
@@ -0,0 +1,15 @@
+diff -up src/wmtime.app/wmgeneral/list.h.orig src/wmtime.app/wmgeneral/list.h
+--- src/wmtime.app/wmgeneral/list.h.orig 2016-05-01 20:48:08.000000000 -0600
++++ src/wmtime.app/wmgeneral/list.h 2016-05-01 20:48:15.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;