]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/mappers/mod_rewrite.c: Enhance trace-level logging to log
authorJoe Orton <jorton@apache.org>
Fri, 13 Sep 2019 10:43:16 +0000 (10:43 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 13 Sep 2019 10:43:16 +0000 (10:43 +0000)
commitd14b38da7eafbf8a58451f49c99ce62cbc91b6b1
treec7283b4499d9a2b3029db102ace1174cd7302415
parentd5a6bffbfaa65a45f9be3e96a1ae7c9439b00d13
* modules/mappers/mod_rewrite.c: Enhance trace-level logging to log
  line numbers accurately for C99 compilers, and remove odd/awkward
  double-parentheses using the rewritelog() macro.  For non-C99
  compilers do_rewritelog() will now be defined - but as a noop - if
  REWRITELOG_DISABLED is defined at compile time.

No functional change at runtime apart from the line numbers being
fixed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866894 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_rewrite.c