diff options
| author | Tom Callaway <spot@fedoraproject.org> | 2013-05-14 16:40:40 -0400 |
|---|---|---|
| committer | Tom Callaway <spot@fedoraproject.org> | 2013-05-14 16:40:40 -0400 |
| commit | 44f7aeefd6bcd5cee9e83fb10b16d84b2c5bc771 (patch) | |
| tree | bffa98c2985193401f855382961906911ad87d29 /lua-5.2.2-idsize.patch | |
| parent | 8e864b6dbb289d92c00b00b0770ffc4f60b5fc82 (diff) | |
| download | lua-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.patch | 13 |
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 + + + /* |
