From: William A. Rowe Jr Date: Thu, 21 Jan 2010 06:33:05 +0000 (+0000) Subject: Such macros exist for a reason :) X-Git-Tag: 2.3.5~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3aff695f716c2ff5b8f3a2f716df3d55fd5fec44;p=apache Such macros exist for a reason :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@901558 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_autoindex.c b/modules/generators/mod_autoindex.c index 879bf2c1b6..620ed3cf88 100644 --- a/modules/generators/mod_autoindex.c +++ b/modules/generators/mod_autoindex.c @@ -149,7 +149,7 @@ static char c_by_encoding, c_by_type, c_by_path; #define BY_TYPE &c_by_type #define BY_PATH &c_by_path -static inline int response_is_html(request_rec *r) +static APR_INLINE int response_is_html(request_rec *r) { char *ctype = ap_field_noparam(r->pool, r->content_type); ap_str_tolower(ctype);