From dfe6b5f2c1bde6900f81f1bb6ddc49724baa0471 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Mon, 6 Feb 2017 08:15:05 +0100 Subject: RETURN follow lua's source more accurately --- src/lua.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lua.js') diff --git a/src/lua.js b/src/lua.js index c496c33..1989133 100644 --- a/src/lua.js +++ b/src/lua.js @@ -37,5 +37,6 @@ constant_types.LUA_TCCL = constant_types.LUA_TFUNCTION | (2 << 4); /* C closure module.exports = { constant_types: constant_types, - thread_status: thread_status + thread_status: thread_status, + LUA_MULTRET: -1 }; \ No newline at end of file -- cgit v1.2.3-54-g00ecf