]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-no-inlines.patch
- more
[packages/poldek.git] / poldek-no-inlines.patch
CommitLineData
29ee6721
MB
1diff -urN poldek-0.30-cvs20080820.23/pkgcmp.h poldek-0.30-cvs20080820.23.new/pkgcmp.h
2--- poldek-0.30-cvs20080820.23/pkgcmp.h 2008-01-27 19:42:14.000000000 +0100
3+++ poldek-0.30-cvs20080820.23.new/pkgcmp.h 2009-02-23 16:33:50.000000000 +0100
4@@ -21,7 +21,7 @@
5 extern__inline int pkg_ncmp_name(const struct pkg *p1, const struct pkg *p2);
6
7 /* strcmp(p1->name, p2->name) */
8-extern__inline int pkg_cmp_name(const struct pkg *p1, const struct pkg *p2);
9+int pkg_cmp_name(const struct pkg *p1, const struct pkg *p2);
10
11 /* strcmp(pkg_id(p1), pkg_id(p2) */
12 extern__inline int pkg_cmp_id(const struct pkg *p1, const struct pkg *p2);
13diff -urN poldek-0.30-cvs20080820.23/pkg.h poldek-0.30-cvs20080820.23.new/pkg.h
14--- poldek-0.30-cvs20080820.23/pkg.h 2008-05-25 11:25:31.000000000 +0200
15+++ poldek-0.30-cvs20080820.23.new/pkg.h 2009-02-23 16:33:41.000000000 +0100
027f391d
PZ
16@@ -144,7 +144,7 @@
17 # define extern__inline extern inline
18 #endif
19
20-extern__inline struct pkg *pkg_link(struct pkg *pkg);
21+struct pkg *pkg_link(struct pkg *pkg);
22
23 int pkg_set_arch(struct pkg *pkg, const char *arch);
24 const char *pkg_arch(const struct pkg *pkg);
This page took 0.041381 seconds and 4 git commands to generate.