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

Reported by: bz@
This commit is contained in:
marcel 2015-08-24 17:58:11 +00:00
parent d80880058c
commit 70c4859444

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 */