freebsd-ports/textproc/dict/files/patch-dictP.h
Dima Dorfman 44e936d923 Upgrade to 1.9.10
Submitted by:	Andy Miller <andym@trit.org>
2003-12-24 12:49:52 +00:00

14 lines
303 B
C

--- dictP.h.orig Wed Nov 26 08:11:05 2003
+++ dictP.h Wed Nov 26 08:11:29 2003
@@ -108,11 +108,7 @@
typedef unsigned int wchar_t;
#endif
-#if HAVE_MBSTATE_T
-#include <wchar.h>
-#else
typedef char mbstate_t;
-#endif
#if !HAVE_WCRTOMB
extern size_t wcrtomb (char *s, wchar_t wc, mbstate_t *ps);