commit | 1eed532999adc6a2c902fa07d256be988520a995 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 26 17:03:54 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 26 17:03:54 2019 +0100 |
tree | 5165869a7bfa51e23118de2e36dab5b402d64613 | |
parent | 32033d23975dbe674f98e1ac5a9a644002faaa3e [diff] [blame] |
patch 8.1.0983: checking __CYGWIN32__ unnecessarily Problem: Checking __CYGWIN32__ unnecessarily. Solution: Remove the checks. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 8e9c87a..e2e82f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 983, +/**/ 982, /**/ 981,