commit | d5a986f460019a924627d79350552f446505cffb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 06 21:11:31 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 06 21:11:31 2020 +0100 |
tree | 96feeb0596dd12fbbd41a0abe6d2a1e949e8c46f | |
parent | 41d6196e302af5f1a99aeeac587b5c662c410166 [diff] [blame] |
patch 8.2.2104: build problem with Ruby 2.7 Problem: Build problem with Ruby 2.7. Solution: Adjust function declarations. (Ozaki Kiichi, closes #7430)
diff --git a/src/version.c b/src/version.c index 2444f0b..08594a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2104, +/**/ 2103, /**/ 2102,