mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Update.
2002-04-06 Ulrich Drepper <drepper@redhat.com> * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from direction. Reported by H . J . Lu <hjl@lucon.org>.
This commit is contained in:
parent
b344de2a1c
commit
8b76d7726f
@ -1,3 +1,8 @@
|
||||
2002-04-06 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
|
||||
direction. Reported by H . J . Lu <hjl@lucon.org>.
|
||||
|
||||
2002-04-05 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
|
||||
|
@ -357,6 +357,7 @@ static const struct
|
||||
|
||||
/* First define the conversion function from TCVN5712-1 to UCS4. */
|
||||
#define MIN_NEEDED_INPUT MIN_NEEDED_FROM
|
||||
#define MAX_NEEDED_INPUT MAX_NEEDED_FROM
|
||||
#define MIN_NEEDED_OUTPUT MIN_NEEDED_TO
|
||||
#define MAX_NEEDED_OUTPUT MAX_NEEDED_TO
|
||||
#define LOOPFCT FROM_LOOP
|
||||
|
Loading…
Reference in New Issue
Block a user