> I think there's a bug in <sys/types.h> in that B_TRUE and B_FALSE
 > disappear from the namespace if you request XOPEN_ or POSIX compliance
 > with extensions via defines such as:
 > 
 >      -D_XOPEN_SOURCE=500 -D__EXTENSIONS__

I agree this seems bogus.  I've seen folks workaround it by #defining
B_TRUE to _B_TRUE and (e.g., in Makefiles).

--
meem
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to