diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/C-ctype.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/C-ctype.c b/locale/C-ctype.c index 851b95fd98..0ea0310093 100644 --- a/locale/C-ctype.c +++ b/locale/C-ctype.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. @@ -368,6 +368,6 @@ const struct locale_data _nl_C_LC_CTYPE = { string: "tolower\0" "toupper\0" }, { string: _nl_C_LC_CTYPE_width }, { word: 2 }, - { string: "ISO_646.IRV" } + { string: "ANSI_X3.4-1968" } } }; |