From 74e8f2dcaa151989a5abfd21cf36ec9441d3671f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 19 Dec 2002 09:18:01 +0000 Subject: Update. 2002-12-19 Jakub Jelinek * nscd/connections.c (nscd_run): Shut up warning. * tst-ungetc.c (assert): Undefined before redefining. 2002-12-19 Ulrich Drepper * posix/regex.c: Use __builtin_expect even outside glibc if gcc 3 is used. 2002-12-17 Art Haas * 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. --- iconvdata/cp775.h | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'iconvdata/cp775.h') diff --git a/iconvdata/cp775.h b/iconvdata/cp775.h index f672c7ce01..3b15ad79a0 100644 --- a/iconvdata/cp775.h +++ b/iconvdata/cp775.h @@ -1,5 +1,5 @@ /* Mapping table for CP775. - 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 , 1998. @@ -295,28 +295,28 @@ static const uint32_t to_ucs4[256] = */ static struct gap from_idx[] = { - { start: 0x0000, end: 0x007f, idx: 0 }, - { start: 0x00a0, end: 0x00c9, idx: -32 }, - { start: 0x00d3, end: 0x00e9, idx: -41 }, - { start: 0x00f3, end: 0x0119, idx: -50 }, - { start: 0x0122, end: 0x0123, idx: -58 }, - { start: 0x012a, end: 0x012f, idx: -64 }, - { start: 0x0136, end: 0x014d, idx: -70 }, - { start: 0x0156, end: 0x0161, idx: -78 }, - { start: 0x016a, end: 0x016b, idx: -86 }, - { start: 0x0172, end: 0x017e, idx: -92 }, - { start: 0x2019, end: 0x201e, idx: -7926 }, - { start: 0x2219, end: 0x2219, idx: -8432 }, - { start: 0x2500, end: 0x2502, idx: -9174 }, - { start: 0x250c, end: 0x251c, idx: -9183 }, - { start: 0x2524, end: 0x2524, idx: -9190 }, - { start: 0x252c, end: 0x252c, idx: -9197 }, - { start: 0x2534, end: 0x2534, idx: -9204 }, - { start: 0x253c, end: 0x253c, idx: -9211 }, - { start: 0x2550, end: 0x256c, idx: -9230 }, - { start: 0x2580, end: 0x2593, idx: -9249 }, - { start: 0x25a0, end: 0x25a0, idx: -9261 }, - { start: 0xffff, end: 0xffff, idx: 0 } + { .start = 0x0000, .end = 0x007f, .idx = 0 }, + { .start = 0x00a0, .end = 0x00c9, .idx = -32 }, + { .start = 0x00d3, .end = 0x00e9, .idx = -41 }, + { .start = 0x00f3, .end = 0x0119, .idx = -50 }, + { .start = 0x0122, .end = 0x0123, .idx = -58 }, + { .start = 0x012a, .end = 0x012f, .idx = -64 }, + { .start = 0x0136, .end = 0x014d, .idx = -70 }, + { .start = 0x0156, .end = 0x0161, .idx = -78 }, + { .start = 0x016a, .end = 0x016b, .idx = -86 }, + { .start = 0x0172, .end = 0x017e, .idx = -92 }, + { .start = 0x2019, .end = 0x201e, .idx = -7926 }, + { .start = 0x2219, .end = 0x2219, .idx = -8432 }, + { .start = 0x2500, .end = 0x2502, .idx = -9174 }, + { .start = 0x250c, .end = 0x251c, .idx = -9183 }, + { .start = 0x2524, .end = 0x2524, .idx = -9190 }, + { .start = 0x252c, .end = 0x252c, .idx = -9197 }, + { .start = 0x2534, .end = 0x2534, .idx = -9204 }, + { .start = 0x253c, .end = 0x253c, .idx = -9211 }, + { .start = 0x2550, .end = 0x256c, .idx = -9230 }, + { .start = 0x2580, .end = 0x2593, .idx = -9249 }, + { .start = 0x25a0, .end = 0x25a0, .idx = -9261 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } }; /* Table accessed through above index table. It can be generated using: -- cgit 1.4.1