about summary refs log tree commit diff
path: root/iconvdata/cp932.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/cp932.c')
-rw-r--r--iconvdata/cp932.c4
1 files changed, 2 insertions, 2 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								      \
       {									      \