aboutsummaryrefslogtreecommitdiff
path: root/ldebug.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-04-30 14:42:21 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-04-30 14:42:21 -0300
commitd7bc346d7a9da097e517fa987ed6cc4f91874111 (patch)
treeedcc5e43f78084681f8e9f4498e12ac0974b9db3 /ldebug.h
parent673c456cbaf8d37e9e71afd2bedc00654235f90d (diff)
downloadlua-d7bc346d7a9da097e517fa987ed6cc4f91874111.tar.gz
lua-d7bc346d7a9da097e517fa987ed6cc4f91874111.tar.bz2
lua-d7bc346d7a9da097e517fa987ed6cc4f91874111.zip
no more code checking
Diffstat (limited to 'ldebug.h')
-rw-r--r--ldebug.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ldebug.h b/ldebug.h
index fcb0b901..87b1f6a5 100644
--- a/ldebug.h
+++ b/ldebug.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldebug.h,v 2.2 2004/06/02 19:07:55 roberto Exp roberto $ 2** $Id: ldebug.h,v 2.3 2005/04/25 19:24:10 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,5 @@ LUAI_FUNC int luaG_ordererror (lua_State *L, const TValue *p1,
27 const TValue *p2); 27 const TValue *p2);
28LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...); 28LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...);
29LUAI_FUNC void luaG_errormsg (lua_State *L); 29LUAI_FUNC void luaG_errormsg (lua_State *L);
30LUAI_FUNC int luaG_checkcode (const Proto *pt);
31LUAI_FUNC int luaG_checkopenop (Instruction i);
32 30
33#endif 31#endif