commit | 174136713181a1d1460951d7a0392b16603f81bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 14 20:49:42 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 14 20:49:42 2018 +0200 |
tree | 5bca3ed0cd08ee862b825fb391759bef5d98d54a | |
parent | 4fc85003c5f53d6ceb3dbea4b8fae5681615a20c [diff] [blame] |
patch 8.1.0183: Lua API changed, breaking the build Problem: Lua API changed, breaking the build. Solution: Adjust prototype of lua_rawgeti(). (Ken Takata, closes #3157, closes #3144)
diff --git a/src/version.c b/src/version.c index 679aabd..0cda7a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 183, +/**/ 182, /**/ 181,