mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update.
* iconv/gconv_builtin.c (BUILTIN_TRANSFORMATION): Update for change in gconv_builtin.h.
This commit is contained in:
parent
ba80a015ee
commit
5d5a23dfbd
@ -1,5 +1,8 @@
|
|||||||
2000-06-19 Ulrich Drepper <drepper@redhat.com>
|
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/Makefile: Change all references to memprof into memusage.
|
||||||
* malloc/memprof.c: Rename to...
|
* malloc/memprof.c: Rename to...
|
||||||
* malloc/memusage.c: ...this. New file.
|
* malloc/memusage.c: ...this. New file.
|
||||||
|
@ -41,8 +41,8 @@ static struct builtin_map
|
|||||||
|
|
||||||
} map[] =
|
} map[] =
|
||||||
{
|
{
|
||||||
#define BUILTIN_TRANSFORMATION(From, ConstPfx, ConstLen, To, Cost, Name, \
|
#define BUILTIN_TRANSFORMATION(From, To, Cost, Name, Fct, Init, End, MinF, \
|
||||||
Fct, Init, End, MinF, MaxF, MinT, MaxT) \
|
MaxF, MinT, MaxT) \
|
||||||
{ \
|
{ \
|
||||||
.name = Name, \
|
.name = Name, \
|
||||||
.fct = Fct, \
|
.fct = Fct, \
|
||||||
|
Loading…
Reference in New Issue
Block a user