Blame SOURCES/lua-5.3.0-idsize.patch

1266ef
diff -up lua-5.3.0/src/luaconf.h.template.in.idsize lua-5.3.0/src/luaconf.h.template.in
1266ef
--- lua-5.3.0/src/luaconf.h.template.in.idsize	2015-01-15 10:23:20.515801344 -0500
1266ef
+++ lua-5.3.0/src/luaconf.h.template.in	2015-01-15 10:23:48.955651916 -0500
1266ef
@@ -693,7 +693,7 @@
1266ef
 @@ of a function in debug information.
1266ef
 ** CHANGE it if you want a different size.
1266ef
 */
1266ef
-#define LUA_IDSIZE	60
1266ef
+#define LUA_IDSIZE	512
1266ef
 
1266ef
 
1266ef
 /*