aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lua/patches/015-lnum-ppc-compat.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-02-22 18:10:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-02-22 18:10:23 +0000
commit25d318e815d06a829354f84d0d8e4e206473123c (patch)
tree1e728b5c0c7fbbe2f073c2cd58e791a5ce3ba39e /tools/lua/patches/015-lnum-ppc-compat.patch
parentaa0778f77efb1d5c0d49e66a9d52ff438bc1ba7d (diff)
downloadupstream-25d318e815d06a829354f84d0d8e4e206473123c.tar.gz
upstream-25d318e815d06a829354f84d0d8e4e206473123c.tar.bz2
upstream-25d318e815d06a829354f84d0d8e4e206473123c.zip
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.patch11
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 2ea59f1769..0000000000
--- 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