aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-04-17 19:00:01 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-04-17 19:00:01 -0300
commitd3037d97ec192e7719de485f15dacb473bf96528 (patch)
treeea9f837cc64d9df82ae4324f2c7ea447b5c4582f /ltests.h
parentc6b442bd369ce05b3d4bfb95ba64451521aa1b31 (diff)
downloadlua-d3037d97ec192e7719de485f15dacb473bf96528.tar.gz
lua-d3037d97ec192e7719de485f15dacb473bf96528.tar.bz2
lua-d3037d97ec192e7719de485f15dacb473bf96528.zip
several small improvements based on 'ci' being fixed now (including
erasing savedpc from lua_State)
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 */