commit | 9514b1f9a12f6d032f7d749dfb0e947332d1c5e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 18:27:32 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 18:27:32 2015 +0200 |
tree | 5f25c52f859e148e9aa0fe276a197e958d0ae538 | |
parent | fa67fbe6b84133207271e4ff582c3d589172efd9 [diff] [blame] |
patch 7.4.759 Problem: Building with Lua 5.3 doesn't work, symbols have changed. Solution: Use the new names for the new version. (Felix Schnizlein)
diff --git a/src/version.c b/src/version.c index 4b9329f..3958332 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 759, +/**/ 758, /**/ 757,