Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions contrib/lua/src/luaconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -782,9 +782,10 @@
** without modifying the main part of the file.
*/




#ifdef LUA_IDSIZE
#undef LUA_IDSIZE
#endif
#define LUA_IDSIZE 120

#endif