CVSROOT: /sources/classpath
Module name: classpath
Changes by: Andrew John Hughes <gnu_andrew> 11/07/07 11:00:54
Modified files:
. : ChangeLog
tools/gnu/classpath/tools/javah: JniIncludePrinter.java
Log message:
PR classpath/40188: javah creates constants using name of the superclass
2011-07-07 Andrew John Hughes <[email protected]>
PR classpath/40188
* tools/gnu/classpath/tools/javah/JniIncludePrinter.java:
(writeFields(ClassWrapper,JniPrintStream)): Retain a
reference to the original class and use it in naming
fields, as opposed to the class in which it occurs.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9829&r2=1.9830
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/JniIncludePrinter.java?cvsroot=classpath&r1=1.11&r2=1.12