commit | 1f860d8590460b6f13b39bebf191b81572fa0fdf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 27 18:36:16 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 27 18:36:16 2015 +0200 |
tree | 9ef5b8dc8becaf6c0b8e3864e18fea07ffd8eddd | |
parent | 4921c24b3183d6000fdc66684f0752dcf86f48a9 [diff] [blame] |
patch 7.4.763 Problem: Building with Lua 5.1 doesn't work. Solution: Define lua_replace and lua_remove. (KF Leong)
diff --git a/src/version.c b/src/version.c index 9c2d836..f6a5afb 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 763, +/**/ 762, /**/ 761,