+2009-12-12 Bruno Haible <bruno@clisp.org>
+
+ duplocale: Tweak.
+ * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
+
2009-12-12 Karl Berry <karl@gnu.org>
* config/srclist.txt (strtoll.c): tab changes, no more sync.
{
/* Create a copy of the locale by fetching the name of each locale
category, starting with LC_CTYPE. */
- static struct { int cat; int mask; } categories[] =
+ static struct { int cat; int mask; } const categories[] =
{
{ LC_NUMERIC, LC_NUMERIC_MASK },
{ LC_TIME, LC_TIME_MASK },