commit | 9d5c84a08f0574e680ef61d7e44e981bd6be741d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 19 20:48:46 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 19 20:48:46 2018 +0100 |
tree | a21ff998385d91010f872538509b44c4e650f8dc | |
parent | e66777901382a554797a4c70ffbc0c63440cfe57 [diff] [blame] |
patch 8.1.0609: MS-Windows: unused variable, depending on the Ruby version Problem: MS-Windows: unused variable, depending on the Ruby version. Solution: Put ruby_sysinit and NtInitialize inside #ifdef and make them consistent. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 8157365..f44167a 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 609, +/**/ 608, /**/ 607,