summaryrefslogtreecommitdiffstats
path: root/lua-5.3.0-idsize.patch
diff options
context:
space:
mode:
authorTom Callaway <spot@fedoraproject.org>2015-01-16 10:14:21 -0500
committerTom Callaway <spot@fedoraproject.org>2015-01-16 10:14:21 -0500
commit5ba464150dd161c5327216a92642dfe293efb68a (patch)
tree5e197ca5ca6f8430954aeea87e52f8b5db9b66b3 /lua-5.3.0-idsize.patch
parent0e340ec15043382c6c3f0eb81e04fe71019167de (diff)
downloadlua-5ba464150dd161c5327216a92642dfe293efb68a.tar.gz
lua-5ba464150dd161c5327216a92642dfe293efb68a.tar.xz
lua-5ba464150dd161c5327216a92642dfe293efb68a.zip
lua 5.3 (with 5.2 library as to not break the whole freaking universe while we rebuild things)
Diffstat (limited to 'lua-5.3.0-idsize.patch')
-rw-r--r--lua-5.3.0-idsize.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/lua-5.3.0-idsize.patch b/lua-5.3.0-idsize.patch
new file mode 100644
index 0000000..16107fe
--- /dev/null
+++ b/lua-5.3.0-idsize.patch
@@ -0,0 +1,12 @@
+diff -up lua-5.3.0/src/luaconf.h.template.in.idsize lua-5.3.0/src/luaconf.h.template.in
+--- lua-5.3.0/src/luaconf.h.template.in.idsize 2015-01-15 10:23:20.515801344 -0500
++++ lua-5.3.0/src/luaconf.h.template.in 2015-01-15 10:23:48.955651916 -0500
+@@ -693,7 +693,7 @@
+ @@ of a function in debug information.
+ ** CHANGE it if you want a different size.
+ */
+-#define LUA_IDSIZE 60
++#define LUA_IDSIZE 512
+
+
+ /*