commit | 9dac9b1751dd43c02470cc6a2aecaeea27abcc80 | [log] [tgz] |
---|---|---|
author | kylo252 <59826753+kylo252@users.noreply.github.com> | Sun Mar 27 20:05:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 27 20:05:17 2022 +0100 |
tree | b4f2ed0cd629c7773bbb6fee0ed6d0ec59e8eeaf | |
parent | 3e559cd88486ffab6b6fb4e0921b4600d137a617 [diff] [blame] |
patch 8.2.4639: not sufficient parenthesis in preprocessor macros Problem: Not sufficient parenthesis in preprocessor macros. Solution: Add more parenthesis. (closes #10031)
diff --git a/src/version.c b/src/version.c index 569d12c..680eef1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4639, +/**/ 4638, /**/ 4637,