You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/vilistextum/files/vilistextum-2.8.0.20200411-...

13 lines
429 B

https://bugs.gentoo.org/752051
--- a/src/html.c
+++ b/src/html.c
@@ -47,7 +47,7 @@ CHAR attr_name[DEF_STR_LEN], /* Attribut name of a HTML-Tag */
/* ------------------------------------------------ */
#if defined(MULTIBYTE) && !defined(HAVE_WCSCASECMP)
#include <wchar.h>
-static int wcscasecmp(const wchar_t *s1, const wchar_t *s2)
+extern int wcscasecmp(const wchar_t *s1, const wchar_t *s2)
{
size_t i;
wint_t c1, c2;