]> granicus.if.org Git - apache/commitdiff
Such macros exist for a reason :)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 21 Jan 2010 06:33:05 +0000 (06:33 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 21 Jan 2010 06:33:05 +0000 (06:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@901558 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_autoindex.c

index 879bf2c1b61f2245dd8ed295425bc6926ca91e21..620ed3cf88f3c35cac5c856269993acb2919fae2 100644 (file)
@@ -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);