commit | 764b23c8fd3369cb05ae9122abf3ca16fec539d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 21:10:09 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 21:10:09 2016 +0100 |
tree | 9f9c938d8f1d4d38aae0ea514eed94c89cb1aeb8 | |
parent | 055409764ca5f7978d4c399d2c440af0ce971c4f [diff] [blame] |
patch 7.4.1214 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 daa2469..43837f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1214, +/**/ 1213, /**/ 1212,