commit | 82593c1a3a2c5e39603ed76819f83b1197c06c8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 03 22:03:17 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 03 22:03:17 2018 +0200 |
tree | 9af4ab0959d3335c8db87b362bbd8475a28b08fe | |
parent | 3bf5e6a4c8eb84b44437d6148428565d44783eed [diff] [blame] |
patch 8.1.0236: Ruby build fails when ruby_intern is missing Problem: Ruby build fails when ruby_intern is missing. Solution: Do not use ruby_intern2. (Ken Takata)
diff --git a/src/version.c b/src/version.c index f93e099..ec097fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 236, +/**/ 235, /**/ 234,