]> granicus.if.org Git - apache/commit
*) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, and
authorGreg Stein <gstein@apache.org>
Sat, 24 Feb 2001 11:23:31 +0000 (11:23 +0000)
committerGreg Stein <gstein@apache.org>
Sat, 24 Feb 2001 11:23:31 +0000 (11:23 +0000)
commitee3fe477e346992c61b09da34f2b16dfd3d7e1c0
tree950add745c54a7642835ca20d16b24d5c55af572
parent4f28702c9c7cadb505c4e47bca2dea86ca7d2698
*) 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: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88298 13f79535-47bb-0310-9956-ffa450edef68
17 files changed:
modules/generators/mod_autoindex.c
modules/http/http_core.c
modules/mappers/mod_vhost_alias.c
os/bs2000/os-inline.c
os/bs2000/os.c
os/bs2000/os.h
os/os2/os-inline.c
os/os2/os.h
os/tpf/os-inline.c
os/tpf/os.c
os/tpf/os.h
os/unix/os-inline.c
os/unix/os.h
server/mpm/winnt/mpm_winnt.c
server/scoreboard.c
server/util.c
server/vhost.c