Date: Wed, 20 Feb 2013 17:07:50 -0500 From: "J.R. Oldroyd" <fbsd@opal.com> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/176300: __CTASSERT() missing from <sys/cdefs.h> Message-ID: <20130220170750.45f81fde@shibato> In-Reply-To: <201302202050.r1KKo0nA054218@freefall.freebsd.org> References: <201302202049.r1KKngRK085644@shibato.opal.com> <201302202050.r1KKo0nA054218@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 20 Feb 2013 20:50:00 GMT FreeBSD-gnats-submit@FreeBSD.org wrote: > Oops, that last line should not have a semi-colon. I was looking at an old version on NetBSD where they've since removed it. -#define __CTASSERT1(x, y, z) typedef char y ## z[(x) ? 1 : -1]; +#define __CTASSERT1(x, y, z) typedef char y ## z[(x) ? 1 : -1]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130220170750.45f81fde>