Fix build for architectures that define wchar_t as an unsigned int.

Reported by: bz@
This commit is contained in:
Marcel Moolenaar 2015-08-24 17:58:11 +00:00
parent 9b9266e8e7
commit 6743350af7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287114

View File

@ -62,8 +62,8 @@
#include <wchar.h>
struct interval {
int first;
int last;
wchar_t first;
wchar_t last;
};
/* auxiliary function for binary search in interval table */