From owner-cvs-all Wed Oct 24 12:44:10 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 54C9437B401; Wed, 24 Oct 2001 12:44:03 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id FAA21742; Thu, 25 Oct 2001 05:44:00 +1000 Date: Thu, 25 Oct 2001 05:43:05 +1000 (EST) From: Bruce Evans X-X-Sender: To: Jeroen Ruigrok van der Werven Cc: , Subject: Re: cvs commit: src/include assert.h src/lib/libc/gen assert.c src/lib/libstand assert.c src/share/man/man3 assert.3 In-Reply-To: <200110241814.f9OIEpG76699@freefall.freebsd.org> Message-ID: <20011025053506.Y73577-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 24 Oct 2001, Jeroen Ruigrok van der Werven wrote: > asmodai 2001/10/24 11:14:51 PDT > > Modified files: > include assert.h > Log: > Add $FreeBSD$. > Change assert() macro to print failing function name. > Change K&R function prototype wrapper to ANSI prototype. > This makes us C99 conforming. > > Revision Changes Path > 1.2 +6 -3 src/include/assert.h This breaks K&R support, C90 support, (there is no __func__ in C90), and maybe C++ support (is __func__ in C++?). Please back this out. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message