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:
Ulrich Drepper 2002-04-06 19:02:42 +00:00
parent b344de2a1c
commit 8b76d7726f
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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