1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

2014-05-01 Steve Ellcey <sellcey@mips.com>

* intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
	* iconv/gconv_simple.c (ONE_DIRECTION): Define.
	* iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
	* iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
This commit is contained in:
Steve Ellcey
2014-05-01 10:22:35 -07:00
parent 6426d77e47
commit 0cdddc25a4
5 changed files with 13 additions and 5 deletions

View File

@@ -26,6 +26,7 @@
#define DEFINE_FINI 1
#define MIN_NEEDED_FROM 1
#define MIN_NEEDED_TO 4
#define ONE_DIRECTION 0
/* First define the conversion function from the 8bit charset to UCS4. */