update Lua 5.4 module

This commit is contained in:
Syping 2021-05-01 15:04:09 +02:00
parent 1fd16e168c
commit 46effd4ada
39 changed files with 1047 additions and 699 deletions

View file

@ -42,6 +42,8 @@
#define hastocloseCfunc(n) ((n) < LUA_MULTRET)
/* Map [-1, inf) (range of 'nresults') into (-inf, -2] */
#define codeNresults(n) (-(n) - 3)
#define decodeNresults(n) (-(n) - 3)
#endif