diff options
author | fcolin | 2007-02-01 13:04:42 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:04:42 +0000 |
commit | d87b1476f89ad68c1eed4988301e5c244b8fc284 (patch) | |
tree | 1ff853599003e277a4c7e9c392184399c71b473f /Bus/Ivy | |
parent | be98aa9ad14de9d15779e6a1e86e51375842681a (diff) | |
download | ivy-cplusplus-d87b1476f89ad68c1eed4988301e5c244b8fc284.zip ivy-cplusplus-d87b1476f89ad68c1eed4988301e5c244b8fc284.tar.gz ivy-cplusplus-d87b1476f89ad68c1eed4988301e5c244b8fc284.tar.bz2 ivy-cplusplus-d87b1476f89ad68c1eed4988301e5c244b8fc284.tar.xz |
Utilisateur : Fcolin Date : 19/06/02 Heure : 14:05 Archivé dans $/Ivy Commentaire: Modif nb sub expression de 2à a 40 (vss 4)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r-- | Bus/Ivy/Regexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/Regexp.h b/Bus/Ivy/Regexp.h index cf7a748..242d1de 100644 --- a/Bus/Ivy/Regexp.h +++ b/Bus/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 );
|