Merge pull request #4 from pdietl/fixed_wchar_t_signed
Fix signed mismatch
This commit is contained in:
commit
7f8353a97b
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
bld
|
||||
src/tags
|
@ -65,8 +65,8 @@
|
||||
|
||||
|
||||
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