commit | 094454fa708d3297db744f095cd2b7b155a8b6ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 07 10:39:55 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 07 10:39:55 2015 +0200 |
tree | 2ea8a487dd2621214e1e7cb0a48f3bb3de9a9004 | |
parent | 74b738d414b2895b3365e26ae3b7792eb82ccf47 [diff] [blame] |
patch 7.4.890 Problem: Build failure when using dynamic python but not python3. Solution: Adjust the #if to also include DYNAMIC_PYTHON3 and UNIX.
diff --git a/src/version.c b/src/version.c index d3ea2d3..c60bbe6 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 890, +/**/ 889, /**/ 888,