commit | 3e53c700a2bcbe7fafb51cd01f3e6428fd803099 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 22:17:03 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 22:17:03 2016 +0100 |
tree | 19e54e4f0837c62605a66ddad417d4fb8f208690 | |
parent | 65591001e405cbaaf9772c9375d0bb6049cf9a3a [diff] [blame] |
patch 7.4.1174 Problem: Netbeans contains dead code insde #ifdef. Solution: Remove the dead code.
diff --git a/src/version.c b/src/version.c index 49b5225..042454f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1174, +/**/ 1173, /**/ 1172,