summaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2008-06-23 13:50:34 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2008-06-23 13:50:34 -0300
commit93869acb2c33060b6a6f87ac80cd5d229ef8211f (patch)
treee1a79468461c499181d0050390c8c94c6544f9e2 /ltests.h
parent480a1da34a496898d4cd3a9c695476e4f0a264fc (diff)
downloadlua-github-93869acb2c33060b6a6f87ac80cd5d229ef8211f.tar.gz
"test trick" seems more useful with pointers instead of integers
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 @@
/*
-** $Id: ltests.h,v 2.19 2007/09/30 13:09:43 roberto Exp roberto $
+** $Id: ltests.h,v 2.20 2007/11/12 16:28:45 roberto Exp roberto $
** Internal Header for Debugging of the Lua Implementation
** See Copyright Notice in lua.h
*/
@@ -36,7 +36,7 @@ LUAI_DATA Memcontrol l_memcontrol;
/*
** generic variable for debug tricks
*/
-LUAI_DATA int l_Trick;
+LUAI_DATA void *l_Trick;
void *debug_realloc (void *ud, void *block, size_t osize, size_t nsize);