diff options
Diffstat (limited to 'dev-lua/srlua/files/patches/5.3/lua51-compatibility.patch')
-rw-r--r-- | dev-lua/srlua/files/patches/5.3/lua51-compatibility.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-lua/srlua/files/patches/5.3/lua51-compatibility.patch b/dev-lua/srlua/files/patches/5.3/lua51-compatibility.patch deleted file mode 100644 index dda7663..0000000 --- a/dev-lua/srlua/files/patches/5.3/lua51-compatibility.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/srlua.c 2017-04-09 16:28:56.780761259 +0700 -+++ b/srlua.c 2017-04-09 16:34:40.159417660 +0700 -@@ -28,6 +28,10 @@ - #define getprogname() - #endif - -+#if !defined(LUA_VERSION_NUM) || LUA_VERSION_NUM < 502 -+#define lua_load(L,reader,dt,chunkname,mode) lua_load(L,reader,dt,chunkname) -+#endif -+ - typedef struct - { - FILE *f; - |