]> granicus.if.org Git - apache/commitdiff
Updating docs to change around the order of extern and
authorVictor J. Orlikowski <orlikowski@apache.org>
Sat, 9 Jun 2001 11:33:07 +0000 (11:33 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Sat, 9 Jun 2001 11:33:07 +0000 (11:33 +0000)
AP[RU]_DECLARE_DATA. If this is incorrect, please yell.
However, the vast majority of the code follows the convention
documented in this patch.
If this is in error, I will gladly back it out.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89324 13f79535-47bb-0310-9956-ffa450edef68

include/ap_config.h

index a30990dbb5ae343c86464726fe27b5f3fe41cfaf..cf2b333b35b58c70e6047c169f693db43efa82db 100644 (file)
  * Apache Core dso variables are declared with AP_MODULE_DECLARE_DATA.
  * This assures the appropriate indirection is invoked at compile time.
  *
- * @tip extern AP_DECLARE_DATA type apr_variable; syntax is required for
+ * @tip AP_DECLARE_DATA extern type apr_variable; syntax is required for
  * declarations within headers to properly import the variable.
  * @deffunc AP_DECLARE_DATA type apr_variable
  */