commit | a65c28813425dc1c04424ee18980d1733e982604 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 08 11:31:48 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 08 11:31:48 2020 +0200 |
tree | 4f5346196465f291764b37b3569d65de0bb9aaf5 | |
parent | 49cf7cc8d2df1509cbe23647166c6cc954d59513 [diff] [blame] |
patch 8.2.0530: test crashes on s390 Problem: Test crashes on s390. (James McCoy) Solution: Explicitly define an 8 big signed type. (closes #5897)
diff --git a/src/version.c b/src/version.c index a3c54cb..2caae75 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 530, +/**/ 529, /**/ 528,