commit | 6a8ede99dd76a7de92ce9f40df6198428a530dd0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 19:49:12 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 19:49:12 2017 +0100 |
tree | 00413124607837d698d7d43e6c6303229c4f4e33 | |
parent | 15eedf1d621d980cb40f50cc6a78a09ab94388c7 [diff] [blame] |
patch 8.0.0221: unnecessary condition on PROTO Problem: Checking if PROTO is defined inside a function has no effect. Solution: Remove the check for PROTO. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 84cb940..5cca034 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 221, +/**/ 220, /**/ 219,