forked from aniani/vim
patch 8.2.3481: failures when char is unsigned
Problem: Failures when char is unsigned.
Solution: Use int8_T. Make a CI run with unsigned char. (James McCoy,
closes #8936)
This commit is contained in:
committed by
Bram Moolenaar
parent
949de97da3
commit
2e258bd79f
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3481,
|
||||
/**/
|
||||
3480,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user