commit | ba4ef2757cfc126f342b710f1ad9ea39e6b56cec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 21:48:49 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 21:48:49 2016 +0100 |
tree | 6cf877a8c549b74c010e51be5ca91cd436b39162 | |
parent | b638a7be952544ceb03052c25b84224577a6494b [diff] [blame] |
patch 7.4.1216 Problem: Still using HAVE_STDARG_H. Solution: Assume it's always defined.
diff --git a/src/version.c b/src/version.c index 5c21b6a..6207575 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1216, +/**/ 1215, /**/ 1214,