| commit | 4f391796b7de78a434a2cc7107034603df414905 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 16:59:07 2017 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 16:59:07 2017 +0100 |
| tree | 3f51e86d2e282d5cefc5113e2e34769d5a881f75 | |
| parent | 810f9c361c83afb36b9f1cdadca2b93f1201d039 [diff] [blame] |
patch 8.0.0191: can't build with Ruby on some systems
Problem: Some systems do not have ruby_sysinit(), causing the build to
fail.
Solution: Clean up how ruby_sysinit() and NtInitialize() are used. (Taro
Muraoka)
diff --git a/src/version.c b/src/version.c index 2094db7..bf4b82d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 191, +/**/ 190, /**/ 189,