diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-08-04 17:24:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-08-04 17:24:44 +0200 |
commit | 218beb3e96bcb7b20395be3bec6076c767be71a1 (patch) | |
tree | e2c049d5e732812dd54d573acfdd3b546ec68a64 /src/version.c | |
parent | 7da1fb5532890d9c15cdb5b9bec158f9f9c105a7 (diff) | |
download | vim-git-8.1.0239.tar.gz |
patch 8.1.0239: now Ruby build fails on other systemsv8.1.0239
Problem: Now Ruby build fails on other systems.
Solution: Always define rb_intern. (Ken Takata, closes #3275)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index c5f181256..bd8da20b4 100644 --- a/src/version.c +++ b/src/version.c @@ -795,6 +795,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 239, +/**/ 238, /**/ 237, |