From commits-return-10154-apmail-commons-commits-archive=commons.apache.org@commons.apache.org Tue Jan 05 08:18:41 2010 Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 1040 invoked from network); 5 Jan 2010 08:18:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Jan 2010 08:18:41 -0000 Received: (qmail 92650 invoked by uid 500); 5 Jan 2010 08:18:41 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 92558 invoked by uid 500); 5 Jan 2010 08:18:40 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 92549 invoked by uid 99); 5 Jan 2010 08:18:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2010 08:18:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2010 08:18:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D3DFE23889ED; Tue, 5 Jan 2010 08:18:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r895935 - /commons/sandbox/runtime/trunk/src/main/native/port/wcscasecmp.c Date: Tue, 05 Jan 2010 08:18:17 -0000 To: commits@commons.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100105081817.D3DFE23889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Tue Jan 5 08:18:14 2010 New Revision: 895935 URL: http://svn.apache.org/viewvc?rev=895935&view=rev Log: Add wcs(n)casecmp to the port Modified: commons/sandbox/runtime/trunk/src/main/native/port/wcscasecmp.c Modified: commons/sandbox/runtime/trunk/src/main/native/port/wcscasecmp.c URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/port/wcscasecmp.c?rev=895935&r1=895934&r2=895935&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/port/wcscasecmp.c (original) +++ commons/sandbox/runtime/trunk/src/main/native/port/wcscasecmp.c Tue Jan 5 08:18:14 2010 @@ -19,7 +19,7 @@ #include "acr_arch.h" #include "acr_port.h" -#if defined(HAVE_WCSCASECMP) +#if HAVE_WCSCASECMP UNUSED_SOURCE_FILE(wcscasecmp);