This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] include/posix.h


>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:

Andreas> We conflict with the gcj/javaprims.h and the Boolean.h when we compile
Andreas> java/net/natVMNetworkInterfacePosix.cc

Thanks.

What if we handled this more directly and generated a Boolean.h that
had the #undefs at the top?  I think that would work a bit better in
more cases.  Otherwise we're dependent on the order of inclusion of
our posix.h, system headers, and Boolean.h.

This can be implemented with a small Makefile change.  Could you try
it?  Or is there a problem with this?

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]