aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs/wcwidth.h
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcwidth.h')
-rw-r--r--wcsmbs/wcwidth.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/wcsmbs/wcwidth.h b/wcsmbs/wcwidth.h
index b8627c5..a9f8a26 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)
{