summaryrefslogtreecommitdiffstats
path: root/lua-5.2.2-idsize.patch
diff options
context:
space:
mode:
authorTom Callaway <spot@fedoraproject.org>2013-05-14 16:40:40 -0400
committerTom Callaway <spot@fedoraproject.org>2013-05-14 16:40:40 -0400
commit44f7aeefd6bcd5cee9e83fb10b16d84b2c5bc771 (patch)
treebffa98c2985193401f855382961906911ad87d29 /lua-5.2.2-idsize.patch
parent8e864b6dbb289d92c00b00b0770ffc4f60b5fc82 (diff)
downloadlua-44f7aeefd6bcd5cee9e83fb10b16d84b2c5bc771.tar.gz
lua-44f7aeefd6bcd5cee9e83fb10b16d84b2c5bc771.tar.xz
lua-44f7aeefd6bcd5cee9e83fb10b16d84b2c5bc771.zip
lua 5.2
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
+
+
+ /*