diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -58,6 +58,10 @@ typedef struct Memcontrol { | |||
58 | LUA_API Memcontrol l_memcontrol; | 58 | LUA_API Memcontrol l_memcontrol; |
59 | 59 | ||
60 | 60 | ||
61 | #define luai_tracegc(L,f) luai_tracegctest(L, f) | ||
62 | LUAI_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 | */ |