commit | b191be2f0000bf1de09a79226cfd405d9387caa3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 30 21:00:12 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 30 21:00:12 2019 +0100 |
tree | 2882cb8767514b04531679568de02c3768b0edd6 | |
parent | 9172d23d05f3f25996e03612654920b01158d734 [diff] [blame] |
patch 8.1.0848: cannot build with Ruby 1.8 Problem: Cannot build with Ruby 1.8. (Tom G. Christensen) Solution: Use rb-str_new2(). (Yasuhiro Matsumoto, closes #3883, closes #3884)
diff --git a/src/version.c b/src/version.c index 729f650..114539a 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 848, +/**/ 847, /**/ 846,