diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-27 09:13:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-27 09:13:16 +0000 |
commit | 8c474db54dbc62f4cd3003f12a7b540a8f2ddef9 (patch) | |
tree | 1606d4f265ad0c65fd89cc9ff4b0096ac7875477 /wctype | |
parent | ee2752ea58826faabe7466bfc7a61c61d824eb81 (diff) | |
download | glibc-8c474db54dbc62f4cd3003f12a7b540a8f2ddef9.tar glibc-8c474db54dbc62f4cd3003f12a7b540a8f2ddef9.tar.gz glibc-8c474db54dbc62f4cd3003f12a7b540a8f2ddef9.tar.bz2 glibc-8c474db54dbc62f4cd3003f12a7b540a8f2ddef9.zip |
Update.
* wctype/wcextra.c: Declare __ctype32_b.
Diffstat (limited to 'wctype')
-rw-r--r-- | wctype/wcextra.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wctype/wcextra.c b/wctype/wcextra.c index 7f63e7efeb..44b72c8833 100644 --- a/wctype/wcextra.c +++ b/wctype/wcextra.c @@ -24,6 +24,10 @@ #include "cname-lookup.h" +/* If the program is compiled without optimization the following declaration + is not visible in the header. */ +extern unsigned int *__ctype32_b; + int (iswblank) (wint_t wc) { |