This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
C standard, wint_t, and stddef.h
- To: libstdc++-v3@cygnus.com
- Subject: C standard, wint_t, and stddef.h
- From: "Mark E." <snowball3@usa.net>
- Date: Thu, 11 Feb 1999 19:57:29 -0500
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/