public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Patch: FYI: Remove extern "C" around include <ffi.h> in java-interp.h
@ 2006-03-07 18:42 David Daney
  0 siblings, 0 replies; only message in thread
From: David Daney @ 2006-03-07 18:42 UTC (permalink / raw)
  To: Java Patch List

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

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

[-- Attachment #2: java-interp.d --]
[-- Type: text/plain, Size: 320 bytes --]

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;
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-07 18:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-07 18:42 Patch: FYI: Remove extern "C" around include <ffi.h> in java-interp.h David Daney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).