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