From stdcxx-commits-return-154-apmail-incubator-stdcxx-commits-archive=incubator.apache.org@incubator.apache.org Tue Nov 08 16:09:59 2005 Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 59084 invoked from network); 8 Nov 2005 16:09:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Nov 2005 16:09:59 -0000 Received: (qmail 83850 invoked by uid 500); 8 Nov 2005 16:09:58 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 83834 invoked by uid 500); 8 Nov 2005 16:09:58 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 83823 invoked by uid 500); 8 Nov 2005 16:09:58 -0000 Delivered-To: apmail-incubator-stdcxx-cvs@incubator.apache.org Received: (qmail 83820 invoked by uid 99); 8 Nov 2005 16:09:58 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 08 Nov 2005 08:09:57 -0800 Received: (qmail 58940 invoked by uid 65534); 8 Nov 2005 16:09:37 -0000 Message-ID: <20051108160937.58937.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r331835 - in /incubator/stdcxx/trunk/src: ti_num_get.cpp ti_num_put.cpp ti_numpunct.cpp Date: Tue, 08 Nov 2005 16:09:36 -0000 To: stdcxx-cvs@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: sebor Date: Tue Nov 8 08:09:32 2005 New Revision: 331835 URL: http://svn.apache.org/viewcvs?rev=331835&view=rev Log: 2005-11-08 Martin Sebor STDCXX-64 * ti_num_get.cpp: Silenced HP aCC warning 933: Null macro argument. * ti_num_put.cpp: Same. * ti_numpunct.cpp: Same. Modified: incubator/stdcxx/trunk/src/ti_num_get.cpp incubator/stdcxx/trunk/src/ti_num_put.cpp incubator/stdcxx/trunk/src/ti_numpunct.cpp Modified: incubator/stdcxx/trunk/src/ti_num_get.cpp URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/src/ti_num_get.cpp?rev=331835&r1=331834&r2=331835&view=diff ============================================================================== --- incubator/stdcxx/trunk/src/ti_num_get.cpp (original) +++ incubator/stdcxx/trunk/src/ti_num_get.cpp Tue Nov 8 08:09:32 2005 @@ -2,7 +2,7 @@ * * ti_num_get.cpp - explicit instantiation directives for num_get * - * $Id: //stdlib/dev/source/stdlib/ti_num_get.cpp#10 $ + * $Id$ * *************************************************************************** * @@ -41,5 +41,5 @@ #define TARGS_C _RWSTD_SPECIALIZE_FACET_ID (num_get, TARGS_C); -_RWSTD_DEFINE_FACET_FACTORY (_RWSTD_EXPORT, num_get, TARGS_C, num_get); +_RWSTD_DEFINE_FACET_FACTORY (extern _RWSTD_EXPORT, num_get, TARGS_C, num_get); _RWSTD_SPECIALIZE_USE_FACET (num_get); Modified: incubator/stdcxx/trunk/src/ti_num_put.cpp URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/src/ti_num_put.cpp?rev=331835&r1=331834&r2=331835&view=diff ============================================================================== --- incubator/stdcxx/trunk/src/ti_num_put.cpp (original) +++ incubator/stdcxx/trunk/src/ti_num_put.cpp Tue Nov 8 08:09:32 2005 @@ -2,7 +2,7 @@ * * ti_num_put.cpp - explicit instantiation directives for num_put * - * $Id: //stdlib/dev/source/stdlib/ti_num_put.cpp#8 $ + * $Id$ * *************************************************************************** * @@ -39,5 +39,5 @@ #define TARGS_C _RWSTD_SPECIALIZE_FACET_ID (num_put, TARGS_C); -_RWSTD_DEFINE_FACET_FACTORY (_RWSTD_EXPORT, num_put, TARGS_C, num_put); +_RWSTD_DEFINE_FACET_FACTORY (extern _RWSTD_EXPORT, num_put, TARGS_C, num_put); _RWSTD_SPECIALIZE_USE_FACET (num_put); Modified: incubator/stdcxx/trunk/src/ti_numpunct.cpp URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/src/ti_numpunct.cpp?rev=331835&r1=331834&r2=331835&view=diff ============================================================================== --- incubator/stdcxx/trunk/src/ti_numpunct.cpp (original) +++ incubator/stdcxx/trunk/src/ti_numpunct.cpp Tue Nov 8 08:09:32 2005 @@ -2,7 +2,7 @@ * * ti_numpunct.cpp - explicit instantiation directives for numpunct * - * $Id: //stdlib/dev/source/stdlib/ti_numpunct.cpp#10 $ + * $Id$ * *************************************************************************** * @@ -39,5 +39,5 @@ _RWSTD_SPECIALIZE_FACET_ID (numpunct, ); -_RWSTD_DEFINE_FACET_FACTORY (_RWSTD_EXPORT, numpunct, , numpunct); +_RWSTD_DEFINE_FACET_FACTORY (extern _RWSTD_EXPORT, numpunct, , numpunct); _RWSTD_SPECIALIZE_USE_FACET (numpunct);