sblim-gather/sblim-gather-2.2.9-inline.patch

13 lines
522 B
Diff
Raw Normal View History

2019-11-05 15:57:35 +00:00
diff -up sblim-gather-2.2.9/repos.c.orig sblim-gather-2.2.9/repos.c
--- sblim-gather-2.2.9/repos.c.orig 2014-10-09 23:29:11.000000000 +0200
+++ sblim-gather-2.2.9/repos.c 2019-11-05 15:01:49.529369051 +0100
@@ -781,7 +781,7 @@ static RepositoryPlugin* pl_find(const c
}
return p?p->plugin:NULL;
}
-inline int valueCompare(int type, ValueItem *v, ValueItem *w, int dir)
+static inline int valueCompare(int type, ValueItem *v, ValueItem *w, int dir)
{
long long llv, llw;
unsigned long long ulv, ulw;