This is the mail archive of the java-prs@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]

[Bug libgcj/27201] can't include cni.h and jni.h in the same file



------- Comment #2 from tromey at gcc dot gnu dot org  2006-04-20 16:06 -------
You can see it by compiling this short example
program with 'g++ --syntax-only':

#include <gcj/cni.h>
#include <jni.h>


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27201


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