projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2ea59f1769e7fb9a1237a4ebbf25691d72700d79
[openwrt.git]
/
tools
/
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.041461 seconds
and
3
git commands to generate.