]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* include/ap_config.h: Fix the macro name.
authorJoe Orton <jorton@apache.org>
Mon, 12 Dec 2005 11:14:10 +0000 (11:14 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 12 Dec 2005 11:14:10 +0000 (11:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@356248 13f79535-47bb-0310-9956-ffa450edef68

include/ap_config.h

index 8bd6e0de4fb1946360c1d92447e3a34713c4e291..767c6123ca4be8b2a69c80b894e6c57e2f546233 100644 (file)
  * initializers if using GCC (but not G++), or for any other compiler
  * which claims C99 support. */
 #if (defined(__GNUC__) && !defined(__cplusplus))                \
-     || (defined(__STDC_VERSION) && __STDC_VERSION__ >= 199901L)
+     || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L)
 #define AP_HAVE_DESIGNATED_INITIALIZER
 #endif