change to build with lua 5.2 alpha, issue #5

This commit is contained in:
Fabio Mascarenhas
2011-06-06 10:49:39 -03:00
parent ae5a05deec
commit 2f55c33b0c

View File

@@ -772,7 +772,7 @@ static void set_info (lua_State *L) {
}
static const struct luaL_reg fslib[] = {
static const struct luaL_Reg fslib[] = {
{"attributes", file_info},
{"chdir", change_dir},
{"currentdir", get_dir},