commit | 827b165b2aebad2cfe98cc6d5804c6c0fe8afd89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 05 18:14:03 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 05 18:14:03 2016 +0200 |
tree | eb91cbe5b6be5b9830d69cafcc4f7bdb626bb170 | |
parent | 89c79b99328b66f77f1d12dc8c6701dfe2c57f15 [diff] [blame] |
patch 7.4.1819 Problem: Compiler warnings when sprintf() is a macro. Solution: Don't interrupt sprintf() with an #ifdef. (Michael Jarvis, closes #788)
diff --git a/src/version.c b/src/version.c index 1045c21..0191775 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1819, +/**/ 1818, /**/ 1817,