summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2009-04-23 11:56:39 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2009-04-23 11:56:39 +0000
commit5f6bddc33a7505e028e240145000f3dbe3764b00 (patch)
tree4890bd0951eb6e1c9ac3b17e6cbb9a466654ef01
parent5a0e763cd4dcaa98cb641a73fc29b25bcefb294d (diff)
downloadlibapr-5f6bddc33a7505e028e240145000f3dbe3764b00.tar.gz
Fix old reference to AP_MODULE_DECLARE_DATA.
PR: 45857 Submitted by: Jonathan Leffler <jonathan leffler gmail.com> Reviewed by: trawick git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@767897 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr.h.in2
-rw-r--r--include/apr.hnw2
-rw-r--r--include/apr.hw2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/apr.h.in b/include/apr.h.in
index bbd7e7fec..f808c232b 100644
--- a/include/apr.h.in
+++ b/include/apr.h.in
@@ -420,7 +420,7 @@ typedef apr_uint32_t apr_uintptr_t;
#define APR_DECLARE_NONSTD(type) type
/**
- * The public APR variables are declared with AP_MODULE_DECLARE_DATA.
+ * The public APR variables are declared with APR_DECLARE_DATA.
* This assures the appropriate indirection is invoked at compile time.
* @see APR_DECLARE @see APR_DECLARE_NONSTD
* @remark Note that the declaration and implementations use different forms,
diff --git a/include/apr.hnw b/include/apr.hnw
index 93a2d7950..b0f663a12 100644
--- a/include/apr.hnw
+++ b/include/apr.hnw
@@ -398,7 +398,7 @@ typedef apr_uint32_t apr_uintptr_t;
#define APR_DECLARE_NONSTD(type) type
/**
- * The public APR variables are declared with AP_MODULE_DECLARE_DATA.
+ * The public APR variables are declared with APR_DECLARE_DATA.
* This assures the appropriate indirection is invoked at compile time.
* @see APR_DECLARE @see APR_DECLARE_NONSTD
* @remark Note that the declaration and implementations use different forms,
diff --git a/include/apr.hw b/include/apr.hw
index d65023eaf..a25ef358f 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -524,7 +524,7 @@ typedef apr_uint32_t apr_uintptr_t;
#define APR_DECLARE_NONSTD(type) type
/**
- * The public APR variables are declared with AP_MODULE_DECLARE_DATA.
+ * The public APR variables are declared with APR_DECLARE_DATA.
* This assures the appropriate indirection is invoked at compile time.
* @see APR_DECLARE @see APR_DECLARE_NONSTD
* @remark Note that the declaration and implementations use different forms,