diff options
Diffstat (limited to 'src/test.h')
| -rw-r--r-- | src/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ int l_stack_dump(lua_State*); int l_upvalue_key_table(lua_State* L); int l_stream_test(lua_State* L); +#define clean_lullaby_test luaI_nothing + static const luaL_Reg test_function_list [] = { {"_match", ld_match}, {"stack_dump", l_stack_dump}, |
