From owner-freebsd-standards@FreeBSD.ORG Fri Jan 2 13:10:23 2004 Return-Path: Delivered-To: freebsd-standards@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B6CB16A4CE for ; Fri, 2 Jan 2004 13:10:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62B7A43D64 for ; Fri, 2 Jan 2004 13:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i02LAIFR089443 for ; Fri, 2 Jan 2004 13:10:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i02LAI1c089442; Fri, 2 Jan 2004 13:10:18 -0800 (PST) (envelope-from gnats) Date: Fri, 2 Jan 2004 13:10:18 -0800 (PST) Message-Id: <200401022110.i02LAI1c089442@freefall.freebsd.org> To: freebsd-standards@FreeBSD.org From: Jonathan Lennox Subject: Re: standards/60772: _Bool and bool should be unsigned X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jonathan Lennox List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2004 21:10:23 -0000 The following reply was made to PR standards/60772; it has been noted by GNATS. From: Jonathan Lennox To: freebsd-gnats-submit@FreeBSD.org, jasone@canonware.com Cc: Subject: Re: standards/60772: _Bool and bool should be unsigned Date: Fri, 2 Jan 2004 16:07:15 -0500 Notice also PR bin/48958 -- in RELENG_4, the 'bool' type isn't binary-compatible between C and C++. Another reason to drop it from RELENG_4. -- Jonathan Lennox lennox at cs dot columbia dot edu