summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-10-05 19:44:04 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-05 19:44:04 +0100
commit2e258bd79f403bcccb1336bea70803957a83808f (patch)
treed138257f739a37e973e3cba2e5f50288a66bee34 /src/version.c
parent949de97da32d4fff28c569387e2ba8b3e311e64d (diff)
patch 8.2.3481: failures when char is unsignedv8.2.3481
Problem: Failures when char is unsigned. Solution: Use int8_T. Make a CI run with unsigned char. (James McCoy, closes #8936)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 70f363a421..31fb2a6181 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3481,
+/**/
3480,
/**/
3479,