PIKApp/build/windows/jhbuild/patches/iconv-fix-inline.patch

13 lines
269 B
Diff
Raw Normal View History

2023-09-26 00:35:21 +02:00
--- a/lib/iconv.c 2015-06-06 12:37:05.267944000 -0400
+++ b/lib/iconv.c 2015-06-06 12:37:27.311277142 -0400
@@ -176,9 +176,6 @@
#include "aliases2.h"
#undef S
};
-#ifdef __GNUC__
-__inline
-#endif
const struct alias *
aliases2_lookup (register const char *str)
{