* include/java-interp.h: Removed extern "C" around #include <ffi.h>.

From-SVN: r111816
This commit is contained in:
David Daney 2006-03-07 18:40:06 +00:00 committed by David Daney
parent 1cfdf07f8e
commit 7049584f1a
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -30,9 +30,7 @@ details. */
// but uses more memory.
#define DIRECT_THREADED
extern "C" {
#include <ffi.h>
}
struct _Jv_ResolvedMethod;