commit | 1ac56c2d11da5ffa44db23e1fd0c533d02ab2f66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 22:28:22 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 22:28:22 2019 +0100 |
tree | 6eba7bed7de78a1efe65c23aeec28b1f93b3a2e5 | |
parent | 3020ccb113d397ddf474001dc00a1916ad7abdee [diff] [blame] |
patch 8.1.0770: inconsistent use of ELAPSED_FUNC Problem: Inconsistent use of ELAPSED_FUNC. Solution: Consistently use ELAPSED_FUNC. Also turn ELAPSED_TYPE into a typedef. (Ozaki Kiichi, closes #3815)
diff --git a/src/version.c b/src/version.c index b98c7e6..217d13d 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 770, +/**/ 769, /**/ 768,