commit | ac77aec4daea8d73468fcf4690cb4ccab1d807ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 22:02:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 22:02:54 2016 +0200 |
tree | 5ab80634ba81c489585b0399292ccde96c97e898 | |
parent | eec2981bbee42411044800bc23731ebcc82b5b66 [diff] [blame] |
patch 7.4.2106 Problem: Clang warns about missing field in initializer. Solution: Define COMMA and use it. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 79616c6..cdcb426 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2106, +/**/ 2105, /**/ 2104,