commit | 9490b9a61cf1f1f3fa9758663a33124ea9f71c87 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 17:20:12 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 17:20:12 2019 +0200 |
tree | 39d917a9ab96f20e4652e7703180c464afddbbeb | |
parent | 3d2a3cbce873af861031a01e02694dcfae0c4582 [diff] [blame] |
patch 8.1.2010: new file uses old style comments Problem: New file uses old style comments. Solution: Change to new style comments. (Yegappan Lakshmanan, closes #4910)
diff --git a/src/version.c b/src/version.c index 6f8855a..2dbd141 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2010, +/**/ 2009, /**/ 2008,