commit | ae6f1d8b14c2f63811ee83ef14e32086fb3e9b83 | [log] [tgz] |
---|---|---|
author | kylo252 <59826753+kylo252@users.noreply.github.com> | Wed Feb 16 19:24:07 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 16 19:24:07 2022 +0000 |
tree | 4982335c2afa3ef8515860dabea038acbc2af406 | |
parent | d288eaad846f0e07e0141226f97d858dcf96cb78 [diff] [blame] |
patch 8.2.4402: missing parenthesis may cause unexpected problems Problem: Missing parenthesis may cause unexpected problems. Solution: Add more parenthesis is macros. (closes #9788)
diff --git a/src/version.c b/src/version.c index 8b9d244..e1ecbac 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4402, +/**/ 4401, /**/ 4400,