X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmultibyte%2Finternal.h;h=45bbc6d06289747b728fb26e416de0156a6eed74;hb=711673ee772e20a74aaf301c2d7745c20c4f4d47;hp=421a3d4af9b10d45f41f1c2441eef90ea2725a93;hpb=6cec7bc57f599f43f4041cec2093e3c9231dbaab;p=musl diff --git a/src/multibyte/internal.h b/src/multibyte/internal.h index 421a3d4a..45bbc6d0 100644 --- a/src/multibyte/internal.h +++ b/src/multibyte/internal.h @@ -1,11 +1,9 @@ #define bittab __fsmu8 #include +#include -#ifdef __PIC__ -__attribute__((__visibility__("hidden"))) -#endif -extern const uint32_t bittab[]; +extern hidden const uint32_t bittab[]; /* Upper 6 state bits are a negative integer offset to bound-check next byte */ /* equivalent to: ( (b-0x80) | (b+offset) ) & ~0x3f */