diff options
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 2fe7259..93ed92c 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -107,5 +107,8 @@ void populate_func_lookup_table( lua_State* L, int _i, char const* _name); | |||
107 | void serialize_require( lua_State *L); | 107 | void serialize_require( lua_State *L); |
108 | extern MUTEX_T require_cs; | 108 | extern MUTEX_T require_cs; |
109 | 109 | ||
110 | // for verbose errors | ||
111 | extern bool_t GVerboseErrors; | ||
112 | |||
110 | #endif | 113 | #endif |
111 | // TOOLS_H | 114 | // TOOLS_H |