Commit b0cde35b by Ian Lance Taylor Committed by Ian Lance Taylor

* verify.h: Remove extern "C".

From-SVN: r148343
parent c9edd8f4
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
......
/* 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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment