summaryrefslogtreecommitdiff
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-github-d7bc346d7a9da097e517fa987ed6cc4f91874111.tar.gz
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 @@
/*
-** $Id: ldebug.h,v 2.2 2004/06/02 19:07:55 roberto Exp roberto $
+** $Id: ldebug.h,v 2.3 2005/04/25 19:24:10 roberto Exp roberto $
** Auxiliary functions from Debug Interface module
** See Copyright Notice in lua.h
*/
@@ -27,7 +27,5 @@ LUAI_FUNC int luaG_ordererror (lua_State *L, const TValue *p1,
const TValue *p2);
LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...);
LUAI_FUNC void luaG_errormsg (lua_State *L);
-LUAI_FUNC int luaG_checkcode (const Proto *pt);
-LUAI_FUNC int luaG_checkopenop (Instruction i);
#endif