The following reply was made to PR bin/176300; it has been noted by GNATS.

From: "J.R. Oldroyd" <f...@opal.com>
To: freebsd-gnats-sub...@freebsd.org, freebsd-bugs@FreeBSD.org
Cc:  
Subject: Re: bin/176300: __CTASSERT() missing from <sys/cdefs.h>
Date: Wed, 20 Feb 2013 17:07:50 -0500

 On Wed, 20 Feb 2013 20:50:00 GMT freebsd-gnats-sub...@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]
 
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to