commit | f62fc316a212160d1c58be88f30efd11eb595493 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 08 20:29:32 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 08 20:29:32 2019 +0100 |
tree | 769271e0f7a566dfcfe2738bee46fda050fa0c3b | |
parent | 8aef43b66cf280c79a75d81f43ce5223b9044e63 [diff] [blame] |
patch 8.1.0704: building with Ruby 2.6 gives compiler warnings Problem: Building with Ruby 2.6 gives compiler warnings. Solution: Define a stub for rb_ary_detransient. (Ozaki Kiichi, closes #3779)
diff --git a/src/version.c b/src/version.c index 0693be1..95f3859 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 704, +/**/ 703, /**/ 702,