From owner-freebsd-standards Wed Feb 19 19: 9:28 2003 Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 115AB37B401; Wed, 19 Feb 2003 19:09:27 -0800 (PST) Received: from espresso.bsdmike.org (espresso.bsdmike.org [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69DD043F75; Wed, 19 Feb 2003 19:09:26 -0800 (PST) (envelope-from mike@espresso.bsdmike.org) Received: by espresso.bsdmike.org (Postfix, from userid 1002) id 9B1529C5B; Wed, 19 Feb 2003 21:57:02 -0500 (EST) Date: Wed, 19 Feb 2003 21:57:02 -0500 From: Mike Barcroft To: Craig Rodrigues Cc: freebsd-standards@FreeBSD.org, kan@FreeBSD.org Subject: Re: WCHAR_MIN and WCHAR_MAX not defined in Message-ID: <20030219215702.H61431@espresso.bsdmike.org> References: <20030219223313.GA93707@attbi.com> <20030220112847.A36977@dilbert.robbins.dropbear.id.au> <20030219205726.G61431@espresso.bsdmike.org> <20030220022844.GA69709@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030220022844.GA69709@attbi.com>; from rodrigc@attbi.com on Wed, Feb 19, 2003 at 09:28:44PM -0500 Organization: The FreeBSD Project Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Craig Rodrigues writes: > On Wed, Feb 19, 2003 at 08:57:26PM -0500, Mike Barcroft wrote: > > Tim Robbins writes: > > > I'll add a definition of WCHAR_MIN and WCHAR_MAX to as soon as I > > > can find a clean (non-polluting) way of doing it. > > > > Do we need a with underscored macro variants? > > Wait a minute. I was just stumbling around the header files > and found this in > > #ifndef WCHAR_MIN /* Also possibly defined in */ > /* Limits of wchar_t. */ > #define WCHAR_MIN INT32_MIN > #define WCHAR_MAX INT32_MAX > > /* Limits of wint_t. */ > #define WINT_MIN INT32_MIN > #define WINT_MAX INT32_MAX > #endif > > > Is this stuff in the correct place? > Does it need to be duplicated in ? INT32_MIN isn't in scope in . Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message