diff options
Diffstat (limited to '')
| -rw-r--r-- | src/3rdParty/lua/ldebug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdParty/lua/ldebug.h b/src/3rdParty/lua/ldebug.h index 2c3074c..2bfce3c 100644 --- a/src/3rdParty/lua/ldebug.h +++ b/src/3rdParty/lua/ldebug.h | |||
| @@ -58,6 +58,7 @@ LUAI_FUNC const char *luaG_addinfo (lua_State *L, const char *msg, | |||
| 58 | TString *src, int line); | 58 | TString *src, int line); |
| 59 | LUAI_FUNC l_noret luaG_errormsg (lua_State *L); | 59 | LUAI_FUNC l_noret luaG_errormsg (lua_State *L); |
| 60 | LUAI_FUNC int luaG_traceexec (lua_State *L, const Instruction *pc); | 60 | LUAI_FUNC int luaG_traceexec (lua_State *L, const Instruction *pc); |
| 61 | LUAI_FUNC int luaG_tracecall (lua_State *L); | ||
| 61 | 62 | ||
| 62 | 63 | ||
| 63 | #endif | 64 | #endif |
