projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[uboot-lantiq] add preliminary AR9 support
[openwrt.git]
/
package
/
lua
/
patches
/
015-lnum-ppc-compat.patch
1
--- a/src/lua.h
2
+++ b/src/lua.h
3
@@ -79,7 +79,7 @@ typedef void * (*lua_Alloc) (void *ud, v
4
* not acceptable for 5.1, maybe 5.2 onwards?
5
* 9: greater than existing (5.1) type values.
6
*/
7
-#define LUA_TINT (-2)
8
+#define LUA_TINT 9
9
10
#define LUA_TNIL 0
11
#define LUA_TBOOLEAN 1
This page took
0.042108 seconds
and
5
git commands to generate.