From d49b34302a70ad948ce9cbf5778b1b39adb4286d Mon Sep 17 00:00:00 2001 From: "Pedro J. Ruiz Lopez" Date: Sun, 18 Feb 2007 19:35:04 +0000 Subject: Upgrade to gettext 0.16.1 --- intl/langprefs.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'intl/langprefs.c') diff --git a/intl/langprefs.c b/intl/langprefs.c index 20137b6..59c8def 100644 --- a/intl/langprefs.c +++ b/intl/langprefs.c @@ -1,5 +1,5 @@ /* Determine the user's language preferences. - Copyright (C) 2004-2005 Free Software Foundation, Inc. + Copyright (C) 2004-2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published @@ -26,16 +26,16 @@ #if HAVE_CFPREFERENCESCOPYAPPVALUE # include -# include -# include -# include -# include +# include +# include +# include +# include extern void _nl_locale_name_canonicalize (char *name); #endif /* Determine the user's language preferences, as a colon separated list of locale names in XPG syntax - language[_territory[.codeset]][@modifier] + language[_territory][.codeset][@modifier] The result must not be freed; it is statically allocated. The LANGUAGE environment variable does not need to be considered; it is already taken into account by the caller. */ -- cgit v1.2.3