summaryrefslogtreecommitdiffstats
path: root/lua-5.2.2-idsize.patch
blob: 7388a0713a12d4c73aa7648ab8e0973c8f78915c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/luaconf.h.template.in b/src/luaconf.h.template.in
index a427c53..6f1d567 100644
--- a/src/luaconf.h.template.in
+++ b/src/luaconf.h.template.in
@@ -206,7 +206,7 @@
 @* of a function in debug information.
 ** CHANGE it if you want a different size.
 */
-#define LUA_IDSIZE	60
+#define LUA_IDSIZE	512
 
 
 /*