aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2009-06-10 11:55:21 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2009-06-10 11:55:21 +0000
commitb0cde35bbda73106a2e97928768216e71cd9e6c1 (patch)
tree1c6a6c099f223941134f17c960c80e9e73d0c48e /gcc/java
parentc9edd8f4cf10cbb6b1c4bc7459055459c4111888 (diff)
downloadgcc-b0cde35bbda73106a2e97928768216e71cd9e6c1.zip
gcc-b0cde35bbda73106a2e97928768216e71cd9e6c1.tar.gz
gcc-b0cde35bbda73106a2e97928768216e71cd9e6c1.tar.bz2
* verify.h: Remove extern "C".
From-SVN: r148343
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/verify.h12
2 files changed, 6 insertions, 10 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 3c3a23f..1ea81d6 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -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
diff --git a/gcc/java/verify.h b/gcc/java/verify.h
index 21fe672..8c31844 100644
--- a/gcc/java/verify.h
+++ b/gcc/java/verify.h
@@ -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 */