mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Lua - Changed LUA_MAXCAPTURES (the number of captures in one pattern matching statement) from the default 32 to 256
This commit is contained in:
@ -630,7 +630,7 @@ union luai_Cast { double l_d; long l_l; };
|
||||
@* can do during pattern-matching.
|
||||
** CHANGE it if you need more captures. This limit is arbitrary.
|
||||
*/
|
||||
#define LUA_MAXCAPTURES 32
|
||||
#define LUA_MAXCAPTURES 256
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user