aboutsummaryrefslogtreecommitdiff
path: root/ltests.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.c')
-rw-r--r--ltests.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ltests.c b/ltests.c
index 5f7b4064..5cc2b80a 100644
--- a/ltests.c
+++ b/ltests.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.c,v 2.230 2017/11/07 13:25:26 roberto Exp roberto $ 2** $Id: ltests.c,v 2.231 2017/11/07 17:20:42 roberto Exp roberto $
3** Internal Module for Debugging of the Lua Implementation 3** Internal Module for Debugging of the Lua Implementation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -43,9 +43,6 @@
43void *l_Trick = 0; 43void *l_Trick = 0;
44 44
45 45
46int islocked = 0;
47
48
49#define obj_at(L,k) s2v(L->ci->func + (k)) 46#define obj_at(L,k) s2v(L->ci->func + (k))
50 47
51 48