From 67c2187e9af4ca88aa864667a54502d01e01ddbd Mon Sep 17 00:00:00 2001 From: mascarenhas Date: Mon, 4 Dec 2006 15:28:53 +0000 Subject: Dropped Lua 5.0 support. --- src/lfs.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/lfs.c b/src/lfs.c index 43d5e9e..e361bd6 100644 --- a/src/lfs.c +++ b/src/lfs.c @@ -14,7 +14,7 @@ ** lfs.touch (filepath [, atime [, mtime]]) ** lfs.unlock (fh) ** -** $Id: lfs.c,v 1.34 2006/06/08 18:06:18 tomas Exp $ +** $Id: lfs.c,v 1.35 2006/12/04 15:28:53 mascarenhas Exp $ */ #include @@ -39,10 +39,6 @@ #include "lua.h" #include "lauxlib.h" #include "lualib.h" -#if ! defined (LUA_VERSION_NUM) || LUA_VERSION_NUM < 501 -#include "compat-5.1.h" -#endif - #include "lfs.h" /* Define 'strerror' for systems that do not implement it */ -- cgit v1.2.3-55-g6feb