Commit 7049584f by David Daney Committed by David Daney

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

From-SVN: r111816
parent 1cfdf07f
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.
2006-03-03 Tom Tromey <tromey@redhat.com>
......
......@@ -30,9 +30,7 @@ details. */
// but uses more memory.
#define DIRECT_THREADED
extern "C" {
#include <ffi.h>
}
struct _Jv_ResolvedMethod;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment