X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmbchar.c;h=95373f58ba4f35851b222a38e78ed6292f3bfdc0;hb=5d0b385594bc914e6233988bfb6bc1b92a2184b5;hp=590109bd6250dd546f29263c4ddf6f705c9f4b4d;hpb=99099106c3c1cb16ed1e91be970332fe225e278b;p=gnulib.git diff --git a/lib/mbchar.c b/lib/mbchar.c index 590109bd6..95373f58b 100644 --- a/lib/mbchar.c +++ b/lib/mbchar.c @@ -24,7 +24,7 @@ #if IS_BASIC_ASCII /* Bit table of characters in the ISO C "basic character set". */ -unsigned int is_basic_table [UCHAR_MAX / 32 + 1] = +const unsigned int is_basic_table [UCHAR_MAX / 32 + 1] = { 0x00001a00, /* '\t' '\v' '\f' */ 0xffffffef, /* ' '...'#' '%'...'?' */