aboutsummaryrefslogtreecommitdiff
path: root/ldebug.h
diff options
context:
space:
mode:
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 19be8fee..e0d0a097 100644
--- a/ldebug.h
+++ b/ldebug.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldebug.h,v 1.29 2002/08/08 20:08:41 roberto Exp roberto $ 2** $Id: ldebug.h,v 1.30 2002/08/12 17:23:12 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,7 @@
23 23
24void luaG_typeerror (lua_State *L, const TObject *o, const char *opname); 24void luaG_typeerror (lua_State *L, const TObject *o, const char *opname);
25void luaG_concaterror (lua_State *L, StkId p1, StkId p2); 25void luaG_concaterror (lua_State *L, StkId p1, StkId p2);
26void luaG_aritherror (lua_State *L, StkId p1, const TObject *p2); 26void luaG_aritherror (lua_State *L, const TObject *p1, const TObject *p2);
27int luaG_ordererror (lua_State *L, const TObject *p1, const TObject *p2); 27int luaG_ordererror (lua_State *L, const TObject *p1, const TObject *p2);
28void luaG_runerror (lua_State *L, const char *fmt, ...); 28void luaG_runerror (lua_State *L, const char *fmt, ...);
29void luaG_errormsg (lua_State *L); 29void luaG_errormsg (lua_State *L);