aboutsummaryrefslogtreecommitdiff
path: root/ldebug.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-08-08 17:08:41 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-08-08 17:08:41 -0300
commit9998082839bfffe01d7b614ab61ad35629a2c356 (patch)
tree3722acbcdda6fff4bdccc059c443618a59978726 /ldebug.h
parent08da48a73ce9ec8d0672c45f67ff32650e937477 (diff)
downloadlua-9998082839bfffe01d7b614ab61ad35629a2c356.tar.gz
lua-9998082839bfffe01d7b614ab61ad35629a2c356.tar.bz2
lua-9998082839bfffe01d7b614ab61ad35629a2c356.zip
external messages add their own extra information
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 19a96be4..fe9eb48a 100644
--- a/ldebug.h
+++ b/ldebug.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldebug.h,v 1.27 2002/08/06 15:32:22 roberto Exp roberto $ 2** $Id: ldebug.h,v 1.28 2002/08/06 18:01:50 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*/
@@ -27,7 +27,7 @@ void luaG_concaterror (lua_State *L, StkId p1, StkId p2);
27void luaG_aritherror (lua_State *L, StkId p1, const TObject *p2); 27void luaG_aritherror (lua_State *L, StkId p1, const TObject *p2);
28int luaG_ordererror (lua_State *L, const TObject *p1, const TObject *p2); 28int luaG_ordererror (lua_State *L, const TObject *p1, const TObject *p2);
29void luaG_runerror (lua_State *L, const char *fmt, ...); 29void luaG_runerror (lua_State *L, const char *fmt, ...);
30void luaG_errormsg (lua_State *L, int internal); 30void luaG_errormsg (lua_State *L);
31int luaG_checkcode (const Proto *pt); 31int luaG_checkcode (const Proto *pt);
32 32
33 33