Return-Path: Delivered-To: apmail-modperl-cvs-archive@apache.org Received: (qmail 22285 invoked by uid 500); 22 Oct 2001 03:33:12 -0000 Mailing-List: contact modperl-cvs-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@apache.org Received: (qmail 22274 invoked by uid 500); 22 Oct 2001 03:33:12 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Date: 22 Oct 2001 03:26:04 -0000 Message-ID: <20011022032604.34375.qmail@icarus.apache.org> From: dougm@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/xs/APR/APR APR.xs X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dougm 01/10/21 20:26:03 Modified: xs/APR/APR APR.xs Log: fix comment so compiler doesnt puke; blurfff Revision Changes Path 1.3 +1 -1 modperl-2.0/xs/APR/APR/APR.xs Index: APR.xs =================================================================== RCS file: /home/cvs/modperl-2.0/xs/APR/APR/APR.xs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- APR.xs 2001/10/22 03:06:45 1.2 +++ APR.xs 2001/10/22 03:26:03 1.3 @@ -6,7 +6,7 @@ * libapr.lib and libaprutil.lib * will figure out why later, no rush since * this module is only needed for use APR functions outside of httpd - * / + */ # define apr_initialize() # define apr_terminate() #endif