summaryrefslogtreecommitdiffstats
path: root/lua-5.1.4-idsize.patch
diff options
context:
space:
mode:
authorTim Niemueller <niemueller@kbsg.rwth-aachen.de>2011-01-28 19:32:52 +0100
committerTim Niemueller <niemueller@kbsg.rwth-aachen.de>2011-01-28 19:32:52 +0100
commitc6e0c4483bbe47a953d33b836a879b325e956b92 (patch)
treea2600b738ac356c8143bddac266004911a060373 /lua-5.1.4-idsize.patch
parent88aaf9afdac879a4086c8aae1ca0b32d342028a7 (diff)
downloadlua-c6e0c4483bbe47a953d33b836a879b325e956b92.tar.gz
lua-c6e0c4483bbe47a953d33b836a879b325e956b92.tar.xz
lua-c6e0c4483bbe47a953d33b836a879b325e956b92.zip
Add IDSIZE patch for better error messages
Diffstat (limited to 'lua-5.1.4-idsize.patch')
-rw-r--r--lua-5.1.4-idsize.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/lua-5.1.4-idsize.patch b/lua-5.1.4-idsize.patch
new file mode 100644
index 0000000..d457b38
--- /dev/null
+++ b/lua-5.1.4-idsize.patch
@@ -0,0 +1,12 @@
+diff -urN lua-5.1.4/src/luaconf.h.template.in lua-5.1.4.idsize/src/luaconf.h.template.in
+--- lua-5.1.4/src/luaconf.h.template.in 2011-01-28 19:18:03.176584291 +0100
++++ lua-5.1.4.idsize/src/luaconf.h.template.in 2011-01-28 19:19:26.581213131 +0100
+@@ -216,7 +216,7 @@
+ @* of a function in debug information.
+ ** CHANGE it if you want a different size.
+ */
+-#define LUA_IDSIZE 60
++#define LUA_IDSIZE 512
+
+
+ /*