From owner-cvs-all Mon Aug 19 18:15:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B88837B400; Mon, 19 Aug 2002 18:15:08 -0700 (PDT) Received: from dilbert.robbins.dropbear.id.au (120.c.001.mel.iprimus.net.au [203.134.131.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id D37C143E4A; Mon, 19 Aug 2002 18:14:59 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (gyx2ysw5x1749ch8@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3) with ESMTP id g7JNU9Ea063266; Tue, 20 Aug 2002 09:30:10 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3/Submit) id g7JNU947063265; Tue, 20 Aug 2002 09:30:09 +1000 (EST) Date: Tue, 20 Aug 2002 09:30:03 +1000 From: Tim Robbins To: "Andrey A. Chernov" Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/include wchar.h Message-ID: <20020820093003.A60475@dilbert.robbins.dropbear.id.au> References: <200208192048.g7JKmJ6h058373@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208192048.g7JKmJ6h058373@freefall.freebsd.org>; from ache@FreeBSD.org on Mon, Aug 19, 2002 at 01:48:19PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 19, 2002 at 01:48:19PM -0700, Andrey A. Chernov wrote: > ache 2002/08/19 13:48:19 PDT > > Modified files: > include wchar.h > Log: > Activate (uncomment) wcwidth() and wcswidth() now implemented I think there needs to be #if __XSI_VISIBLE around these two prototypes. I'll add it along with the other wcwidth()-related changes I've had lying around for a couple of days (manual pages for them, wcswidth() return value fix). Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message