summaryrefslogtreecommitdiff
path: root/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:04:42 +0000
committerfcolin2007-02-01 13:04:42 +0000
commit910fbcd6d06367da9e53ec628a66e86b11b95fef (patch)
treec1ae56055e2808dfe77ac51242bc328e5fbed5d4 /Ivy
parent5cbed4b3ece796dc63e8958342643fc8a3216051 (diff)
downloadivy-cplusplus-910fbcd6d06367da9e53ec628a66e86b11b95fef.zip
ivy-cplusplus-910fbcd6d06367da9e53ec628a66e86b11b95fef.tar.gz
ivy-cplusplus-910fbcd6d06367da9e53ec628a66e86b11b95fef.tar.bz2
ivy-cplusplus-910fbcd6d06367da9e53ec628a66e86b11b95fef.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 'Ivy')
-rw-r--r--Ivy/Regexp.h2
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 );