From: Jean-Frederic Clere Date: Tue, 18 Oct 2005 09:24:02 +0000 (+0000) Subject: C++ comments are not supported by some compilers (ReliantUnix). X-Git-Tag: 2.3.0~2861 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=821b750b846939b5d62749844967a6533c7b3ecd;p=apache C++ comments are not supported by some compilers (ReliantUnix). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@326058 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/metadata/mod_setenvif.c b/modules/metadata/mod_setenvif.c index b2549d8e3b..c99466feca 100644 --- a/modules/metadata/mod_setenvif.c +++ b/modules/metadata/mod_setenvif.c @@ -357,7 +357,7 @@ static const char *add_setenvif_core(cmd_parms *cmd, void *mconfig, /* Syntax check and extraction of the OID as a regex: */ new->pnamereg = ap_pregcomp(cmd->pool, "^oid\\(\"?([0-9.]+)\"?\\)$", - (AP_REG_EXTENDED // | AP_REG_NOSUB + (AP_REG_EXTENDED /* | AP_REG_NOSUB */ | AP_REG_ICASE)); /* this can never happen, as long as pcre works: if (new->pnamereg == NULL)