summaryrefslogtreecommitdiff
path: root/lua-5.4.6-idsize.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-09-28 15:18:49 +0000
committerCoprDistGit <infra@openeuler.org>2024-09-28 15:18:49 +0000
commit28fa671ba5c309440ba99f69b154b82d7eebe278 (patch)
tree967ca223a79b4388bc021f074d756bcb6c051732 /lua-5.4.6-idsize.patch
parent420bee8246806ff3b8267afa80720da4f8861180 (diff)
automatic import of lua
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
+
+
+ /*
+