commit | 0f8737355d291679659579a48db1861b88970293 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 20:28:46 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 20:28:46 2019 +0100 |
tree | 6b8a8f4e9afe52e72c4039e404f3f4598e04d16a | |
parent | 6e0ce171e19d0118ecd7c2b16e2a1bd50aa76013 [diff] [blame] |
patch 8.1.2393: using old C style comments Problem: Using old C style comments. Solution: Use // comments where appropriate.
diff --git a/src/version.c b/src/version.c index 93dc2a1..c571e6c 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2393, +/**/ 2392, /**/ 2391,