diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-17 09:34:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-17 09:34:27 +0000 |
commit | 53ab6afa2811722b2882509846e8664c089539dc (patch) | |
tree | 7d8896e2462ee22ba71588d7444ce227e550b57b /iconvdata | |
parent | 4510507b2f34d0a96de5a7df6acd76350dcfb56c (diff) | |
download | glibc-53ab6afa2811722b2882509846e8664c089539dc.tar.gz |
Update.
1999-04-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* iconvdata/ibm874.c (TABLES, CHARSET_NAME): Follow name change.
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/ibm874.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/iconvdata/ibm874.c b/iconvdata/ibm874.c index f82343b6e4..8026ed3b4e 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 <drepper@cygnus.com>, 1998. @@ -21,9 +21,9 @@ #include <stdint.h> /* Specify the conversion table. */ -#define TABLES <cp874.h> +#define TABLES <ibm874.h> -#define CHARSET_NAME "CP874//" +#define CHARSET_NAME "IBM874//" #define HAS_HOLES 1 /* Not all 256 character are defined. */ #include <8bit-gap.c> |