aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltests.h b/ltests.h
index 48971eef..161c1969 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 2.19 2007/09/30 13:09:43 roberto Exp roberto $ 2** $Id: ltests.h,v 2.20 2007/11/12 16:28:45 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*/
@@ -36,7 +36,7 @@ LUAI_DATA Memcontrol l_memcontrol;
36/* 36/*
37** generic variable for debug tricks 37** generic variable for debug tricks
38*/ 38*/
39LUAI_DATA int l_Trick; 39LUAI_DATA void *l_Trick;
40 40
41 41
42void *debug_realloc (void *ud, void *block, size_t osize, size_t nsize); 42void *debug_realloc (void *ud, void *block, size_t osize, size_t nsize);