fix type issues in stdint.h so underlying types of 64-bit types match ABI
[musl] / src / ctype / iswpunct.c
index a829745..16e8703 100644 (file)
@@ -1,6 +1,6 @@
 #include <wctype.h>
 
-static unsigned char table[] = {
+static const unsigned char table[] = {
 #include "punct.h"
 };