aboutsummaryrefslogtreecommitdiff
path: root/ldebug.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-06-24 12:07:21 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-06-24 12:07:21 -0300
commit922f36a05b249739814c54142036dc81f23bc7a0 (patch)
tree844627bfc57ac7e6ed219ef7ce9d1a9025dea719 /ldebug.h
parentad41fc11eb2be960ee700c913c7a5c341d541af5 (diff)
downloadlua-922f36a05b249739814c54142036dc81f23bc7a0.tar.gz
lua-922f36a05b249739814c54142036dc81f23bc7a0.tar.bz2
lua-922f36a05b249739814c54142036dc81f23bc7a0.zip
details
Diffstat (limited to 'ldebug.h')
-rw-r--r--ldebug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldebug.h b/ldebug.h
index cb168743..764b39a9 100644
--- a/ldebug.h
+++ b/ldebug.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldebug.h,v 1.21 2002/05/15 18:57:44 roberto Exp roberto $ 2** $Id: ldebug.h,v 1.22 2002/06/18 15:19:27 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*/
@@ -19,7 +19,7 @@
19void luaG_typeerror (lua_State *L, const TObject *o, const char *opname); 19void 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); 22int luaG_ordererror (lua_State *L, const TObject *p1, const TObject *p2);
23void luaG_runerror (lua_State *L, const char *fmt, ...); 23void luaG_runerror (lua_State *L, const char *fmt, ...);
24void luaG_errormsg (lua_State *L, int internal); 24void luaG_errormsg (lua_State *L, int internal);
25int luaG_checkcode (const Proto *pt); 25int luaG_checkcode (const Proto *pt);