]> 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)
commita97bec21dc7ff2eb945946e02db876da9f25b083
treeff5bd33fcf2428918cfcf79d9cbca3bbf07cd60f
parent066712a8cdcb414467706def84e461b393af503c
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