From 28fa671ba5c309440ba99f69b154b82d7eebe278 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 28 Sep 2024 15:18:49 +0000 Subject: automatic import of lua --- lua-5.4.6-idsize.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lua-5.4.6-idsize.patch (limited to 'lua-5.4.6-idsize.patch') 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 + + + /* + -- cgit v1.2.3