diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-22 18:10:23 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-22 18:10:23 +0000 |
commit | 9cbba08f01e6cbe03b3c03dd14c16ade5c75fe7e (patch) | |
tree | 91b892df861afeed191347896d3130d59d41410f /tools/lua/patches/015-lnum-ppc-compat.patch | |
parent | 3d7b088997a372140d946c7e2ee9fdd3be9a0ee4 (diff) |
merge host build of lua from tools/ into package/lua/Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14622 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 2ea59f176..000000000 --- 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 |