summaryrefslogtreecommitdiffstats
path: root/lua-5.3.0-idsize.patch
blob: 16107fe2f747c02cdd1055da7907e2ea5d7a5d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -up lua-5.3.0/src/luaconf.h.template.in.idsize lua-5.3.0/src/luaconf.h.template.in
--- lua-5.3.0/src/luaconf.h.template.in.idsize	2015-01-15 10:23:20.515801344 -0500
+++ lua-5.3.0/src/luaconf.h.template.in	2015-01-15 10:23:48.955651916 -0500
@@ -693,7 +693,7 @@
 @@ of a function in debug information.
 ** CHANGE it if you want a different size.
 */
-#define LUA_IDSIZE	60
+#define LUA_IDSIZE	512
 
 
 /*