Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@www.apache.org Received: (qmail 87768 invoked from network); 28 Apr 2005 20:54:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Apr 2005 20:54:53 -0000 Received: (qmail 49678 invoked by uid 500); 28 Apr 2005 20:56:02 -0000 Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 49600 invoked by uid 500); 28 Apr 2005 20:56:02 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: apreq-dev@httpd.apache.org List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 49576 invoked by uid 99); 28 Apr 2005 20:56:02 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 28 Apr 2005 13:56:01 -0700 Received: (qmail 87660 invoked by uid 65534); 28 Apr 2005 20:54:50 -0000 Message-ID: <20050428205450.87659.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r165196 - /httpd/apreq/trunk/include/apreq_util.h Date: Thu, 28 Apr 2005 20:54:50 -0000 To: apreq-cvs@httpd.apache.org From: joes@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: joes Date: Thu Apr 28 13:54:49 2005 New Revision: 165196 URL: http://svn.apache.org/viewcvs?rev=3D165196&view=3Drev Log: Drop brigade-debugging macros for portability to httpd 2.0.47. Modified: httpd/apreq/trunk/include/apreq_util.h Modified: httpd/apreq/trunk/include/apreq_util.h URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/include/apreq_util.h?r= ev=3D165196&r1=3D165195&r2=3D165196&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- httpd/apreq/trunk/include/apreq_util.h (original) +++ httpd/apreq/trunk/include/apreq_util.h Thu Apr 28 13:54:49 2005 @@ -359,9 +359,6 @@ else { APR_BRIGADE_CONCAT(d, s); } - - APR_BRIGADE_CHECK_CONSISTENCY(s); - APR_BRIGADE_CHECK_CONSISTENCY(d); } =20 =20