]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Removed apr_bucket_do_create() macro, which was causing warnings
authorCliff Woolley <jwoolley@apache.org>
Wed, 11 Apr 2001 19:07:01 +0000 (19:07 +0000)
committerCliff Woolley <jwoolley@apache.org>
Wed, 11 Apr 2001 19:07:01 +0000 (19:07 +0000)
commit4b8fc3c6c645a763bddc9b18662f32af3ee92215
tree06bf6c53ad88b862619dd3d36095d374015fe5a5
parentefd42bd8a4cf68797b44603cb244ac8c9fe82406
Removed apr_bucket_do_create() macro, which was causing warnings
about unreachable code in some compilers (notably MSVC).  What
used to be done by this macro is now done inline in the various
apr_bucket_foo_create() functions.  [Cliff Woolley]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88811 13f79535-47bb-0310-9956-ffa450edef68
server/error_bucket.c