commit | bbc1a592a0e0efd5101a58032e7e7cc9f3e9f417 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 21 15:25:31 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 21 15:25:31 2015 +0200 |
tree | c7d6e8cebca677f5e748153a752e13d94ded368c | |
parent | d82a2a990bc329754e1b61c5af669c76ac202497 [diff] [blame] |
patch 7.4.705 Problem: Can't build with Ruby 2.2. Solution: Add #ifdefs to handle the incompatible change. (Andrei Olsen)
diff --git a/src/version.c b/src/version.c index 11dd808..0b2d6fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 705, +/**/ 704, /**/ 703,