repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.jni
/
virtual.h
blob
7d9ef8246e5c11c3a7e135cdab42ecfd9ca9c15a
1
/* DO NOT EDIT THIS FILE - it is machine generated */
2
3
#include <jni.h>
4
5
#ifndef __virtual__
6
#define __virtual__
7
8
#ifdef __cplusplus
9
extern
"C"
10
{
11
#endif
12
13
JNIEXPORT jboolean JNICALL
Java_virtual_equals
(
JNIEnv
*
env
,
jobject
,
jobject
);
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
/* __virtual__ */