From owner-freebsd-standards@FreeBSD.ORG Thu Aug 28 13:08:44 2003 Return-Path: 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 1ED8916A4BF for ; Thu, 28 Aug 2003 13:08:44 -0700 (PDT) Received: from alicia.nttmcl.com (alicia.nttmcl.com [216.69.69.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4EFA43F85 for ; Thu, 28 Aug 2003 13:08:42 -0700 (PDT) (envelope-from kelly@nttmcl.com) Received: from alicia.nttmcl.com (localhost [127.0.0.1]) by alicia.nttmcl.com (8.12.9/8.12.5) with ESMTP id h7SK8gHB004784 for ; Thu, 28 Aug 2003 13:08:42 -0700 (PDT) (envelope-from kelly@nttmcl.com) Received: from localhost (kelly@localhost)h7SK8gsD004781 for ; Thu, 28 Aug 2003 13:08:42 -0700 (PDT) (envelope-from kelly@nttmcl.com) X-Authentication-Warning: alicia.nttmcl.com: kelly owned process doing -bs Date: Thu, 28 Aug 2003 13:08:42 -0700 (PDT) From: Kelly Yancey To: standards@FreeBSD.org Message-ID: <20030828125848.K4421-100000@alicia.nttmcl.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Data type of _Bool X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 20:08:44 -0000 Shouldn't the typedef in stdbool.h be using an unsigned int for _Bool if the compiler doesn't provide it? I've only got the final draft, but item #6 on page 40 (section 6.2.5) seems to refer to _Bool as one of the "standard unsigned integer types." Just curious, Kelly