From commits-return-6732-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Fri Apr 29 21:15:45 2005 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 42188 invoked from network); 29 Apr 2005 21:15:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Apr 2005 21:15:45 -0000 Received: (qmail 23568 invoked by uid 500); 29 Apr 2005 21:17:07 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 23531 invoked by uid 500); 29 Apr 2005 21:17:06 -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 23514 invoked by uid 99); 29 Apr 2005 21:17:06 -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; Fri, 29 Apr 2005 14:17:06 -0700 Received: (qmail 42150 invoked by uid 65534); 29 Apr 2005 21:15:42 -0000 Message-ID: <20050429211542.42149.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r165341 - in /apr/apr/branches/0.9.x: build/NWGNUenvironment.inc misc/netware/libprews.c Date: Fri, 29 Apr 2005 21:15:42 -0000 To: commits@apr.apache.org From: bnicholes@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: bnicholes Date: Fri Apr 29 14:15:42 2005 New Revision: 165341 URL: http://svn.apache.org/viewcvs?rev=3D165341&view=3Drev Log: Disable some default LibC debugging code when compiling optimized Modified: apr/apr/branches/0.9.x/build/NWGNUenvironment.inc apr/apr/branches/0.9.x/misc/netware/libprews.c Modified: apr/apr/branches/0.9.x/build/NWGNUenvironment.inc URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/build/NWGNUenviro= nment.inc?rev=3D165341&r1=3D165340&r2=3D165341&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 --- apr/apr/branches/0.9.x/build/NWGNUenvironment.inc (original) +++ apr/apr/branches/0.9.x/build/NWGNUenvironment.inc Fri Apr 29 14:15:42 2= 005 @@ -116,6 +116,9 @@ INCDIRS =3D $(NOVELLLIBC)\include;$(NOVELLLIBC)\include\nks;$(NOVELLLIBC)= \include\winsock; =20 DEFINES =3D -DNETWARE +ifndef DEBUG +DEFINES +=3D -DNDEBUG +endif =20 # # MetroWerks static Libraries Modified: apr/apr/branches/0.9.x/misc/netware/libprews.c URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/misc/netware/libp= rews.c?rev=3D165341&r1=3D165340&r2=3D165341&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 --- apr/apr/branches/0.9.x/misc/netware/libprews.c (original) +++ apr/apr/branches/0.9.x/misc/netware/libprews.c Fri Apr 29 14:15:42 2005 @@ -46,6 +46,9 @@ const char **messages ) { + WSADATA wsaData; + apr_status_t status; + NX_LOCK_INFO_ALLOC(liblock, "Per-Application Data Lock", 0); =20 #pragma unused(cmdLine) @@ -58,8 +61,6 @@ #pragma unused(messageCount) #pragma unused(messages) =20 - WSADATA wsaData; - apr_status_t status; =20 gLibId =3D register_library(DisposeLibraryData); =20