From: Ulrich Drepper Date: Tue, 20 Jun 2000 06:03:33 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~25380 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d5a23dfbd6cf72aeaad5eeac919ddf4236725fd;p=external%2Fglibc.git Update. * iconv/gconv_builtin.c (BUILTIN_TRANSFORMATION): Update for change in gconv_builtin.h. --- diff --git a/ChangeLog b/ChangeLog index 0383fe1..13a9b89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-06-19 Ulrich Drepper + * 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. diff --git a/iconv/gconv_builtin.c b/iconv/gconv_builtin.c index 68c9f68..46cb048 100644 --- a/iconv/gconv_builtin.c +++ b/iconv/gconv_builtin.c @@ -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, \