summaryrefslogtreecommitdiff
path: root/lua-5.4.6-idsize.patch
blob: a97688dd92dd612a63b972b39d3cbe480451a58d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/luaconf.h.template.in b/src/luaconf.h.template.in
index 1e32333..601d10e 100644
--- a/src/luaconf.h.template.in
+++ b/src/luaconf.h.template.in
@@ -762,7 +762,7 @@
 ** of a function in debug information.
 ** CHANGE it if you want a different size.
 */
-#define LUA_IDSIZE	60
+#define LUA_IDSIZE	512
 
 
 /*