commit | f85a424c832777892c4efaff163c2fa710ce8d91 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sun Jan 09 12:49:31 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 09 12:49:31 2022 +0000 |
tree | 41951f6f35b4e694ef1492b18fee8649ded2d358 | |
parent | 2f0936cb9a2eb026acac03e6a8fd0b2a5d97508b [diff] [blame] |
patch 8.2.4047: depending on the build features error messages are unused Problem: Depending on the build features error messages are unused. Solution: Add #ifdefs. (Dominique Pellé, closes #9493)
diff --git a/src/version.c b/src/version.c index f2845e2..f337963 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4047, +/**/ 4046, /**/ 4045,