diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-04-30 14:42:21 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-04-30 14:42:21 -0300 |
| commit | d7bc346d7a9da097e517fa987ed6cc4f91874111 (patch) | |
| tree | edcc5e43f78084681f8e9f4498e12ac0974b9db3 /ldebug.h | |
| parent | 673c456cbaf8d37e9e71afd2bedc00654235f90d (diff) | |
| download | lua-d7bc346d7a9da097e517fa987ed6cc4f91874111.tar.gz lua-d7bc346d7a9da097e517fa987ed6cc4f91874111.tar.bz2 lua-d7bc346d7a9da097e517fa987ed6cc4f91874111.zip | |
no more code checking
Diffstat (limited to 'ldebug.h')
| -rw-r--r-- | ldebug.h | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -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); |
| 28 | LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...); | 28 | LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...); |
| 29 | LUAI_FUNC void luaG_errormsg (lua_State *L); | 29 | LUAI_FUNC void luaG_errormsg (lua_State *L); |
| 30 | LUAI_FUNC int luaG_checkcode (const Proto *pt); | ||
| 31 | LUAI_FUNC int luaG_checkopenop (Instruction i); | ||
| 32 | 30 | ||
| 33 | #endif | 31 | #endif |
