]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Don't use #ifdef inside macro calls
authorStefan Fritsch <sf@apache.org>
Thu, 29 Dec 2011 08:57:55 +0000 (08:57 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 29 Dec 2011 08:57:55 +0000 (08:57 +0000)
commit57c62659d2abd80c360a3fbe8c49d1dade10c643
treeff5bd33fcf2428918cfcf79d9cbca3bbf07cd60f
parent4a1f888e0a2c478db5c97ffd3670058d28a42b0b
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
docs/log-message-tags/next-number
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_kernel.c