commit | 5551b131daef3a621a28dcbbe118920f5b9fabe6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 21:54:28 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 21:54:28 2020 +0200 |
tree | 9e07e60063f093a99fa646a0addbc1955940d5f9 | |
parent | 8455c5ed31c9cb2919f5e62693bab6b09bf60df2 [diff] [blame] |
patch 8.2.1212: cannot build with Lua 5.4 Problem: Cannot build with Lua 5.4. Solution: Use luaL_typeerror instead defining it. (closes #6454)
diff --git a/src/version.c b/src/version.c index 95b0857..dcb1661 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1212, +/**/ 1211, /**/ 1210,