summaryrefslogtreecommitdiff
path: root/iconvdata
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-07-20 12:11:01 +0000
committerAndreas Jaeger <aj@suse.de>2003-07-20 12:11:01 +0000
commit183f2df1863d0e0d7cd15eacea3bc556d70c39a7 (patch)
tree974ab69989d1db9628bab8ec7eb0cd432b9b53a4 /iconvdata
parent80f536dbf20510cbabdb042c30baa453d0b069c1 (diff)
* iconvdata/cp932.c (BODY): STANDARD_ERR_HANDLER is now called
STANDARD_TO_LOOP_ERR_HANDLER. * iconvdata/euc-jp-ms.c (BODY): Likewise. 2003-07-20 Andreas Jaeger <aj@suse.de> * iconvdata/cp932.c (BODY): STANDARD_ERR_HANDLER is now called STANDARD_TO_LOOP_ERR_HANDLER. * iconvdata/euc-jp-ms.c (BODY): Likewise.
Diffstat (limited to 'iconvdata')
-rw-r--r--iconvdata/cp932.c4
-rw-r--r--iconvdata/euc-jp-ms.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/iconvdata/cp932.c b/iconvdata/cp932.c
index 51e44144e7..ff4556307a 100644
--- a/iconvdata/cp932.c
+++ b/iconvdata/cp932.c
@@ -1,5 +1,5 @@
/* Mapping tables for CP932 handling.
- Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1997,1998,1999,2000,2001,2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>, 2003.
@@ -4708,7 +4708,7 @@ static const char from_ucs4_extra[229][2] =
if (__builtin_expect (cp[0], '\1') == '\0' && ch != 0) \
{ \
/* Illegal character. */ \
- STANDARD_ERR_HANDLER (4); \
+ STANDARD_TO_LOOP_ERR_HANDLER (4); \
} \
else \
{ \
diff --git a/iconvdata/euc-jp-ms.c b/iconvdata/euc-jp-ms.c
index a5872d2bcb..f5b3d76f23 100644
--- a/iconvdata/euc-jp-ms.c
+++ b/iconvdata/euc-jp-ms.c
@@ -1,5 +1,5 @@
/* Mapping tables for EUCJP-MS handling.
- Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1998,1999,2000,2001,2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>, 2003.
@@ -4857,7 +4857,7 @@ static const char from_ucs4_extra[229][2] =
if (__builtin_expect (cp[0], '\1') == '\0' && ch != 0) \
{ \
/* Illegal character. */ \
- STANDARD_ERR_HANDLER (4); \
+ STANDARD_TO_LOOP_ERR_HANDLER (4); \
} \
else \
{ \