commit | 161fb5e302f4e5d4e121ab2d2d5024649b3db0f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 06 06:26:15 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 06 06:26:15 2013 +0200 |
tree | 5948dd1ed7870dd23f60f913719630ebfce228e9 | |
parent | 531da5955e03afadb2f0cf72264fe8deb4bf430e [diff] [blame] |
updated for version 7.3.928 Problem: Can't build with strict C compiler. Solution: Move declaration to start of block. (Taro Muraoka)
diff --git a/src/version.c b/src/version.c index 76d60a7..9318598 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 928, +/**/ 927, /**/ 926,