On Fri, 2007-06-22 at 11:20 +0200, Mark Wielaard wrote: > OK, I went through the patch and it is indeed only mechanically adding > consts and 2 underscores in the appropriate places. This is OK, but for > the same reasons as I said in reply to Roman's last patch, the actual > changes are for compatibility reasons and the actual changes don't > amount to a "legally significant" change. > > Sorry to be a bit of a stick in the mud about this, but for now we don't > want to tie the whole future of GNU Classpath to openjdk yet (at least > till we cleared all legal/policy changes).
Ok, commited as: 2007-06-22 Christian Thalinger <[EMAIL PROTECTED]> * include/jni.h (JNINativeInterface): Renamed to JNINativeInterface_, added const to arguments where necessary. (JNIInvokeInterface): Renamed to JNIInvokeInterface_. - twisti