summaryrefslogtreecommitdiff
path: root/include/apr.hw
diff options
context:
space:
mode:
authorgstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2001-02-24 11:23:19 +0000
committergstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2001-02-24 11:23:19 +0000
commite47fa40b67155dc3717501f6930ed2376026a276 (patch)
treec3bb79546928a3cf88bca816d4d379b31d12784b /include/apr.hw
parent08bac6ee5a23156a505f45cc69f5231c895a1450 (diff)
downloadlibapr-e47fa40b67155dc3717501f6930ed2376026a276.tar.gz
*) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, and
INLINE. Now, we just have APR_INLINE and APR_HAS_INLINE. - convert all usage - note that apr_general messed up the defn (compared to apr.h) - simplify the inline decision logic in os/*/os.h - simplify the code in os/*/os-inline.c *) toss ap_checkconv() [no longer used] git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61291 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hw')
-rw-r--r--include/apr.hw3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/apr.hw b/include/apr.hw
index ff22e3e0c..bdb105cc9 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -108,7 +108,8 @@
#include <process.h>
#include <stdlib.h>
-#define apr_inline
+#define APR_INLINE __inline
+#define APR_HAS_INLINE 1
#define __attribute__(__x)
#define NO_USE_SIGACTION