aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ltests.h b/ltests.h
index 180d067b..4a27d099 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 2.23 2008/07/18 19:58:10 roberto Exp roberto $ 2** $Id: ltests.h,v 2.24 2008/08/05 19:24:46 roberto Exp roberto $
3** Internal Header for Debugging of the Lua Implementation 3** Internal Header for Debugging of the Lua Implementation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -51,7 +51,6 @@ void *debug_realloc (void *ud, void *block, size_t osize, size_t nsize);
51typedef struct CallInfo *pCallInfo; 51typedef struct CallInfo *pCallInfo;
52 52
53int lua_checkmemory (lua_State *L); 53int lua_checkmemory (lua_State *L);
54int lua_checkpc (lua_State *L, pCallInfo ci);
55 54
56 55
57/* test for lock/unlock */ 56/* test for lock/unlock */