On 09/22/2010 08:23 AM, Ruediger Pluem wrote: > > On 09/21/2010 08:42 PM, [email protected] wrote: >> Author: niq >> Date: Tue Sep 21 18:42:20 2010 >> New Revision: 999533 >> >> URL: http://svn.apache.org/viewvc?rev=999533&view=rev >> Log: >> Introduce ap_rxplus class: higher-level regexps supporting perl-style >> regexp operations. >> >> Added: >> httpd/httpd/trunk/server/util_regex.c >> Modified: >> httpd/httpd/trunk/CHANGES >> httpd/httpd/trunk/include/ap_regex.h >> httpd/httpd/trunk/server/Makefile.in >> httpd/httpd/trunk/server/util_pcre.c >> > >> Added: httpd/httpd/trunk/server/util_regex.c >> URL: >> http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_regex.c?rev=999533&view=auto >> ============================================================================== >> --- httpd/httpd/trunk/server/util_regex.c (added) >> +++ httpd/httpd/trunk/server/util_regex.c Tue Sep 21 18:42:20 2010 > >> + >> +AP_DECLARE(int) ap_rxplus_exec(apr_pool_t *pool, ap_rxplus_t *rx, >> + const char *pattern, char **newpattern) >> + //int max_iterations) > > > This looks like a C++ style comment.
Nevermind. I see now that all this stuff is already addressed. Regards RĂ¼diger
