Compile relocatable.c only if --enable-relocatable was specified.
[pspp] / lib / mbchar.c
index 590109bd6250dd546f29263c4ddf6f705c9f4b4d..95373f58ba4f35851b222a38e78ed6292f3bfdc0 100644 (file)
@@ -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,          /* ' '...'#' '%'...'?' */