From 8c474db54dbc62f4cd3003f12a7b540a8f2ddef9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 27 Jan 1999 09:13:16 +0000 Subject: Update. * wctype/wcextra.c: Declare __ctype32_b. --- wctype/wcextra.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wctype/wcextra.c') 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) { -- cgit v1.2.3