Fix build for architectures that define wchar_t as an unsigned int.
Reported by: bz@
This commit is contained in:
parent
d80880058c
commit
70c4859444
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user