summaryrefslogtreecommitdiff
path: root/package/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-10-27 21:18:58 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-10-27 21:18:58 +0000
commit3dcdf925c73867a8187a3f5a0d05a8d076e1dd80 (patch)
treecc90ef065cf77f00bc6e31968efb34c1bb8254cd /package/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
parent8bf0f955e709717a2f9ae8586017605062402741 (diff)
downloadmtk-20170518-3dcdf925c73867a8187a3f5a0d05a8d076e1dd80.zip
mtk-20170518-3dcdf925c73867a8187a3f5a0d05a8d076e1dd80.tar.gz
mtk-20170518-3dcdf925c73867a8187a3f5a0d05a8d076e1dd80.tar.bz2
lua: re-enable host builds with some more fixes
SVN-Revision: 18189
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 32c39f3..f8d8fc7 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