* verify.h: Remove extern "C".

From-SVN: r148343
This commit is contained in:
Ian Lance Taylor 2009-06-10 11:55:21 +00:00 committed by Ian Lance Taylor
parent c9edd8f4cf
commit b0cde35bbd
2 changed files with 6 additions and 10 deletions

View 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

View 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 */