commit | 85a2002adb0eda9a9309c2fab4a79edaa91fb834 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 21 18:25:54 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 21 18:25:54 2019 +0100 |
tree | 99278733712406ab6f291d92f1645c0064c75037 | |
parent | fe72d08400d9064b3f959f1f62f279527e64835a [diff] [blame] |
patch 8.2.0026: still some /* */ comments Problem: Still some /* */ comments. Solution: Convert to // comments.
diff --git a/src/version.c b/src/version.c index 67b4c4b..740f059 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 26, +/**/ 25, /**/ 24,