From 6db489f1b0647566b3f1d6d1939b326e93094260 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 26 Oct 2009 03:01:12 +0000 Subject: lua: use float instead of double, reduces the gc data structure size by 4 byte => luci processes use 10% less memory SVN-Revision: 18159 --- package/lua/patches/010-lua-5.1.3-lnum-full-260308.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/lua/patches') diff --git a/package/lua/patches/010-lua-5.1.3-lnum-full-260308.patch b/package/lua/patches/010-lua-5.1.3-lnum-full-260308.patch index 32c39f3..f8d8fc7 100644 --- a/package/lua/patches/010-lua-5.1.3-lnum-full-260308.patch +++ b/package/lua/patches/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 -- cgit v1.1