commit | 6f4700233fd925fe122b851f937929fb5e5da707 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 18:47:20 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 18:47:20 2018 +0200 |
tree | 5c5397f70fc4a320ce0c38adba21a1de7ed7b10d | |
parent | d6b4f2dd760b425c63c359b9ff299f73448f8854 [diff] [blame] |
patch 8.0.1688: some macros are used without a semicolon Problem: Some macros are used without a semicolon, causing auto-indent to be wrong. Solution: Use the do-while(0) trick. (Ozaki Kiichi, closes #2729)
diff --git a/src/version.c b/src/version.c index 4fc5de0..63c274f 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1688, +/**/ 1687, /**/ 1686,