diff options
Diffstat (limited to 'wcsmbs/wcwidth.h')
-rw-r--r-- | wcsmbs/wcwidth.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wcsmbs/wcwidth.h b/wcsmbs/wcwidth.h index b8627c54f0..a9f8a26d49 100644 --- a/wcsmbs/wcwidth.h +++ b/wcsmbs/wcwidth.h @@ -25,6 +25,10 @@ /* Array containing width information. */ extern unsigned char *__ctype_width; +/* If the program is compiled without optimization the following declaration + is not visible in the header. */ +extern unsigned int *__ctype32_b; + static __inline int internal_wcwidth (wint_t ch) { |