commit | 055409764ca5f7978d4c399d2c440af0ce971c4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 20:31:25 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 20:31:25 2016 +0100 |
tree | d3f9b0d26c4e371720910e462e2ec918e19d5792 | |
parent | c1ab67674aa0dfdcf9f0e9701ac248e3eb41b19c [diff] [blame] |
patch 7.4.1213 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 29dff3a..daa2469 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1213, +/**/ 1212, /**/ 1211,