commit | 021ef351c2127cf8aa5668a881435a0a12774644 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 02 20:44:42 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 02 20:44:42 2021 +0000 |
tree | 7b41aae06b2decb7ee453fdaa57db44d6e08ec68 | |
parent | acdc911e4e1120ef29d86fce8e890c72cdd1bf30 [diff] [blame] |
patch 8.2.3724: build error for missing error message in small build Problem: Build error for missing error message in small build. Solution: Correct #ifdef.
diff --git a/src/version.c b/src/version.c index 1c3f4c2..9582b66 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3724, +/**/ 3723, /**/ 3722,