mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 00:09:44 +08:00
8 lines
119 B
C
8 lines
119 B
C
|
#include <virtual.h>
|
||
|
|
||
|
jboolean
|
||
|
Java_virtual_equals (JNIEnv *env, jobject thisv, jobject other)
|
||
|
{
|
||
|
return JNI_FALSE;
|
||
|
}
|