virtual.c 137 Bytes
Newer Older
Tom Tromey committed
1 2
#include <virtual.h>

3
JNIEXPORT jboolean JNICALL
Tom Tromey committed
4 5 6 7
Java_virtual_equals (JNIEnv *env, jobject thisv, jobject other)
{
  return JNI_FALSE;
}