commit | 217e1b8359447f5550dcb0d1ee43380a90c253c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 01 21:41:28 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 01 21:41:28 2019 +0100 |
tree | 137e8b7d6f27848c95caa47e2fc13a4dc4c50d29 | |
parent | 5d18efecfd6c45d69f55268948a22cd0465bb955 [diff] [blame] |
patch 8.1.2379: 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 cc5b4b9..4d03ce8 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2379, +/**/ 2378, /**/ 2377,