]> granicus.if.org Git - apache/commitdiff
C++ comments are not supported by some compilers (ReliantUnix).
authorJean-Frederic Clere <jfclere@apache.org>
Tue, 18 Oct 2005 09:24:02 +0000 (09:24 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Tue, 18 Oct 2005 09:24:02 +0000 (09:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@326058 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_setenvif.c

index b2549d8e3b77d312a2e90e1ce37dd31421403dc6..c99466fecab7f9204c481302145f426d0eb73a9d 100644 (file)
@@ -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)