commit | 2e258bd79f403bcccb1336bea70803957a83808f | [log] [tgz] |
---|---|---|
author | James McCoy <jamessan@jamessan.com> | Tue Oct 05 19:44:04 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 05 19:44:04 2021 +0100 |
tree | d138257f739a37e973e3cba2e5f50288a66bee34 | |
parent | 949de97da32d4fff28c569387e2ba8b3e311e64d [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 70f363a..31fb2a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3481, +/**/ 3480, /**/ 3479,