Skip to content

Commit

Permalink
lua 5.3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith committed Feb 3, 2016
1 parent 3c0dc8f commit 739e57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paths.c
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ static int readable (const char *filename)
return 1;
}

#if LUA_VERSION_NUM == 502 /* LUA52 compatibility defs */
#if LUA_VERSION_NUM >= 502 /* LUA52 compatibility defs */
#define LUA_PATHSEP ";"
#define PATHS_LUA_CLEANUP_DEFS 1
#endif
Expand Down

0 comments on commit 739e57d

Please sign in to comment.