From 910fbcd6d06367da9e53ec628a66e86b11b95fef Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:04:42 +0000 Subject: Utilisateur : Fcolin Date : 19/06/02 Heure : 14:05 Archivé dans $/Ivy Commentaire: Modif nb sub expression de 2à a 40 (vss 4) --- Ivy/Regexp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ivy') 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 ); -- cgit v1.1