aboutsummaryrefslogtreecommitdiff
path: root/src/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools.h')
-rw-r--r--src/tools.h3
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);
107void serialize_require( lua_State *L); 107void serialize_require( lua_State *L);
108extern MUTEX_T require_cs; 108extern MUTEX_T require_cs;
109 109
110// for verbose errors
111extern bool_t GVerboseErrors;
112
110#endif 113#endif
111 // TOOLS_H 114 // TOOLS_H