summaryrefslogtreecommitdiff
path: root/include/apr_version.h
diff options
context:
space:
mode:
authorSander Striker <striker@apache.org>2002-04-22 08:44:23 +0000
committerSander Striker <striker@apache.org>2002-04-22 08:44:23 +0000
commit05c20d86cdb3f9b07c3b68460fb141219183eb64 (patch)
treedfcf471484736ea10ef36ebed53bd40d78cfeea9 /include/apr_version.h
parent475a47999fcbf49a2e17ff8c0dd62825ae2cc4fe (diff)
downloadapr-05c20d86cdb3f9b07c3b68460fb141219183eb64.tar.gz
Move APR_STRINGIFY to a common place (apr_general.h). Remove the
macro from apr_version.h. Remove the APR_POOL_STRINGIZE macro form apr_pools.h and use APR_STRINGIZE instead. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63290 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_version.h')
-rw-r--r--include/apr_version.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/apr_version.h b/include/apr_version.h
index bf85a785c..e4a5905a5 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -151,11 +151,6 @@ APR_DECLARE(void) apr_version(apr_version_t *pvsn);
APR_DECLARE(const char *) apr_version_string(void);
-/** Internal: helper macro for stringifying the version numbers */
-#define APR_STRINGIFY(n) APR_STRINGIFY_HELPER(n)
-/** Internal: helper macro for stringifying the version numbers */
-#define APR_STRINGIFY_HELPER(n) #n
-
/** Internal: string form of the "is dev" flag */
#ifdef APR_IS_DEV_VERSION
#define APR_IS_DEV_STRING "-dev"