diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-12-08 01:38:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-12-08 01:38:23 +0000 |
commit | 87520cccf6207f0a3525b5a5d5dc2ffd80b3d416 (patch) | |
tree | 29e80e6a4a8c38ebcf4c3cc5ba4fb97fbab8ef8c /iconvdata/hp-roman8.c | |
parent | 26e21e7554ca5bbc719d5b018e26d5eb621c9e2e (diff) | |
download | glibc-87520cccf6207f0a3525b5a5d5dc2ffd80b3d416.tar.gz glibc-87520cccf6207f0a3525b5a5d5dc2ffd80b3d416.tar.xz glibc-87520cccf6207f0a3525b5a5d5dc2ffd80b3d416.zip |
[BZ #5427]
* iconvdata/hp-roman9.c: New file. * iconvdata/Makefile: Add rules for hp-roman9.c. * iconvdata/tst-tables.sh: Add HP-ROMAN9. * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic. * iconvdata/Makefile: Adjust appropriately. keyword for gcc's braced-groups.
Diffstat (limited to 'iconvdata/hp-roman8.c')
-rw-r--r-- | iconvdata/hp-roman8.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/iconvdata/hp-roman8.c b/iconvdata/hp-roman8.c index 9833a071fb..ec29d82773 100644 --- a/iconvdata/hp-roman8.c +++ b/iconvdata/hp-roman8.c @@ -1,5 +1,5 @@ /* Conversion from and to HP-ROMAN8. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. @@ -20,10 +20,10 @@ #include <stdint.h> -/* Get the conversion table. */ -#include <hp-roman8.h> +/* Specify the conversion table. */ +#define TABLES <hp-roman8.h> #define CHARSET_NAME "HP-ROMAN8//" #define HAS_HOLES 1 /* Not all 256 character are defined. */ -#include <8bit-generic.c> +#include <8bit-gap.c> |