diff options
author | mascarenhas <mascarenhas> | 2006-12-04 15:28:53 +0000 |
---|---|---|
committer | mascarenhas <mascarenhas> | 2006-12-04 15:28:53 +0000 |
commit | 67c2187e9af4ca88aa864667a54502d01e01ddbd (patch) | |
tree | b2e4d3344eff8aa11e4113a6bab820d17985589f /src/lfs.c | |
parent | 5100f420b7e17298c973df021d0f9527739c6901 (diff) | |
download | luafilesystem-67c2187e9af4ca88aa864667a54502d01e01ddbd.tar.gz luafilesystem-67c2187e9af4ca88aa864667a54502d01e01ddbd.tar.bz2 luafilesystem-67c2187e9af4ca88aa864667a54502d01e01ddbd.zip |
Dropped Lua 5.0 support.
Diffstat (limited to 'src/lfs.c')
-rw-r--r-- | src/lfs.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -14,7 +14,7 @@ | |||
14 | ** lfs.touch (filepath [, atime [, mtime]]) | 14 | ** lfs.touch (filepath [, atime [, mtime]]) |
15 | ** lfs.unlock (fh) | 15 | ** lfs.unlock (fh) |
16 | ** | 16 | ** |
17 | ** $Id: lfs.c,v 1.34 2006/06/08 18:06:18 tomas Exp $ | 17 | ** $Id: lfs.c,v 1.35 2006/12/04 15:28:53 mascarenhas Exp $ |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include <errno.h> | 20 | #include <errno.h> |
@@ -39,10 +39,6 @@ | |||
39 | #include "lua.h" | 39 | #include "lua.h" |
40 | #include "lauxlib.h" | 40 | #include "lauxlib.h" |
41 | #include "lualib.h" | 41 | #include "lualib.h" |
42 | #if ! defined (LUA_VERSION_NUM) || LUA_VERSION_NUM < 501 | ||
43 | #include "compat-5.1.h" | ||
44 | #endif | ||
45 | |||
46 | #include "lfs.h" | 42 | #include "lfs.h" |
47 | 43 | ||
48 | /* Define 'strerror' for systems that do not implement it */ | 44 | /* Define 'strerror' for systems that do not implement it */ |