commit | 830e3583da682eee41ed6b027c9912547d4022c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 21 14:23:35 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 21 14:23:35 2018 +0200 |
tree | 666772017c510790f0b3a99df47f756375c06a9f | |
parent | 2e31048c304fb94d6255667783edfe9f4d5894c2 [diff] [blame] |
patch 8.1.0305: missing support for Lua 5.4 32 bits on Unix Problem: Missing support for Lua 5.4 32 bits on Unix. Solution: Define lua_newuserdatauv. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 8fa17ec..9cb1041 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 305, +/**/ 304, /**/ 303,