source:
trunk/src/gcc/libjava/testsuite/libjava.jni/virtual.c@
2
| Last change on this file since 2 was 2, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 119 bytes | |
| Line | |
|---|---|
| 1 | #include <virtual.h> |
| 2 | |
| 3 | jboolean |
| 4 | Java_virtual_equals (JNIEnv *env, jobject thisv, jobject other) |
| 5 | { |
| 6 | return JNI_FALSE; |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
