diff options
-rw-r--r-- | src/if_lua.c | 1 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/if_lua.c b/src/if_lua.c index 148d62420..b4789c449 100644 --- a/src/if_lua.c +++ b/src/if_lua.c @@ -1547,6 +1547,7 @@ luaV_setref (lua_State *L) abort = set_ref_in_item(&tv, copyID, NULL, NULL); } lua_pushinteger(L, abort); + return 0; } static int diff --git a/src/version.c b/src/version.c index 138a29ab5..791d007b7 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 618, +/**/ 617, /**/ 616, |