This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: Remove extern "C" around include <ffi.h> in java-interp.h
- From: David Daney <ddaney at avtrex dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Tue, 07 Mar 2006 10:42:39 -0800
- Subject: Patch: FYI: Remove extern "C" around include <ffi.h> in java-interp.h
As pre-approved by Tom Tromey, I just committed this:
2006-03-07 David Daney <ddaney@avtrex.com>
* include/java-interp.h: Removed extern "C" around #include
<ffi.h>.
Index: include/java-interp.h
===================================================================
--- include/java-interp.h (revision 111728)
+++ include/java-interp.h (working copy)
@@ -30,9 +30,7 @@
// but uses more memory.
#define DIRECT_THREADED
-extern "C" {
#include <ffi.h>
-}
struct _Jv_ResolvedMethod;