]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* verify.h: Remove extern "C".
authorIan Lance Taylor <iant@google.com>
Wed, 10 Jun 2009 11:55:21 +0000 (11:55 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 10 Jun 2009 11:55:21 +0000 (11:55 +0000)
From-SVN: r148343

gcc/java/ChangeLog
gcc/java/verify.h

index 3c3a23f1fbe1915747620ffb242585f5aa6d2d6d..1ea81d63346a28d955281a6589bc9bf15cebb7d0 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-09  Ian Lance Taylor  <iant@google.com>
+
+       * verify.h: Remove extern "C".
+
 2009-06-07  Ian Lance Taylor  <iant@google.com>
 
        * jcf-parse.c (handle_constant): Change local variable 'kind' to
index 21fe67254fb10e1505d4b5e1d158bf53730bdc0d..8c3184447ebb64afaabf485be91b3fbdea438b58 100644 (file)
@@ -1,5 +1,6 @@
 /* Declarations to interface gcj with bytecode verifier.
-   Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -26,11 +27,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 #ifndef GCC_VERIFY_H
 #define GCC_VERIFY_H
 
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
 #include "system.h"
 #include "coretypes.h"
 #include "jcf.h"
@@ -155,8 +151,4 @@ typedef enum
 
 int verify_method (vfy_method *meth);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* ! GCC_VERIFY_H */