commit | a8e691d44937fd9d72dcbad2b8c673682277f13d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 15:19:26 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 15:19:26 2016 +0200 |
tree | 195a95292b2d6f85031dce07d245ac2414e2d6e6 | |
parent | 812ad4f3a2cb33002a24f6b5862c7b375cd68fe4 [diff] [blame] |
patch 7.4.2176 Problem: #ifdefs in main() are complicated. Solution: Always define vim_main2(). Move params to the file level. (suggested by Ken Takata)
diff --git a/src/version.c b/src/version.c index 944dfa4..4d6765f 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2176, +/**/ 2175, /**/ 2174,