* iconv/gconv_builtin.c (BUILTIN_TRANSFORMATION): Update for
	change in gconv_builtin.h.
This commit is contained in:
Ulrich Drepper 2000-06-20 06:03:33 +00:00
parent ba80a015ee
commit 5d5a23dfbd
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2000-06-19 Ulrich Drepper <drepper@redhat.com>
* iconv/gconv_builtin.c (BUILTIN_TRANSFORMATION): Update for
change in gconv_builtin.h.
* malloc/Makefile: Change all references to memprof into memusage.
* malloc/memprof.c: Rename to...
* malloc/memusage.c: ...this. New file.

View File

@ -41,8 +41,8 @@ static struct builtin_map
} map[] =
{
#define BUILTIN_TRANSFORMATION(From, ConstPfx, ConstLen, To, Cost, Name, \
Fct, Init, End, MinF, MaxF, MinT, MaxT) \
#define BUILTIN_TRANSFORMATION(From, To, Cost, Name, Fct, Init, End, MinF, \
MaxF, MinT, MaxT) \
{ \
.name = Name, \
.fct = Fct, \