commit | fc6f16b57ce988cea6d07b5f2d5054711aad6bbf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 17:43:22 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 17:43:22 2018 +0100 |
tree | 616ce940b1c2072ebb95a8c2fbed129301a29bcb | |
parent | 157d813be41c122e210b0eb1cd1e862fbddbf665 [diff] [blame] |
patch 8.0.1583: using C99 comment Problem: Using C99 comment. Solution: Use old style comment. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index ff708a0..40b161a 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1583, +/**/ 1582, /**/ 1581,