- don't use a 2 bits bool field (makes no sense, clang errors out) - switch a function from __inline to __inline static, like the other function in this header
13 lines
446 B
Plaintext
13 lines
446 B
Plaintext
$OpenBSD: patch-libiconv_aliases_h,v 1.1 2017/04/18 17:10:05 jca Exp $
|
|
--- libiconv/aliases.h.orig Mon Apr 17 16:09:17 2017
|
|
+++ libiconv/aliases.h Mon Apr 17 16:10:03 2017
|
|
@@ -69,7 +69,7 @@ aliases_hash (register const char *str, register unsig
|
|
#ifdef __GNUC__
|
|
__inline
|
|
#endif
|
|
-const struct alias *
|
|
+static const struct alias *
|
|
aliases_lookup (register const char *str, register unsigned int len)
|
|
{
|
|
static const struct alias wordlist[] =
|