* include/java-interp.h: Removed extern "C" around #include <ffi.h>.
From-SVN: r111816
This commit is contained in:
parent
1cfdf07f8e
commit
7049584f1a
@ -1,3 +1,7 @@
|
||||
2006-03-07 David Daney <ddaney@avtrex.com>
|
||||
|
||||
* include/java-interp.h: Removed extern "C" around #include <ffi.h>.
|
||||
|
||||
2006-03-07 David Daney <ddaney@avtrex.com>
|
||||
|
||||
* link.cc: Include ffi.h if USE_LIBFFI defined.
|
||||
|
@ -30,9 +30,7 @@ details. */
|
||||
// but uses more memory.
|
||||
#define DIRECT_THREADED
|
||||
|
||||
extern "C" {
|
||||
#include <ffi.h>
|
||||
}
|
||||
|
||||
struct _Jv_ResolvedMethod;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user