summaryrefslogtreecommitdiffstats
path: root/src/if_lua.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-02-03 23:10:46 +0100
committerBram Moolenaar <Bram@vim.org>2015-02-03 23:10:46 +0100
commit9d49da8cbbd46d528be38ec3ac394a2ce9062093 (patch)
tree4e353762b4003993592c641261d60ce29931ad04 /src/if_lua.c
parent0122c4070f84e71f15a39fb20ababeffb70757c4 (diff)
updated for version 7.4.618v7.4.618
Problem: luaV_setref() is missing a return statement. (Ozaki Kiichi) Solution: Put the return statement back.
Diffstat (limited to 'src/if_lua.c')
-rw-r--r--src/if_lua.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/if_lua.c b/src/if_lua.c
index 148d624203..b4789c449e 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