commit | 160a2b4dac198f31fbcff9d696548e011c4602c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 01 21:57:46 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 01 21:57:46 2021 +0200 |
tree | d33c4456677d50ee24b87a070dee968065137e89 | |
parent | ca51cc0a335d0c449784440501c7d46ee8f84ce4 [diff] [blame] |
patch 8.2.2689: tiny build fails Problem: Tiny build fails. Solution: Add #ifdef around use of p_stl.
diff --git a/src/version.c b/src/version.c index 7da1fc4..743fbfb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2689, +/**/ 2688, /**/ 2687,