diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-20 06:03:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-20 06:03:33 +0000 |
commit | 5d5a23dfbd6cf72aeaad5eeac919ddf4236725fd (patch) | |
tree | 934b915f37a335af83bc1d505996501c92c540ed /iconv | |
parent | ba80a015ee80c01be5100b8b94794b8784aa562b (diff) | |
download | glibc-5d5a23dfbd6cf72aeaad5eeac919ddf4236725fd.tar.gz glibc-5d5a23dfbd6cf72aeaad5eeac919ddf4236725fd.tar.xz glibc-5d5a23dfbd6cf72aeaad5eeac919ddf4236725fd.zip |
Update.
* iconv/gconv_builtin.c (BUILTIN_TRANSFORMATION): Update for change in gconv_builtin.h.
Diffstat (limited to 'iconv')
-rw-r--r-- | iconv/gconv_builtin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconv/gconv_builtin.c b/iconv/gconv_builtin.c index 68c9f68c17..46cb0480fa 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, \ |