summaryrefslogtreecommitdiff
path: root/Ivy/IvyBinding.h
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy/IvyBinding.h')
-rw-r--r--Ivy/IvyBinding.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Ivy/IvyBinding.h b/Ivy/IvyBinding.h
index 38d6533..4ea96ec 100644
--- a/Ivy/IvyBinding.h
+++ b/Ivy/IvyBinding.h
@@ -42,12 +42,12 @@ public:
/* Execution , extraction */
int Exec( const char * message );
void Match( const char *message, int argnum, int *arglen, const char **arg );
-
+
+ const char* getExpression();
private:
-#ifdef USE_PCRE
-#ifdef _DEBUG
+ /* Expression en clair */
std::string expression_string;
-#endif
+#ifdef USE_PCRE
pcre *regexp;
pcre_extra *inspect;
int ovectorsize;