mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
plumber: increase NMATCHSUBEXP up to libregexp's NSUBEXP
This commit is contained in:
parent
6c0efecd13
commit
0790296f73
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ struct Ruleset
|
|||
|
||||
enum
|
||||
{
|
||||
NMATCHSUBEXP = 10
|
||||
NMATCHSUBEXP = 32 /* bounded by ../../libregexp/regcomp.h:/NSUBEXP */
|
||||
};
|
||||
|
||||
struct Exec
|
||||
|
|
Loading…
Reference in a new issue