From: Rainer Jung Date: Tue, 22 Jul 2014 19:29:08 +0000 (+0000) Subject: Clarify comment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4c16aff37b85830bd9e035cd35354288b28e12a;p=thirdparty%2Fapache%2Fhttpd.git Clarify comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1612653 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_pcre.c b/server/util_pcre.c index e90408e0c93..de7bdb33110 100644 --- a/server/util_pcre.c +++ b/server/util_pcre.c @@ -125,7 +125,7 @@ AP_DECLARE(int) ap_regcomp(ap_regex_t * preg, const char *pattern, int cflags) const char *errorptr; int erroffset; int errcode = 0; - /* PCRE_DUPNAMES is only present in more recent versions of PCRE */ + /* PCRE_DUPNAMES is only present since version 6.7 of PCRE */ #ifdef PCRE_DUPNAMES int options = PCRE_DUPNAMES; #else