mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
new implementation for tailcalls and error handling
This commit is contained in:
parent
5037196f6f
commit
0417a4bb0b
2 changed files with 35 additions and 40 deletions
3
ldebug.h
3
ldebug.h
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: ldebug.h,v 1.24 2002/07/08 18:21:33 roberto Exp roberto $
|
||||
** $Id: ldebug.h,v 1.25 2002/07/08 20:22:08 roberto Exp roberto $
|
||||
** Auxiliary functions from Debug Interface module
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -23,6 +23,7 @@
|
|||
#define allowhook(L) ((L->hookmask) & 1)
|
||||
|
||||
|
||||
void luaG_saveallpcs (lua_State *L);
|
||||
void luaG_typeerror (lua_State *L, const TObject *o, const char *opname);
|
||||
void luaG_concaterror (lua_State *L, StkId p1, StkId p2);
|
||||
void luaG_aritherror (lua_State *L, StkId p1, const TObject *p2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue