summaryrefslogtreecommitdiffstats
path: root/mod_perl-2.0.4-inline.patch
blob: b49af7730ea7116562c174fa0f15e82c3b713dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mod_perl-2.0.4/src/modules/perl/modperl_common_util.h.inline
+++ mod_perl-2.0.4/src/modules/perl/modperl_common_util.h
@@ -22,7 +22,7 @@
 #ifdef MP_DEBUG
 #define MP_INLINE
 #else
-#define MP_INLINE APR_INLINE
+#define MP_INLINE
 #endif
 
 #ifdef CYGWIN