aboutsummaryrefslogtreecommitdiff
path: root/ldebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldebug.h')
-rw-r--r--ldebug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldebug.h b/ldebug.h
index 1aafbb72..ef0a046f 100644
--- a/ldebug.h
+++ b/ldebug.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldebug.h,v 1.19 2002/04/10 12:11:07 roberto Exp roberto $ 2** $Id: ldebug.h,v 1.20 2002/05/02 13:06:20 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*/
@@ -20,6 +20,7 @@ void luaG_typeerror (lua_State *L, const TObject *o, const char *opname);
20void luaG_concaterror (lua_State *L, StkId p1, StkId p2); 20void luaG_concaterror (lua_State *L, StkId p1, StkId p2);
21void luaG_aritherror (lua_State *L, StkId p1, const TObject *p2); 21void luaG_aritherror (lua_State *L, StkId p1, const TObject *p2);
22void luaG_ordererror (lua_State *L, const TObject *p1, const TObject *p2); 22void luaG_ordererror (lua_State *L, const TObject *p1, const TObject *p2);
23void luaG_runerror (lua_State *L, const char *fmt, ...);
23int luaG_checkcode (const Proto *pt); 24int luaG_checkcode (const Proto *pt);
24 25
25 26