From c96f6550f38c01530f498cd98dddcd0b3ed45e28 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 17 Jan 1999 10:14:36 +0000 Subject: [PATCH] Update. * wctype/wcfuncs.c: Declare __ctype32_b. --- ChangeLog | 2 ++ wctype/wcfuncs.c | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7635bcc..34a753c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-01-17 Ulrich Drepper + * wctype/wcfuncs.c: Declare __ctype32_b. + * elf/Makefile (test-modules): Add test-modules. * stdlib/canonicalize.c (canonicalize): Update write pointer after diff --git a/wctype/wcfuncs.c b/wctype/wcfuncs.c index 3b9296c..ba4d88b 100644 --- a/wctype/wcfuncs.c +++ b/wctype/wcfuncs.c @@ -22,6 +22,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; + /* Provide real-function versions of all the wctype macros. */ #define func(name, type) \ -- 2.7.4