diff options
Diffstat (limited to 'Ivy')
-rw-r--r-- | Ivy/Regexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/Regexp.h b/Ivy/Regexp.h index cf7a748..242d1de 100644 --- a/Ivy/Regexp.h +++ b/Ivy/Regexp.h @@ -5,7 +5,7 @@ class regexp; class Regexp
{
public:
- enum { NSUBEXP = 20 };
+ enum { NSUBEXP = 40 };
Regexp();
Regexp( const char * exp, bool iCase = 0 );
|