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
381166d4
Commit
381166d4
authored
Jul 25, 2004
by
Bernardo Innocenti
Committed by
Bernardo Innocenti
Jul 25, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl.c: Rename all identifiers named `class' to `cl'.
From-SVN: r85152
parent
eab03d5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/java/ChangeLog
+4
-0
gcc/java/decl.c
+2
-2
No files found.
gcc/java/ChangeLog
View file @
381166d4
2004
-
07
-
25
Bernardo
Innocenti
<
bernie
@
develer
.
com
>
*
decl
.
c
:
Rename
all
identifiers
named
`
class
' to `cl'
.
2004
-
07
-
25
Richard
Henderson
<
rth
@
redhat
.
com
>
*
decl
.
c
(
build_result_decl
):
Set
DECL_ARTIFICIAL
and
DECL_IGNORED_P
.
...
...
gcc/java/decl.c
View file @
381166d4
...
...
@@ -499,7 +499,7 @@ tree
builtin_function
(
const
char
*
name
,
tree
type
,
int
function_code
,
enum
built_in_class
cl
ass
,
enum
built_in_class
cl
,
const
char
*
library_name
,
tree
ARG_UNUSED
(
attrs
))
{
...
...
@@ -510,7 +510,7 @@ builtin_function (const char *name,
SET_DECL_ASSEMBLER_NAME
(
decl
,
get_identifier
(
library_name
));
make_decl_rtl
(
decl
,
NULL
);
pushdecl
(
decl
);
DECL_BUILT_IN_CLASS
(
decl
)
=
cl
ass
;
DECL_BUILT_IN_CLASS
(
decl
)
=
cl
;
DECL_FUNCTION_CODE
(
decl
)
=
function_code
;
return
decl
;
}
...
...
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