commit | b7604cc19fa1db6a8182546bf662aa13d4574d7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 21:23:22 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 21:23:22 2016 +0100 |
tree | ffe7fbd91b4a41762befb992d16751da60676622 | |
parent | 345efa013dc6d1754ba06e5596a26c48c9935937 [diff] [blame] |
patch 7.4.1098 Problem: Still using old style C function declarations. Solution: Always define __ARGS() to include types. Turn a few functions into ANSI style to find out if this causes problems for anyone.
diff --git a/src/version.c b/src/version.c index a3d0146..475b4d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1098, +/**/ 1097, /**/ 1096,