diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-19 09:18:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-19 09:18:01 +0000 |
commit | 74e8f2dcaa151989a5abfd21cf36ec9441d3671f (patch) | |
tree | 76e75ea724906d2d5b4d3a9449f535bcd7700d29 /iconvdata/cp737.h | |
parent | 7d092b69a0cd07e17a14027c9b544c9b6caac190 (diff) | |
download | glibc-74e8f2dcaa151989a5abfd21cf36ec9441d3671f.tar glibc-74e8f2dcaa151989a5abfd21cf36ec9441d3671f.tar.gz glibc-74e8f2dcaa151989a5abfd21cf36ec9441d3671f.tar.bz2 glibc-74e8f2dcaa151989a5abfd21cf36ec9441d3671f.zip |
Update.
2002-12-19 Jakub Jelinek <jakub@redhat.com>
* nscd/connections.c (nscd_run): Shut up warning.
* tst-ungetc.c (assert): Undefined before redefining.
2002-12-19 Ulrich Drepper <drepper@redhat.com>
* posix/regex.c: Use __builtin_expect even outside glibc if gcc 3
is used.
2002-12-17 Art Haas <ahaas@airmail.net>
* iconvdata/cp737.h: Convert GCC extension initializer syntax to C99.
* iconvdata/cp775.h: Likewise.
* iconvdata/ibm1046.h: Likewise.
* iconvdata/ibm1124.h: Likewise.
* iconvdata/ibm1129.h: Likewise.
* iconvdata/ibm1132.h: Likewise.
* iconvdata/ibm1133.h: Likewise.
* iconvdata/ibm1160.h: Likewise.
* iconvdata/ibm1161.h: Likewise.
* iconvdata/ibm1162.h: Likewise.
* iconvdata/ibm1163.h: Likewise.
* iconvdata/ibm1164.h: Likewise.
(__ASSUME_CLONE_THREAD_FLAGS): Define for x86 and kernel >= 2.5.50.
Diffstat (limited to 'iconvdata/cp737.h')
-rw-r--r-- | iconvdata/cp737.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/iconvdata/cp737.h b/iconvdata/cp737.h index 59d6f02abc..3df494f6fe 100644 --- a/iconvdata/cp737.h +++ b/iconvdata/cp737.h @@ -1,5 +1,5 @@ /* Mapping table for CP737. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. @@ -295,25 +295,25 @@ static const uint32_t to_ucs4[256] = */ static struct gap from_idx[] = { - { start: 0x0000, end: 0x007f, idx: 0 }, - { start: 0x00a0, end: 0x00a0, idx: -32 }, - { start: 0x00b0, end: 0x00b7, idx: -47 }, - { start: 0x00f7, end: 0x00f7, idx: -110 }, - { start: 0x0386, end: 0x03ce, idx: -764 }, - { start: 0x207f, end: 0x207f, idx: -8108 }, - { start: 0x2219, end: 0x221a, idx: -8517 }, - { start: 0x2248, end: 0x2248, idx: -8562 }, - { start: 0x2264, end: 0x2265, idx: -8589 }, - { start: 0x2500, end: 0x2502, idx: -9255 }, - { start: 0x250c, end: 0x251c, idx: -9264 }, - { start: 0x2524, end: 0x2524, idx: -9271 }, - { start: 0x252c, end: 0x252c, idx: -9278 }, - { start: 0x2534, end: 0x2534, idx: -9285 }, - { start: 0x253c, end: 0x253c, idx: -9292 }, - { start: 0x2550, end: 0x256c, idx: -9311 }, - { start: 0x2580, end: 0x2593, idx: -9330 }, - { start: 0x25a0, end: 0x25a0, idx: -9342 }, - { start: 0xffff, end: 0xffff, idx: 0 } + { .start = 0x0000, .end = 0x007f, .idx = 0 }, + { .start = 0x00a0, .end = 0x00a0, .idx = -32 }, + { .start = 0x00b0, .end = 0x00b7, .idx = -47 }, + { .start = 0x00f7, .end = 0x00f7, .idx = -110 }, + { .start = 0x0386, .end = 0x03ce, .idx = -764 }, + { .start = 0x207f, .end = 0x207f, .idx = -8108 }, + { .start = 0x2219, .end = 0x221a, .idx = -8517 }, + { .start = 0x2248, .end = 0x2248, .idx = -8562 }, + { .start = 0x2264, .end = 0x2265, .idx = -8589 }, + { .start = 0x2500, .end = 0x2502, .idx = -9255 }, + { .start = 0x250c, .end = 0x251c, .idx = -9264 }, + { .start = 0x2524, .end = 0x2524, .idx = -9271 }, + { .start = 0x252c, .end = 0x252c, .idx = -9278 }, + { .start = 0x2534, .end = 0x2534, .idx = -9285 }, + { .start = 0x253c, .end = 0x253c, .idx = -9292 }, + { .start = 0x2550, .end = 0x256c, .idx = -9311 }, + { .start = 0x2580, .end = 0x2593, .idx = -9330 }, + { .start = 0x25a0, .end = 0x25a0, .idx = -9342 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } }; /* Table accessed through above index table. It can be generated using: |