Merge branch 'master' into 1.7

This commit is contained in:
Peter Melnichenko
2016-06-21 10:48:11 +03:00
3 changed files with 17 additions and 12 deletions

View File

@@ -875,7 +875,7 @@ static const struct luaL_Reg fslib[] = {
{NULL, NULL},
};
int luaopen_lfs (lua_State *L) {
LFS_EXPORT int luaopen_lfs (lua_State *L) {
dir_create_meta (L);
lock_create_meta (L);
luaL_newlib (L, fslib);