From owner-cvs-all@FreeBSD.ORG Sat Dec 1 19:27:04 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29A9C16A41B; Sat, 1 Dec 2007 19:27:04 +0000 (UTC) (envelope-from stefan@fafoe.narf.at) Received: from viefep18-int.chello.at (viefep18-int.chello.at [213.46.255.22]) by mx1.freebsd.org (Postfix) with ESMTP id 9BD4513C469; Sat, 1 Dec 2007 19:27:01 +0000 (UTC) (envelope-from stefan@fafoe.narf.at) Received: from lizard.fafoe.narf.at ([213.47.85.26]) by viefep32-int.chello.at (InterMail vM.7.08.02.02 201-2186-121-104-20070414) with ESMTP id <20071201191104.CPHT14031.viefep32-int.chello.at@lizard.fafoe.narf.at>; Sat, 1 Dec 2007 20:11:04 +0100 Received: by lizard.fafoe.narf.at (Postfix, from userid 1001) id 71A0BBACF; Sat, 1 Dec 2007 20:11:03 +0100 (CET) Date: Sat, 1 Dec 2007 20:11:03 +0100 From: Stefan Farfeleder To: Poul-Henning Kamp Message-ID: <20071201191102.GB941@lizard.fafoe.narf.at> References: <200712011856.lB1Iuoiw042995@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712011856.lB1Iuoiw042995@repoman.freebsd.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include assert.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Dec 2007 19:27:04 -0000 On Sat, Dec 01, 2007 at 06:56:50PM +0000, Poul-Henning Kamp wrote: > phk 2007-12-01 18:56:50 UTC > > FreeBSD src repository > > Modified files: > include assert.h > Log: > Add missing #ifndef _ASSERT_H_ protection against multiple inclusions That is wrong. The C Standard explicitly states that redefines the assert() macro depending on NDEBUG each time it is included.