summaryrefslogtreecommitdiff
path: root/lua-5.4.6-idsize.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lua-5.4.6-idsize.patch')
-rw-r--r--lua-5.4.6-idsize.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/lua-5.4.6-idsize.patch b/lua-5.4.6-idsize.patch
new file mode 100644
index 0000000..a97688d
--- /dev/null
+++ b/lua-5.4.6-idsize.patch
@@ -0,0 +1,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
+
+
+ /*
+