libregexp: allow up to 127 captured subexpressions in one regexp
128 counting with the entire expression match ($0).
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
typedef unsigned char uchar;
|
||||
#define nelem(x) (sizeof(x)/sizeof((x)[0]))
|
||||
|
||||
#define NSUBEXP 32
|
||||
#define NSUBEXP 128
|
||||
typedef struct Resublist Resublist;
|
||||
struct Resublist
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user