commit | 6e0ce171e19d0118ecd7c2b16e2a1bd50aa76013 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 20:12:41 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 20:12:41 2019 +0100 |
tree | 5446531fc72732454fef2eb38b5f86532c1b9340 | |
parent | c95e8d649045add4e77b423bc159dc0d845af559 [diff] [blame] |
patch 8.1.2392: 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 c9d701b..93dc2a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2392, +/**/ 2391, /**/ 2390,