diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-22 14:30:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-22 14:30:38 +0000 |
commit | ef8dc670b64f7efdeb71111135f3cc37b5ba9a67 (patch) | |
tree | 9652ed7108e5c74c2b1bf0b18bffd1d8a1fe1bee /intl/l10nflist.c | |
parent | 47d349205ea75ff8c1b5d7767148e0aaaefae2ba (diff) | |
download | idutils-ef8dc670b64f7efdeb71111135f3cc37b5ba9a67.tar.gz idutils-ef8dc670b64f7efdeb71111135f3cc37b5ba9a67.tar.bz2 idutils-ef8dc670b64f7efdeb71111135f3cc37b5ba9a67.zip |
merge with 0.10.24
Diffstat (limited to 'intl/l10nflist.c')
-rw-r--r-- | intl/l10nflist.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c index 18c5ba5..fd097d7 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -21,15 +21,6 @@ Boston, MA 02111-1307, USA. */ # include <config.h> #endif -#if defined _LIBC || defined HAVE_ARGZ_H -# include <argz.h> -#endif -#include <ctype.h> - -#if defined STDC_HEADERS || defined _LIBC -# include <stdlib.h> -#endif - #if defined HAVE_STRING_H || defined _LIBC # ifndef _GNU_SOURCE # define _GNU_SOURCE 1 @@ -44,6 +35,15 @@ Boston, MA 02111-1307, USA. */ # endif #endif +#if defined _LIBC || defined HAVE_ARGZ_H +# include <argz.h> +#endif +#include <ctype.h> + +#if defined STDC_HEADERS || defined _LIBC +# include <stdlib.h> +#endif + #include "loadinfo.h" /* On some strange systems still no definition of NULL is found. Sigh! */ @@ -366,7 +366,7 @@ _nl_normalize_codeset (codeset, name_len) if (retval != NULL) { if (only_digit) - wp = stpcpy (retval, "ISO"); + wp = stpcpy (retval, "iso"); else wp = retval; |