diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2008-02-20 12:48:46 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2008-02-20 12:48:46 +0000 |
commit | 8c5ab5ff18f334d83e82d40ce5a15294288d82bb (patch) | |
tree | 7595ae8eb0d289b345daf994d3a4dc8b265eeba6 /libc/iconvdata/ebcdic-es.c | |
parent | 1ee006bef1ce679d91782a9beb3c983cec91cbbe (diff) | |
download | eglibc2-8c5ab5ff18f334d83e82d40ce5a15294288d82bb.tar.gz |
Merge changes between r4014 and r5247 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@5248 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/iconvdata/ebcdic-es.c')
-rw-r--r-- | libc/iconvdata/ebcdic-es.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/iconvdata/ebcdic-es.c b/libc/iconvdata/ebcdic-es.c index 4b471452b..bb447c037 100644 --- a/libc/iconvdata/ebcdic-es.c +++ b/libc/iconvdata/ebcdic-es.c @@ -1,5 +1,5 @@ /* Conversion from and to EBCDIC-ES. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. @@ -20,10 +20,10 @@ #include <stdint.h> -/* Get the conversion table. */ -#include <ebcdic-es.h> +/* Specify the conversion table. */ +#define TABLES <ebcdic-es.h> #define CHARSET_NAME "EBCDIC-ES//" #define HAS_HOLES 1 /* Not all 256 character are defined. */ -#include <8bit-generic.c> +#include <8bit-gap.c> |