Date: Thu, 25 Oct 2001 05:43:05 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> Cc: <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> 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 Message-ID: <20011025053506.Y73577-100000@delplex.bde.org> In-Reply-To: <200110241814.f9OIEpG76699@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011025053506.Y73577-100000>