This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project. See the libstdc++ home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

C standard, wint_t, and stddef.h



Unfortunately, I hit the delete button too quick on the issue of stddef.h 
and wint._t. According to my reference, wint_t is not listed as being 
defined stddef.h but wchar_t is. It is defined in wctype.h, so 
wmemcmp.c could be patched as so:

#if HAVE_WCTYPE_H
#include <wctype.h>
#endif

DJGPP will be happy, and other systems will be happy too.

Mark

--- 
Mark Elbrecht snowball3@usa.net
http://members.xoom.com/snowball3/