1
0
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:
James McCoy
2021-10-05 19:44:04 +01:00
committed by Bram Moolenaar
parent 949de97da3
commit 2e258bd79f
3 changed files with 11 additions and 3 deletions

View File

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