summaryrefslogtreecommitdiffstats
path: root/mod_perl-2.0.4-inline.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mod_perl-2.0.4-inline.patch')
-rw-r--r--mod_perl-2.0.4-inline.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mod_perl-2.0.4-inline.patch b/mod_perl-2.0.4-inline.patch
new file mode 100644
index 0000000..b49af77
--- /dev/null
+++ b/mod_perl-2.0.4-inline.patch
@@ -0,0 +1,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