diff options
author | Steve Ellcey <sellcey@mips.com> | 2014-05-01 10:22:35 -0700 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2014-05-01 10:22:35 -0700 |
commit | 0cdddc25a47509262a9a55a343395971b492b0fa (patch) | |
tree | 581cc493d6ff8807ad824ff69d09fb55124b8e59 /iconvdata | |
parent | 6426d77e47f011086dea324801e5c0a612455831 (diff) | |
download | glibc-0cdddc25a47509262a9a55a343395971b492b0fa.zip glibc-0cdddc25a47509262a9a55a343395971b492b0fa.tar.gz glibc-0cdddc25a47509262a9a55a343395971b492b0fa.tar.bz2 |
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.
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/8bit-gap.c | 1 | ||||
-rw-r--r-- | iconvdata/8bit-generic.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/iconvdata/8bit-gap.c b/iconvdata/8bit-gap.c index b33a6ea..3bd7149 100644 --- a/iconvdata/8bit-gap.c +++ b/iconvdata/8bit-gap.c @@ -42,6 +42,7 @@ struct gap #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. */ diff --git a/iconvdata/8bit-generic.c b/iconvdata/8bit-generic.c index 20066aa..efc0fd5 100644 --- a/iconvdata/8bit-generic.c +++ b/iconvdata/8bit-generic.c @@ -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. */ |