commit | 2ab2e8608f9b2c85432715bb9a7f226fdbf8cd35 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 04 21:24:53 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 04 21:24:53 2019 +0100 |
tree | 0a361d816527e615a7b64298e7c51c16d65fb015 | |
parent | 9834b96820bec95d6858229d6fb256310365efff [diff] [blame] |
patch 8.1.2387: 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 69fc8ce..27d785b 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2387, +/**/ 2386, /**/ 2385,