diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-26 18:47:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-26 18:47:24 +0000 |
commit | 2fb2e75ae082492e5efea1016632528698505fe3 (patch) | |
tree | 8c7e966b3879f4ce5c7737bc8520c0077bf2fc93 /iconvdata/iso-2022-jp.c | |
parent | 8babd571bf5d07755947de8ad0bea1895df2df81 (diff) | |
download | glibc-2fb2e75ae082492e5efea1016632528698505fe3.tar.gz glibc-2fb2e75ae082492e5efea1016632528698505fe3.tar.xz glibc-2fb2e75ae082492e5efea1016632528698505fe3.zip |
Update.
1998-04-26 18:44 Ulrich Drepper <drepper@cygnus.com> * iconvdata/Makefile: Correct rules to generate gap table. * iconvdata/gap.pl: Simplify.
Diffstat (limited to 'iconvdata/iso-2022-jp.c')
-rw-r--r-- | iconvdata/iso-2022-jp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/iso-2022-jp.c b/iconvdata/iso-2022-jp.c index 9ca648c3c2..2c0f701dfb 100644 --- a/iconvdata/iso-2022-jp.c +++ b/iconvdata/iso-2022-jp.c @@ -54,7 +54,7 @@ struct gap #define PREPARE_LOOP \ enum direction dir = ((struct iso2022jp_data *) step->data)->dir; \ enum variant var = ((struct iso2022jp_data *) step->data)->var; \ - int save_state; \ + int save_set; \ int set = data->statep->count; #define END_LOOP \ data->statep->count = set; |