From 75db6a3d7ff37206fb80edd36fc03a0c736c33ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 15 Dec 2018 10:50:18 +0100 Subject: dev-lang: drop Lua because changes are now in upstream --- dev-lang/lua/files/5.1.4/06_all_io_read.upstream.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 dev-lang/lua/files/5.1.4/06_all_io_read.upstream.patch (limited to 'dev-lang/lua/files/5.1.4/06_all_io_read.upstream.patch') diff --git a/dev-lang/lua/files/5.1.4/06_all_io_read.upstream.patch b/dev-lang/lua/files/5.1.4/06_all_io_read.upstream.patch deleted file mode 100644 index 94634c5..0000000 --- a/dev-lang/lua/files/5.1.4/06_all_io_read.upstream.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- lua-5.1.4.orig/src/liolib.c 2008/01/18 17:47:43 2.73.1.3 -+++ lua-5.1.4/src/liolib.c 2010/05/14 15:29:29 -@@ -276,7 +276,10 @@ - lua_pushnumber(L, d); - return 1; - } -- else return 0; /* read fails */ -+ else { -+ lua_pushnil(L); /* "result" to be removed */ -+ return 0; /* read fails */ -+ } - } - - - -- cgit v1.2.3