commit | 9d49da8cbbd46d528be38ec3ac394a2ce9062093 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 03 23:10:46 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 03 23:10:46 2015 +0100 |
tree | 4e353762b4003993592c641261d60ce29931ad04 | |
parent | 0122c4070f84e71f15a39fb20ababeffb70757c4 [diff] [blame] |
updated for version 7.4.618 Problem: luaV_setref() is missing a return statement. (Ozaki Kiichi) Solution: Put the return statement back.
diff --git a/src/version.c b/src/version.c index 138a29a..791d007 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 618, +/**/ 617, /**/ 616,