From 224519ededa0125951cf0ca7e13a2b25952321e6 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:01:01 +0000 Subject: Utilisateur : Fcolin Date : 1/06/06 Heure : 15:54 Archivé dans $/Bus/Ivy Commentaire: Separation module de traitement regexp (vss 13) --- Ivy/IvyApplication.h | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'Ivy') diff --git a/Ivy/IvyApplication.h b/Ivy/IvyApplication.h index ffa6ecb..c32ca5f 100644 --- a/Ivy/IvyApplication.h +++ b/Ivy/IvyApplication.h @@ -5,14 +5,7 @@ // #include "BufferedSocket.h" #include "Ivy.h" - -#define USE_PCRE - -#ifdef USE_PCRE -#include "pcre.h" -#else -#include "Regexp.h" -#endif +#include "IvyBinding.h" ///////////////////////////////////////////////////////////////////////////// // IvyApplication command target @@ -67,12 +60,7 @@ protected: /* en clair */ ivy::vector regexp_str_in; /* compile */ -#ifdef USE_PCRE - static const int max_subexp = 200; - typedef ivy::vector RegexpVector; -#else - typedef ivy::vector RegexpVector; -#endif + typedef ivy::vector RegexpVector; RegexpVector regexp_in; friend class Ivy; -- cgit v1.1