Commit 4efa1168 authored by Wayne Davison's avatar Wayne Davison

We need to provide iconvbufs() anytime ICONV_CONST is defined.

parent 2f39f112
......@@ -134,8 +134,6 @@ void setup_iconv(void)
# endif
}
# ifdef ICONV_OPTION
/* This function converts the characters in the "in" xbuf into characters
* in the "out" xbuf. The "len" of the "in" xbuf is used starting from its
* "pos". The "size" of the "out" xbuf restricts how many characters can be
......@@ -205,7 +203,6 @@ int iconvbufs(iconv_t ic, xbuf *in, xbuf *out, int flags)
return errno ? -1 : 0;
}
# endif
#endif
int read_ndx_and_attrs(int f_in, int *iflag_ptr, uchar *type_ptr,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment