From 821b750b846939b5d62749844967a6533c7b3ecd Mon Sep 17 00:00:00 2001 From: Jean-Frederic Clere Date: Tue, 18 Oct 2005 09:24:02 +0000 Subject: [PATCH] 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 --- modules/metadata/mod_setenvif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0