aboutsummaryrefslogtreecommitdiff
path: root/ldebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldebug.h')
-rw-r--r--ldebug.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ldebug.h b/ldebug.h
index 946b37b3..00d34fc4 100644
--- a/ldebug.h
+++ b/ldebug.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldebug.h,v 2.7 2011/10/07 20:45:19 roberto Exp roberto $ 2** $Id: ldebug.h,v 2.8 2013/04/25 15:59:42 roberto Exp roberto $
3** Auxiliary functions from Debug Interface module 3** Auxiliary functions from Debug Interface module
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -23,7 +23,8 @@
23 23
24LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o, 24LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
25 const char *opname); 25 const char *opname);
26LUAI_FUNC l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2); 26LUAI_FUNC l_noret luaG_concaterror (lua_State *L, const TValue *p1,
27 const TValue *p2);
27LUAI_FUNC l_noret luaG_aritherror (lua_State *L, const TValue *p1, 28LUAI_FUNC l_noret luaG_aritherror (lua_State *L, const TValue *p1,
28 const TValue *p2); 29 const TValue *p2);
29LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1, 30LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1,