aboutsummaryrefslogtreecommitdiff
path: root/src/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools.h')
-rw-r--r--src/tools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools.h b/src/tools.h
index 67f9874..b8dc362 100644
--- a/src/tools.h
+++ b/src/tools.h
@@ -65,6 +65,8 @@ void luaG_push_proxy( lua_State *L, luaG_IdFunction idfunc, DEEP_PRELUDE *deep_u
65int luaG_inter_copy( lua_State *L, lua_State *L2, uint_t n); 65int luaG_inter_copy( lua_State *L, lua_State *L2, uint_t n);
66int luaG_inter_move( lua_State *L, lua_State *L2, uint_t n); 66int luaG_inter_move( lua_State *L, lua_State *L2, uint_t n);
67 67
68int luaG_nameof( lua_State* L);
69
68// Lock for reference counter inc/dec locks (to be initialized by outside code) 70// Lock for reference counter inc/dec locks (to be initialized by outside code)
69// 71//
70extern MUTEX_T deep_lock; 72extern MUTEX_T deep_lock;