From 44f7aeefd6bcd5cee9e83fb10b16d84b2c5bc771 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 14 May 2013 16:40:40 -0400 Subject: lua 5.2 --- lua-5.2.2-idsize.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lua-5.2.2-idsize.patch (limited to 'lua-5.2.2-idsize.patch') 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 + + + /* -- cgit