summaryrefslogtreecommitdiffstats
path: root/package/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-27 21:18:58 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-27 21:18:58 +0000
commitdfe29b760d974565e442ae25b5d6f50cd4851fc4 (patch)
treeec73771da9a2fb4e14d51c15a7a7ce0f8cb5fb75 /package/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
parentf0bcf0323bd62f1c41e338c4ab8715b57d295096 (diff)
lua: re-enable host builds with some more fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18189 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch')
-rw-r--r--package/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch b/package/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
index 32c39f3b7..f8d8fc7f1 100644
--- a/package/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
+++ b/package/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
@@ -1887,7 +1887,7 @@ Index: lua-5.1.4/src/lnum_config.h
+** Default number modes
+*/
+#if (!defined LNUM_DOUBLE) && (!defined LNUM_FLOAT) && (!defined LNUM_LDOUBLE)
-+# define LNUM_DOUBLE
++# define LNUM_FLOAT
+#endif
+#if (!defined LNUM_INT16) && (!defined LNUM_INT32) && (!defined LNUM_INT64)
+# define LNUM_INT32