commit | 5d18efecfd6c45d69f55268948a22cd0465bb955 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 01 21:11:22 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 01 21:11:22 2019 +0100 |
tree | 409afa09cb7fb8f4684e0399f2597ba5d16edbfa | |
parent | fa5612c7d836eb789e0f8ff4b10461b8640a14b2 [diff] [blame] |
patch 8.1.2378: 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 4d50222..cc5b4b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2378, +/**/ 2377, /**/ 2376,