--- parser3/src/include/pa_string.h 2002/04/19 11:59:43 1.137 +++ parser3/src/include/pa_string.h 2002/04/22 14:25:41 1.138 @@ -4,7 +4,7 @@ Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - $Id: pa_string.h,v 1.137 2002/04/19 11:59:43 paf Exp $ + $Id: pa_string.h,v 1.138 2002/04/22 14:25:41 paf Exp $ */ #ifndef PA_STRING_H @@ -205,7 +205,7 @@ public: prematch/match/postmatch/1/2/3/... @endverbatim */ - bool match(const char *acstr, + bool match( const String *aorigin, const String& regexp, const String *options, @@ -222,7 +222,6 @@ public: double as_double() const; int as_int() const; - bool is_join_chains_profitable() const; String& join_chains(Pool& pool, char** cstr) const; #ifndef NO_STRING_ORIGIN