From: Ulrich Drepper Date: Sat, 17 Apr 1999 09:34:27 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~27366 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53ab6afa2811722b2882509846e8664c089539dc;p=external%2Fglibc.git Update. 1999-04-17 Andreas Jaeger * iconvdata/ibm874.c (TABLES, CHARSET_NAME): Follow name change. --- diff --git a/ChangeLog b/ChangeLog index 7064bf9..d4d3702 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-04-17 Andreas Jaeger + + * iconvdata/ibm874.c (TABLES, CHARSET_NAME): Follow name change. + 1999-04-17 Ulrich Drepper * iconvdata/gconv-modules: Rename CP874 to IBM874. diff --git a/iconvdata/ibm874.c b/iconvdata/ibm874.c index f82343b..8026ed3 100644 --- a/iconvdata/ibm874.c +++ b/iconvdata/ibm874.c @@ -1,5 +1,5 @@ -/* Conversion from and to CP874. - Copyright (C) 1998 Free Software Foundation, Inc. +/* Conversion from and to IBM874. + Copyright (C) 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -21,9 +21,9 @@ #include /* Specify the conversion table. */ -#define TABLES +#define TABLES -#define CHARSET_NAME "CP874//" +#define CHARSET_NAME "IBM874//" #define HAS_HOLES 1 /* Not all 256 character are defined. */ #include <8bit-gap.c>