diff options
Diffstat (limited to 'iconv/gconv_cache.c')
-rw-r--r-- | iconv/gconv_cache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iconv/gconv_cache.c b/iconv/gconv_cache.c index ffec34d2ec..1009cedc58 100644 --- a/iconv/gconv_cache.c +++ b/iconv/gconv_cache.c @@ -170,6 +170,7 @@ find_module_idx (const char *str, size_t *idxp) } +#ifndef STATIC_GCONV static int internal_function find_module (const char *directory, const char *filename, @@ -199,6 +200,7 @@ find_module (const char *directory, const char *filename, return status; } +#endif int |