commit | e38eab22c1fb950127f0307a9904de6d4561dc70 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 21:50:01 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 21:50:01 2019 +0100 |
tree | 3435d9a3e3654948067dd1a89ebacf333ba877f0 | |
parent | 0d6f5d9740dbad1b0207f3ab257de806169dd905 [diff] [blame] |
patch 8.1.2396: 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 504c546..f5c7d2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2396, +/**/ 2395, /**/ 2394,