commit | a357e44ccdf5cfe9f6d35cc348ca33ccd973e1a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 20:45:07 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 20:45:07 2016 +0200 |
tree | 7dd40155c7325d14e24296c4c0e28ed84009e73b | |
parent | 50fa8dd00c241fa0786fe92ecc02fee4e5d28e06 [diff] [blame] |
patch 7.4.2191 Problem: No automatic prototype for vim_main2(). Solution: Move the #endif. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 0ed07b4..8735b64 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2191, +/**/ 2190, /**/ 2189,