diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2011-02-18 20:33:43 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2011-02-18 20:33:43 +0100 |
commit | 1760eafa1d2ebce8f07e11414a53d4a251af5b8e (patch) | |
tree | 18f2fcd400bb35528212930c4e61be04be31bea0 /src/tools.h | |
parent | ab233d0c9a1edc34836e2249c1eb6d714f1066b5 (diff) | |
download | lanes-1760eafa1d2ebce8f07e11414a53d4a251af5b8e.tar.gz lanes-1760eafa1d2ebce8f07e11414a53d4a251af5b8e.tar.bz2 lanes-1760eafa1d2ebce8f07e11414a53d4a251af5b8e.zip |
* keeper.lua is now embedded in text form instead of bytecode to improve LuaJIT2-compatibility (but this is not enough).
* moved keeper-related code in a separate source file
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools.h b/src/tools.h index 0907df2..a080257 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -72,5 +72,8 @@ int luaG_inter_move( lua_State *L, lua_State *L2, uint_t n); | |||
72 | extern MUTEX_T deep_lock; | 72 | extern MUTEX_T deep_lock; |
73 | extern MUTEX_T mtid_lock; | 73 | extern MUTEX_T mtid_lock; |
74 | 74 | ||
75 | void serialize_require( lua_State *L); | ||
76 | extern MUTEX_T require_cs; | ||
77 | |||
75 | #endif | 78 | #endif |
76 | // TOOLS_H | 79 | // TOOLS_H |