Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 5559 invoked from network); 7 Feb 2005 22:49:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Feb 2005 22:49:37 -0000 Received: (qmail 90508 invoked by uid 500); 7 Feb 2005 22:49:37 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 90483 invoked by uid 500); 7 Feb 2005 22:49:37 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list commits@apr.apache.org Received: (qmail 90470 invoked by uid 99); 7 Feb 2005 22:49:37 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,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; Mon, 07 Feb 2005 14:49:36 -0800 Received: (qmail 5549 invoked by uid 65534); 7 Feb 2005 22:49:35 -0000 Message-ID: <20050207224935.5547.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Mon, 07 Feb 2005 22:49:35 -0000 Subject: svn commit: r151767 - apr/apr/trunk/include/apr_general.h To: commits@apr.apache.org From: wrowe@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: wrowe Date: Mon Feb 7 14:49:34 2005 New Revision: 151767 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D151767 Log: apr_revision? Whoops - I rethought that, decided on apr_release.h to match httpd, and didn't revisit this comment. Modified: apr/apr/trunk/include/apr_general.h Modified: apr/apr/trunk/include/apr_general.h URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_general.h?view= =3Ddiff&r1=3D151766&r2=3D151767 =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 --- apr/apr/trunk/include/apr_general.h (original) +++ apr/apr/trunk/include/apr_general.h Mon Feb 7 14:49:34 2005 @@ -144,7 +144,7 @@ * String and memory functions */ =20 -/* APR_STRINGIFY is defined here, and also in apr_revision.h, so wrap it */ +/* APR_STRINGIFY is defined here, and also in apr_release.h, so wrap it */ #ifndef APR_STRINGIFY /** Properly quote a value as a string in the C preprocessor */ #define APR_STRINGIFY(n) APR_STRINGIFY_HELPER(n)