increase LUA_IDSIZE

This commit is contained in:
Glenn Maynard
2006-12-20 00:18:36 +00:00
parent 9fa41a8aef
commit eb65a1bec2
+1 -1
View File
@@ -210,7 +210,7 @@
@* of a function in debug information.
** CHANGE it if you want a different size.
*/
#define LUA_IDSIZE 60
#define LUA_IDSIZE 150
/*