------- Comment #1 from tromey at gcc dot gnu dot org 2006-06-26 17:22 ------- Does the JDK's javah put that "_" into the generated header?
I suspect that you are seeing a problem with the C compiler, not a problem with JNI header generation. In particular I think that "_", most likely, should be added by the C compiler and not added to the header. -- tromey at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28153