summaryrefslogtreecommitdiff
path: root/iconvdata/ebcdic-at-de-a.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/ebcdic-at-de-a.c')
-rw-r--r--iconvdata/ebcdic-at-de-a.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/iconvdata/ebcdic-at-de-a.c b/iconvdata/ebcdic-at-de-a.c
index 7251490ae7..654bdf87fd 100644
--- a/iconvdata/ebcdic-at-de-a.c
+++ b/iconvdata/ebcdic-at-de-a.c
@@ -1,5 +1,5 @@
/* Conversion from and to EBCDIC-AT-DE-A.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
@@ -18,7 +18,12 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#include <wchar.h>
+#include <stdint.h>
+
+/* Get the conversion table. */
#include <ebcdic-at-de-a.h>
-#define NAME "EBCDIC-AT-DE-A"
+
+#define CHARSET_NAME "EBCDIC-AT-DE-A"
+#define HAS_HOLES 1 /* Not all 256 character are defined. */
+
#include <8bit-generic.c>