1
0
forked from aniani/vim

patch 8.2.3672: build failure with unsigned char

Problem:    Build failure with unsigned char.
Solution:   Use int instead of char.
This commit is contained in:
Bram Moolenaar
2021-11-25 13:26:19 +00:00
parent 34c20ff85b
commit 71b36206be
2 changed files with 4 additions and 2 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3672,
/**/
3671,
/**/