diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 18:10:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 18:10:23 +0000 |
commit | 25d318e815d06a829354f84d0d8e4e206473123c (patch) | |
tree | 1e728b5c0c7fbbe2f073c2cd58e791a5ce3ba39e /tools/lua/patches/015-lnum-ppc-compat.patch | |
parent | aa0778f77efb1d5c0d49e66a9d52ff438bc1ba7d (diff) | |
download | mtk-20170518-25d318e815d06a829354f84d0d8e4e206473123c.zip mtk-20170518-25d318e815d06a829354f84d0d8e4e206473123c.tar.gz mtk-20170518-25d318e815d06a829354f84d0d8e4e206473123c.tar.bz2 |
merge host build of lua from tools/ into package/lua/Makefile
SVN-Revision: 14622
Diffstat (limited to 'tools/lua/patches/015-lnum-ppc-compat.patch')
-rw-r--r-- | tools/lua/patches/015-lnum-ppc-compat.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/lua/patches/015-lnum-ppc-compat.patch b/tools/lua/patches/015-lnum-ppc-compat.patch deleted file mode 100644 index 2ea59f1..0000000 --- a/tools/lua/patches/015-lnum-ppc-compat.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/lua.h -+++ b/src/lua.h -@@ -79,7 +79,7 @@ typedef void * (*lua_Alloc) (void *ud, v - * not acceptable for 5.1, maybe 5.2 onwards? - * 9: greater than existing (5.1) type values. - */ --#define LUA_TINT (-2) -+#define LUA_TINT 9 - - #define LUA_TNIL 0 - #define LUA_TBOOLEAN 1 |