diff options
author | Stefan Fritsch <sf@apache.org> | 2011-12-29 09:57:55 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-12-29 09:57:55 +0100 |
commit | a97bec21dc7ff2eb945946e02db876da9f25b083 (patch) | |
tree | ff5bd33fcf2428918cfcf79d9cbca3bbf07cd60f /docs | |
parent | SECURITY: CVE-2012-0021 (cve.mitre.org) (diff) | |
download | apache2-a97bec21dc7ff2eb945946e02db876da9f25b083.tar.xz apache2-a97bec21dc7ff2eb945946e02db876da9f25b083.zip |
Don't use #ifdef inside macro calls
The behavior is undefined according to C99 6.10.3.11 and it breaks with
xlc on AIX
PR: 52394
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225476 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/log-message-tags/next-number | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index fa6d7f092f..c7ffbf8084 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2292 +2293 |