commit | ef26954a35207c3f17d6ed35d9a40c918d974892 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 13:22:12 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 13:22:12 2016 +0100 |
tree | 331d57d214bf4d20bbfa6b8f4d0155a4c5b1e9b6 | |
parent | 99dbe291f55022bd5166c9c3c7967b8693cd9d1b [diff] [blame] |
patch 7.4.1133 Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
diff --git a/src/version.c b/src/version.c index 919f7b7..2d9d5f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1133, +/**/ 1132, /**/ 1131,