* include/java-interp.h: Removed extern "C" around #include <ffi.h>.
From-SVN: r111816
This commit is contained in:
parent
1cfdf07f8e
commit
7049584f1a
2 changed files with 4 additions and 2 deletions
|
@ -30,9 +30,7 @@ details. */
|
|||
// but uses more memory.
|
||||
#define DIRECT_THREADED
|
||||
|
||||
extern "C" {
|
||||
#include <ffi.h>
|
||||
}
|
||||
|
||||
struct _Jv_ResolvedMethod;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue