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