mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 01:20:31 +08:00
* verify.h: Remove extern "C".
From-SVN: r148343
This commit is contained in:
parent
c9edd8f4cf
commit
b0cde35bbd
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user