commit | e185c1efba3cb2611ac303c39a08e908497cbac4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 22:22:30 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 22:22:30 2016 +0200 |
tree | 1ecb4980db982ee1c9826337fa4bf069f062e133 | |
parent | 7c1c6dbb6817640fd3956a0d5417da23fde336d8 [diff] [blame] |
patch 7.4.1706 Problem: Old style function declaration breaks build. Solution: Remove __ARGS().
diff --git a/src/version.c b/src/version.c index aefcfae..4502f7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1706, +/**/ 1705, /**/ 1704,