Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b0cde35b
Commit
b0cde35b
authored
Jun 10, 2009
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Jun 10, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* verify.h: Remove extern "C".
From-SVN: r148343
parent
c9edd8f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
10 deletions
+6
-10
gcc/java/ChangeLog
+4
-0
gcc/java/verify.h
+2
-10
No files found.
gcc/java/ChangeLog
View file @
b0cde35b
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
...
...
gcc/java/verify.h
View file @
b0cde35b
/* 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 */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment