This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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;
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]