projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] iptables: fix layer7 patch to place the source in extensions/, I doubt...
[openwrt.git]
/
package
/
lua
/
patches-host
/
010-lua-5.1.3-lnum-full-260308.patch
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
(file)
--- 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)
+** 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
+#endif
+#if (!defined LNUM_INT16) && (!defined LNUM_INT32) && (!defined LNUM_INT64)
+# define LNUM_INT32
This page took
0.022906 seconds
and
4
git commands to generate.