commit | b09c684195d803137d52c34fb4d3a410be5ac10f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 27 22:11:01 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 27 22:11:01 2018 +0100 |
tree | aacd21c55d39285f90db7e1278658a8d84191f2f | |
parent | 06d626032330dc79825004f9cba7d154c9c90cbc [diff] [blame] |
patch 8.1.0646: cannot build with Ruby 2.6.0 Problem: Cannot build with Ruby 2.6.0. Solution: Add rb_ary_detransient(). (Ozaki Kiichi, closes #3724)
diff --git a/src/version.c b/src/version.c index 823db35..01593ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 646, +/**/ 645, /**/ 644,