aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ltests.h b/ltests.h
index 078c9fc3..906fae33 100644
--- a/ltests.h
+++ b/ltests.h
@@ -58,6 +58,10 @@ typedef struct Memcontrol {
58LUA_API Memcontrol l_memcontrol; 58LUA_API Memcontrol l_memcontrol;
59 59
60 60
61#define luai_tracegc(L,f) luai_tracegctest(L, f)
62LUAI_FUNC void luai_tracegctest (lua_State *L, int first);
63
64
61/* 65/*
62** generic variable for debug tricks 66** generic variable for debug tricks
63*/ 67*/