mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 23:40:57 +00:00
Update Lua to 5.4.7
This commit is contained in:
parent
f4f5cba43d
commit
58ef6f6dac
30 changed files with 365 additions and 255 deletions
|
|
@ -58,6 +58,7 @@ LUAI_FUNC const char *luaG_addinfo (lua_State *L, const char *msg,
|
|||
TString *src, int line);
|
||||
LUAI_FUNC l_noret luaG_errormsg (lua_State *L);
|
||||
LUAI_FUNC int luaG_traceexec (lua_State *L, const Instruction *pc);
|
||||
LUAI_FUNC int luaG_tracecall (lua_State *L);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue