From owner-cvs-all@FreeBSD.ORG Sat Dec 1 19:28:13 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 B02D316A418; Sat, 1 Dec 2007 19:28:13 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8232D13C4E7; Sat, 1 Dec 2007 19:28:13 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lB1JSDEO045829; Sat, 1 Dec 2007 19:28:13 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lB1JSDa5045828; Sat, 1 Dec 2007 19:28:13 GMT (envelope-from phk) Message-Id: <200712011928.lB1JSDa5045828@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 1 Dec 2007 19:28:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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:28:13 -0000 phk 2007-12-01 19:28:13 UTC FreeBSD src repository Modified files: include assert.h Log: Only protect the prototypes with #ifndef _ASSERT_H_, the standards specifically allow changes to the NDEBUG macro between #includes of assert.h Revision Changes Path 1.6 +2 -3 src/include/assert.h