You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
410 B
13 lines
410 B
2 years ago
|
diff -up lua-5.3.0/src/luaconf.h.template.in.idsize lua-5.3.0/src/luaconf.h.template.in
|
||
|
--- lua-5.3.0/src/luaconf.h.template.in.idsize 2015-01-15 10:23:20.515801344 -0500
|
||
|
+++ lua-5.3.0/src/luaconf.h.template.in 2015-01-15 10:23:48.955651916 -0500
|
||
|
@@ -693,7 +693,7 @@
|
||
|
@@ of a function in debug information.
|
||
|
** CHANGE it if you want a different size.
|
||
|
*/
|
||
|
-#define LUA_IDSIZE 60
|
||
|
+#define LUA_IDSIZE 512
|
||
|
|
||
|
|
||
|
/*
|