commit | 66f948e928d5e0cd3123af902aa8ac1613534c94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 16:39:25 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 16:39:25 2016 +0100 |
tree | 7517d2849bb9feb1df2f51baef827536d715aa74 | |
parent | 78c0b7d43e5048fd71d12816659667834170c76d [diff] [blame] |
patch 7.4.1207 Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 0a36627..f850887 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1207, +/**/ 1206, /**/ 1205,